qmk_configurator icon indicating copy to clipboard operation
qmk_configurator copied to clipboard

Add Splitography to the steno keyboards

Open jeandeaual opened this issue 3 years ago • 4 comments

Description

The Splitography steno keyboard was recently added to QMK. This PR simply adds it to the list of steno keyboards.

jeandeaual avatar Dec 13 '21 23:12 jeandeaual

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.

jeandeaual avatar Dec 13 '21 23:12 jeandeaual

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?

noroadsleft avatar Dec 18 '21 19:12 noroadsleft

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.

yanfali avatar Jan 14 '22 08:01 yanfali

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.

skullydazed avatar Jan 14 '22 16:01 skullydazed