From 5b29d10cc3ec02998cf3866eef0a766c0ab81f77 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 10 Feb 2019 18:04:07 +0000 Subject: mare everything as C++ for EMACS --- DakkarColor.h | 1 + Model01-Firmware.ino | 1 - color-themes.h | 1 + colors.h | 1 + combos.h | 1 + key-classes.h | 1 + keymap-wrapper.h | 1 + keymaps.h | 1 + macros.h | 1 + power-management.h | 1 + 10 files changed, 9 insertions(+), 1 deletion(-) diff --git a/DakkarColor.h b/DakkarColor.h index f7c3293..a42f9b1 100644 --- a/DakkarColor.h +++ b/DakkarColor.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #pragma once #include "Kaleidoscope-LEDControl.h" diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 24dc649..a3d6d95 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -1,5 +1,4 @@ // -*- mode: c++ -*- - #include "Kaleidoscope.h" #include "macros.h" diff --git a/color-themes.h b/color-themes.h index c78d26f..a6287ca 100644 --- a/color-themes.h +++ b/color-themes.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #pragma once #include "DakkarColor.h" diff --git a/colors.h b/colors.h index a66bc6e..34c4095 100644 --- a/colors.h +++ b/colors.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #pragma once // copied from https://github.com/jdlien/Kaleidoscope-LEDEffect-FunctionalColor/blob/master/src/colors.h diff --git a/combos.h b/combos.h index 5979cef..38d455c 100644 --- a/combos.h +++ b/combos.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #pragma once #include "kaleidoscope/plugin/MagicCombo.h" diff --git a/key-classes.h b/key-classes.h index 5411474..3ab6fa3 100644 --- a/key-classes.h +++ b/key-classes.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #pragma once typedef enum { diff --git a/keymap-wrapper.h b/keymap-wrapper.h index dbce4d1..808eb2f 100644 --- a/keymap-wrapper.h +++ b/keymap-wrapper.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #pragma once #include "Kaleidoscope-MouseKeys.h" diff --git a/keymaps.h b/keymaps.h index cab7c3c..0887b8d 100644 --- a/keymaps.h +++ b/keymaps.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #include "key-classes.h" ColorKeymaps( diff --git a/macros.h b/macros.h index 5c97d64..06df775 100644 --- a/macros.h +++ b/macros.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #pragma once #include "kaleidoscope/plugin/Macros.h" diff --git a/power-management.h b/power-management.h index 3fcbd70..aca93b9 100644 --- a/power-management.h +++ b/power-management.h @@ -1,3 +1,4 @@ +// -*- mode: c++ -*- #pragma once #include "kaleidoscope/plugin/HostPowerManagement.h" -- cgit v1.2.3