mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 19:14:38 +00:00
Fixed default to dissable VIA (#5309)
This should have gone into previous PR but I am dumb
This commit is contained in:
parent
c7c4937eef
commit
3e8ee96b2c
1 changed files with 2 additions and 2 deletions
|
@ -61,6 +61,6 @@ AUDIO_ENABLE = no # Audio output on port C6
|
||||||
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
|
NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
|
||||||
#SERIAL_LINK_ENABLE = yes
|
#SERIAL_LINK_ENABLE = yes
|
||||||
|
|
||||||
RAW_ENABLE = yes
|
RAW_ENABLE = no
|
||||||
DYNAMIC_KEYMAP_ENABLE = yes
|
DYNAMIC_KEYMAP_ENABLE = no
|
||||||
CIE1931_CURVE = yes
|
CIE1931_CURVE = yes
|
||||||
|
|
Loading…
Reference in a new issue