diff options
Diffstat (limited to 'keyboards/hs60/v2/rules.mk')
| -rw-r--r-- | keyboards/hs60/v2/rules.mk | 18 |
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 |
| 2 | SRC = 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 | # |
| 47 | BACKLIGHT_ENABLE = no | 52 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 48 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | 53 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 49 | MOUSEKEY_ENABLE = yes # Mouse keys | 54 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 50 | EXTRAKEY_ENABLE = yes # Audio control and System control | 55 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 51 | CONSOLE_ENABLE = no # Console for debug | 56 | CONSOLE_ENABLE = no # Console for debug |
| 52 | COMMAND_ENABLE = no # Commands for debug and configuration | 57 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 53 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 58 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 54 | NKRO_ENABLE = yes # USB Nkey Rollover | 59 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 55 | AUDIO_ENABLE = no | 60 | AUDIO_ENABLE = no # Audio output on port C6 |
| 56 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | ||
| 57 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 61 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in |
| 58 | #SERIAL_LINK_ENABLE = yes | 62 | #SERIAL_LINK_ENABLE = yes |
| 63 | |||
| 64 | RAW_ENABLE = yes | ||
| 65 | DYNAMIC_KEYMAP_ENABLE = yes | ||
| 66 | CIE1931_CURVE = yes | ||
