aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hs60/v2/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hs60/v2/rules.mk')
-rw-r--r--keyboards/hs60/v2/rules.mk18
1 files changed, 13 insertions, 5 deletions
diff --git a/keyboards/hs60/v2/rules.mk b/keyboards/hs60/v2/rules.mk
index 51e3cf0a3..a2850a830 100644
--- a/keyboards/hs60/v2/rules.mk
+++ b/keyboards/hs60/v2/rules.mk
@@ -1,4 +1,9 @@
1# project specific files 1# project specific files
2SRC = keyboards/zeal60/zeal60.c \
3 keyboards/zeal60/rgb_backlight.c \
4 drivers/issi/is31fl3733.c \
5 quantum/color.c \
6 drivers/arm/i2c_master.c
2 7
3## chip/board settings 8## chip/board settings
4# the next two should match the directories in 9# the next two should match the directories in
@@ -44,15 +49,18 @@ DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
44# Build Options 49# Build Options
45# comment out to disable the options. 50# comment out to disable the options.
46# 51#
47BACKLIGHT_ENABLE = no 52BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
48BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 53BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
49MOUSEKEY_ENABLE = yes # Mouse keys 54MOUSEKEY_ENABLE = yes # Mouse keys
50EXTRAKEY_ENABLE = yes # Audio control and System control 55EXTRAKEY_ENABLE = yes # Audio control and System control
51CONSOLE_ENABLE = no # Console for debug 56CONSOLE_ENABLE = no # Console for debug
52COMMAND_ENABLE = no # Commands for debug and configuration 57COMMAND_ENABLE = no # Commands for debug and configuration
53#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 58SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
54NKRO_ENABLE = yes # USB Nkey Rollover 59NKRO_ENABLE = yes # USB Nkey Rollover
55AUDIO_ENABLE = no 60AUDIO_ENABLE = no # Audio output on port C6
56RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
57NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in 61NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
58#SERIAL_LINK_ENABLE = yes 62#SERIAL_LINK_ENABLE = yes
63
64RAW_ENABLE = yes
65DYNAMIC_KEYMAP_ENABLE = yes
66CIE1931_CURVE = yes