qmk_configurator
qmk_configurator copied to clipboard
Add Splitography to the steno keyboards
Description
The Splitography steno keyboard was recently added to QMK. This PR simply adds it to the list of steno keyboards.
I also tried adding a default layout for the Splitography, but it seems that it can't compile since the generated C file doesn't include keymap_steno.h
.
Configurator can't compile the Georgi either; I'm thinking Configurator needs another endpoint to tell the compiler to include the keymap_steno.h
before this will work.
@yanfali any ideas?
Configurator can't compile the Georgi either; I'm thinking Configurator needs another endpoint to tell the compiler to include the
keymap_steno.h
before this will work.@yanfali any ideas?
Not if it's on the API side. We have limited control over headers.
I'm thinking Configurator needs another endpoint to tell the compiler to include the
keymap_steno.h
before this will work.
Someone needs to extend the keymap.json format to support steno, then the QMK cli can generate the keymap_steno.h
file during compilation.