diff options
author | TerryMathews <terry@terrymathews.net> | 2016-07-07 23:57:11 -0400 |
---|---|---|
committer | TerryMathews <terry@terrymathews.net> | 2016-07-07 23:57:11 -0400 |
commit | e2ec45a755741a29ecd814e6151f4d4860b20386 (patch) | |
tree | de9e745ad247f0c76b4e402d7241b152e5a3ac03 /keyboards/planck | |
parent | ccfa7351add03eb6c3e081cd37893fc2da519c4b (diff) |
Fix cluepad and planck
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/keymaps/yang/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
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), |