summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2016-07-07 23:57:11 -0400
committerTerryMathews <terry@terrymathews.net>2016-07-07 23:57:11 -0400
commite2ec45a755741a29ecd814e6151f4d4860b20386 (patch)
treede9e745ad247f0c76b4e402d7241b152e5a3ac03 /keyboards
parentccfa7351add03eb6c3e081cd37893fc2da519c4b (diff)
Fix cluepad and planck
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/cluepad/keymaps/default/keymap.c4
-rw-r--r--keyboards/planck/keymaps/yang/keymap.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/cluepad/keymaps/default/keymap.c b/keyboards/cluepad/keymaps/default/keymap.c
index 10881e8dee..66827fe48b 100644
--- a/keyboards/cluepad/keymaps/default/keymap.c
+++ b/keyboards/cluepad/keymaps/default/keymap.c
@@ -52,8 +52,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
RGB_MOD, KC_TRNS)
};
-enum function_id {
-};
+/*enum function_id {
+};*/
const uint16_t PROGMEM fn_actions[] = {
};
diff --git a/keyboards/planck/keymaps/yang/keymap.c b/keyboards/planck/keymaps/yang/keymap.c
index 5f2907a08a..0ce849050b 100644
--- a/keyboards/planck/keymaps/yang/keymap.c
+++ b/keyboards/planck/keymaps/yang/keymap.c
@@ -57,9 +57,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
}
};
-enum function_id {
-
-};
+/*enum function_id {
+
+};*/
const uint16_t PROGMEM fn_actions[] = {
[0] = ACTION_LAYER_TAP_KEY(_RGB, KC_SPC),