diff options
Diffstat (limited to 'keyboards/planck/keymaps/yang/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/yang/keymap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/yang/keymap.c b/keyboards/planck/keymaps/yang/keymap.c index df291b453..e4a7a3312 100644 --- a/keyboards/planck/keymaps/yang/keymap.c +++ b/keyboards/planck/keymaps/yang/keymap.c | |||
@@ -1,4 +1,5 @@ | |||
1 | 1 | ||
2 | #pragma message "You may need to add LAYOUT_planck_grid to your keymap layers - see default for an example" | ||
2 | #include "planck.h" | 3 | #include "planck.h" |
3 | #ifdef BACKLIGHT_ENABLE | 4 | #ifdef BACKLIGHT_ENABLE |
4 | #include "backlight.h" | 5 | #include "backlight.h" |
@@ -56,7 +57,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
56 | }; | 57 | }; |
57 | 58 | ||
58 | /*enum function_id { | 59 | /*enum function_id { |
59 | 60 | ||
60 | };*/ | 61 | };*/ |
61 | 62 | ||
62 | const uint16_t PROGMEM fn_actions[] = { | 63 | const uint16_t PROGMEM fn_actions[] = { |
@@ -83,6 +84,6 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | |||
83 | 84 | ||
84 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { | 85 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { |
85 | switch (id) { | 86 | switch (id) { |
86 | 87 | ||
87 | } | 88 | } |
88 | } | 89 | } |