From: yiancar Date: Mon, 4 Mar 2019 16:34:08 +0000 (+0000) Subject: Fixed default to dissable VIA (#5309) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3e8ee96b2cf7187ab6923a844627bc37b4de9b81;p=qmk_firmware.git Fixed default to dissable VIA (#5309) This should have gone into previous PR but I am dumb --- diff --git a/keyboards/hs60/v2/rules.mk b/keyboards/hs60/v2/rules.mk index a2850a830..5659d28c9 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