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/jian | |
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/jian')
-rw-r--r-- | keyboards/jian/keymaps/advanced/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/jian/keymaps/advanced/keymap.c b/keyboards/jian/keymaps/advanced/keymap.c index 4a6fdec063..7702fc20b7 100644 --- a/keyboards/jian/keymaps/advanced/keymap.c +++ b/keyboards/jian/keymaps/advanced/keymap.c @@ -11,7 +11,6 @@ typedef union { user_config_t user_config; #ifdef STENO_ENABLE -#include "keymap_steno.h" #endif // STENO_ENABLE |