KapCave Arya: Fix QMK Configurator Implementation (#16145)
* move layout macro alias to info.json * info.json: fix layout macro reference * info.json: fix layout data Original layout data was generated with rotation, which breaks the rendering. * info.json: remove layout macro alias It's not used anywhere, so no need to keep it. * rules.mk: enable Community Layout support
This commit is contained in:
parent
4277dc3ac9
commit
7512e58cfe
3 changed files with 74 additions and 73 deletions
|
|
@ -20,3 +20,5 @@ ENCODER_ENABLE = yes
|
|||
|
||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
|
||||
LAYOUTS = alice_split_bs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue