diff options
author | Ryan <fauxpark@gmail.com> | 2023-11-12 18:25:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 18:25:46 +1100 |
commit | 786ebf87608dd4d7232cd0e66638382a55ceafa4 (patch) | |
tree | fe7f395d7ccf6e7b71ba720a743b65ea49a2a942 /keyboards/gboards/georgi/keymaps/minimal | |
parent | 87d69aebbbac957a770be0e55c9c71d0ea808eb4 (diff) |
Remove requirement for `keymap_steno.h` include in keymaps (#22423)
* Remove requirement for `keymap_steno.h` include in keymaps
* Add back keymap_steno.h with a note for the time being
Diffstat (limited to 'keyboards/gboards/georgi/keymaps/minimal')
-rw-r--r-- | keyboards/gboards/georgi/keymaps/minimal/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/gboards/georgi/keymaps/minimal/keymap.c b/keyboards/gboards/georgi/keymaps/minimal/keymap.c index c4e78033bd..2f089866b2 100644 --- a/keyboards/gboards/georgi/keymaps/minimal/keymap.c +++ b/keyboards/gboards/georgi/keymaps/minimal/keymap.c @@ -12,7 +12,6 @@ #include QMK_KEYBOARD_H #include "sten.h" -#include "keymap_steno.h" // Proper Layers #define FUNCT (LSD | LK | LP | LH) |