]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix cluepad and planck
authorTerryMathews <terry@terrymathews.net>
Fri, 8 Jul 2016 03:57:11 +0000 (23:57 -0400)
committerTerryMathews <terry@terrymathews.net>
Fri, 8 Jul 2016 03:57:11 +0000 (23:57 -0400)
keyboards/cluepad/keymaps/default/keymap.c
keyboards/planck/keymaps/yang/keymap.c

index 10881e8dee300599e2483dae46abda8467ee11cb..66827fe48ba43a5e3dc476a8191d0c34cf9595ad 100644 (file)
@@ -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[] = {
 };
index 5f2907a08a427e6227415a6b006651f89d8f7a31..0ce849050b30430808861256b535f7c7cc04d721 100644 (file)
@@ -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),