diff options
Diffstat (limited to 'keyboards/planck/keymaps/tong92/keymap.c')
| -rw-r--r-- | keyboards/planck/keymaps/tong92/keymap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/tong92/keymap.c b/keyboards/planck/keymaps/tong92/keymap.c index 2be28fb4f..60c8d793b 100644 --- a/keyboards/planck/keymaps/tong92/keymap.c +++ b/keyboards/planck/keymaps/tong92/keymap.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | //Author: tong92 <tong92power@gmail.com> | 1 | //Author: tong92 <tong92power@gmail.com> |
| 2 | 2 | ||
| 3 | #pragma message "You may need to add LAYOUT_planck_grid to your keymap layers - see default for an example" | ||
| 3 | #include "planck.h" | 4 | #include "planck.h" |
| 4 | #ifdef BACKLIGHT_ENABLE | 5 | #ifdef BACKLIGHT_ENABLE |
| 5 | #include "backlight.h" | 6 | #include "backlight.h" |
| @@ -101,7 +102,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 101 | {XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,GO_DEFT,GO_DEFT,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX} | 102 | {XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,GO_DEFT,GO_DEFT,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX} |
| 102 | } | 103 | } |
| 103 | 104 | ||
| 104 | }; | 105 | }; |
| 105 | //Layout END | 106 | //Layout END |
| 106 | 107 | ||
| 107 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 108 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| @@ -143,4 +144,4 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | |||
| 143 | break; | 144 | break; |
| 144 | } | 145 | } |
| 145 | return MACRO_NONE; | 146 | return MACRO_NONE; |
| 146 | }; \ No newline at end of file | 147 | }; |
