diff options
Diffstat (limited to 'keyboards/planck/keymaps/steno/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/steno/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/steno/keymap.c b/keyboards/planck/keymaps/steno/keymap.c index 38540a261..849fefa5c 100644 --- a/keyboards/planck/keymaps/steno/keymap.c +++ b/keyboards/planck/keymaps/steno/keymap.c | |||
@@ -14,6 +14,7 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #pragma message "You may need to add LAYOUT_planck_grid to your keymap layers - see default for an example" | ||
17 | #include "planck.h" | 18 | #include "planck.h" |
18 | #include "action_layer.h" | 19 | #include "action_layer.h" |
19 | #include "keymap_steno.h" | 20 | #include "keymap_steno.h" |
@@ -253,4 +254,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
253 | break; | 254 | break; |
254 | } | 255 | } |
255 | return true; | 256 | return true; |
256 | } \ No newline at end of file | 257 | } |