mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
[Keyboard] Fix community support for hs60 (#6439)
This commit is contained in:
parent
d5ab675251
commit
de107eb14e
2 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,7 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
|||
RGB_MATRIX_ENABLE = yes # Use RGB matrix
|
||||
RAW_ENABLE = yes
|
||||
|
||||
LAYOUTS = 60_ansi_split_bs_rshift
|
||||
LAYOUTS = 60_ansi 60_iso
|
||||
|
||||
# Experimental features for zealcmd please do no enable
|
||||
#RAW_ENABLE = yes
|
||||
|
|
|
@ -65,3 +65,5 @@ NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plu
|
|||
RAW_ENABLE = no
|
||||
DYNAMIC_KEYMAP_ENABLE = no
|
||||
CIE1931_CURVE = yes
|
||||
|
||||
LAYOUTS = 60_ansi 60_iso
|
||||
|
|
Loading…
Reference in a new issue