diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2019-03-04 16:34:08 +0000 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-04 08:34:08 -0800 |
commit | 3e8ee96b2cf7187ab6923a844627bc37b4de9b81 (patch) | |
tree | 3578ae4a752a872c11af6dc11598c2e932a7809c | |
parent | c7c4937eef9cb34b73e765390b842282ad9f0544 (diff) | |
download | qmk_firmware-3e8ee96b2cf7187ab6923a844627bc37b4de9b81.tar.gz qmk_firmware-3e8ee96b2cf7187ab6923a844627bc37b4de9b81.zip |
Fixed default to dissable VIA (#5309)
This should have gone into previous PR but I am dumb
-rw-r--r-- | keyboards/hs60/v2/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hs60/v2/rules.mk b/keyboards/hs60/v2/rules.mk index a2850a8305..5659d28c9f 100644 --- a/keyboards/hs60/v2/rules.mk +++ b/keyboards/hs60/v2/rules.mk @@ -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 #SERIAL_LINK_ENABLE = yes -RAW_ENABLE = yes -DYNAMIC_KEYMAP_ENABLE = yes +RAW_ENABLE = no +DYNAMIC_KEYMAP_ENABLE = no CIE1931_CURVE = yes |