From 3e8ee96b2cf7187ab6923a844627bc37b4de9b81 Mon Sep 17 00:00:00 2001 From: yiancar Date: Mon, 4 Mar 2019 16:34:08 +0000 Subject: [PATCH] Fixed default to dissable VIA (#5309) This should have gone into previous PR but I am dumb --- keyboards/hs60/v2/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2