diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-12-17 10:50:26 +1100 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2019-12-17 10:50:26 +1100 |
| commit | 98c8a307645c8661db97f22b192adb3f26752d2b (patch) | |
| tree | 82391fffd24d805c6bda6f803368b635330cbc48 /keyboards/dztech | |
| parent | ae40fc498b185d3d23908780a3d3425eb5ff05b5 (diff) | |
| download | qmk_firmware-98c8a307645c8661db97f22b192adb3f26752d2b.tar.gz qmk_firmware-98c8a307645c8661db97f22b192adb3f26752d2b.zip | |
Tidy up dztech rules.mk
Diffstat (limited to 'keyboards/dztech')
| -rw-r--r-- | keyboards/dztech/dz60rgb/v1/rules.mk | 32 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb/v2/rules.mk | 33 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb_ansi/v1/rules.mk | 32 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb_ansi/v2/rules.mk | 33 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb_wkl/v1/rules.mk | 32 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb_wkl/v2/rules.mk | 33 | ||||
| -rw-r--r-- | keyboards/dztech/dz65rgb/v1/rules.mk | 29 | ||||
| -rw-r--r-- | keyboards/dztech/dz65rgb/v2/rules.mk | 32 |
8 files changed, 165 insertions, 91 deletions
diff --git a/keyboards/dztech/dz60rgb/v1/rules.mk b/keyboards/dztech/dz60rgb/v1/rules.mk index 4f2073e6f..c06ab4333 100644 --- a/keyboards/dztech/dz60rgb/v1/rules.mk +++ b/keyboards/dztech/dz60rgb/v1/rules.mk | |||
| @@ -1,14 +1,24 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
| 3 | 3 | ||
| 4 | BACKLIGHT_ENABLE = no | 4 | # Build Options |
| 5 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 5 | # change yes to no to disable |
| 6 | MOUSEKEY_ENABLE = yes # Mouse keys | 6 | # |
| 7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 7 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 8 | CONSOLE_ENABLE = no # Console for debug | 8 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 9 | COMMAND_ENABLE = no # Commands for debug and configuration | 9 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 10 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 10 | CONSOLE_ENABLE = no # Console for debug |
| 11 | NKRO_ENABLE = yes # USB Nkey Rollover | 11 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 12 | AUDIO_ENABLE = no | 12 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 13 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | 13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 14 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 14 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 15 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 17 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 18 | MIDI_ENABLE = no # MIDI support | ||
| 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 20 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 21 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 22 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
| 23 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | ||
| 24 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
diff --git a/keyboards/dztech/dz60rgb/v2/rules.mk b/keyboards/dztech/dz60rgb/v2/rules.mk index 9dda31a1b..ed91876fb 100644 --- a/keyboards/dztech/dz60rgb/v2/rules.mk +++ b/keyboards/dztech/dz60rgb/v2/rules.mk | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # MCU name | ||
| 1 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 2 | 3 | ||
| 3 | # Bootloader selection | 4 | # Bootloader selection |
| @@ -10,14 +11,24 @@ MCU = atmega32u4 | |||
| 10 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 11 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 12 | 13 | ||
| 13 | BACKLIGHT_ENABLE = no | 14 | # Build Options |
| 14 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 15 | # change yes to no to disable |
| 15 | MOUSEKEY_ENABLE = yes # Mouse keys | 16 | # |
| 16 | EXTRAKEY_ENABLE = yes # Audio control and System control | 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 17 | CONSOLE_ENABLE = no # Console for debug | 18 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 18 | COMMAND_ENABLE = no # Commands for debug and configuration | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 19 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 20 | CONSOLE_ENABLE = no # Console for debug |
| 20 | NKRO_ENABLE = yes # USB Nkey Rollover | 21 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 21 | AUDIO_ENABLE = no | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 22 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 23 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 28 | MIDI_ENABLE = no # MIDI support | ||
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
| 33 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | ||
| 34 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
diff --git a/keyboards/dztech/dz60rgb_ansi/v1/rules.mk b/keyboards/dztech/dz60rgb_ansi/v1/rules.mk index 4f2073e6f..c06ab4333 100644 --- a/keyboards/dztech/dz60rgb_ansi/v1/rules.mk +++ b/keyboards/dztech/dz60rgb_ansi/v1/rules.mk | |||
| @@ -1,14 +1,24 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
| 3 | 3 | ||
| 4 | BACKLIGHT_ENABLE = no | 4 | # Build Options |
| 5 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 5 | # change yes to no to disable |
| 6 | MOUSEKEY_ENABLE = yes # Mouse keys | 6 | # |
| 7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 7 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 8 | CONSOLE_ENABLE = no # Console for debug | 8 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 9 | COMMAND_ENABLE = no # Commands for debug and configuration | 9 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 10 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 10 | CONSOLE_ENABLE = no # Console for debug |
| 11 | NKRO_ENABLE = yes # USB Nkey Rollover | 11 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 12 | AUDIO_ENABLE = no | 12 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 13 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | 13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 14 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 14 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 15 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 17 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 18 | MIDI_ENABLE = no # MIDI support | ||
| 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 20 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 21 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 22 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
| 23 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | ||
| 24 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
diff --git a/keyboards/dztech/dz60rgb_ansi/v2/rules.mk b/keyboards/dztech/dz60rgb_ansi/v2/rules.mk index 9dda31a1b..ed91876fb 100644 --- a/keyboards/dztech/dz60rgb_ansi/v2/rules.mk +++ b/keyboards/dztech/dz60rgb_ansi/v2/rules.mk | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # MCU name | ||
| 1 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 2 | 3 | ||
| 3 | # Bootloader selection | 4 | # Bootloader selection |
| @@ -10,14 +11,24 @@ MCU = atmega32u4 | |||
| 10 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 11 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 12 | 13 | ||
| 13 | BACKLIGHT_ENABLE = no | 14 | # Build Options |
| 14 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 15 | # change yes to no to disable |
| 15 | MOUSEKEY_ENABLE = yes # Mouse keys | 16 | # |
| 16 | EXTRAKEY_ENABLE = yes # Audio control and System control | 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 17 | CONSOLE_ENABLE = no # Console for debug | 18 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 18 | COMMAND_ENABLE = no # Commands for debug and configuration | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 19 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 20 | CONSOLE_ENABLE = no # Console for debug |
| 20 | NKRO_ENABLE = yes # USB Nkey Rollover | 21 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 21 | AUDIO_ENABLE = no | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 22 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 23 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 28 | MIDI_ENABLE = no # MIDI support | ||
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
| 33 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | ||
| 34 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
diff --git a/keyboards/dztech/dz60rgb_wkl/v1/rules.mk b/keyboards/dztech/dz60rgb_wkl/v1/rules.mk index 24bb30c02..be72ca4fb 100644 --- a/keyboards/dztech/dz60rgb_wkl/v1/rules.mk +++ b/keyboards/dztech/dz60rgb_wkl/v1/rules.mk | |||
| @@ -1,16 +1,26 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
| 3 | 3 | ||
| 4 | BACKLIGHT_ENABLE = no | 4 | # Build Options |
| 5 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 5 | # change yes to no to disable |
| 6 | MOUSEKEY_ENABLE = yes # Mouse keys | 6 | # |
| 7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 7 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 8 | CONSOLE_ENABLE = no # Console for debug | 8 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 9 | COMMAND_ENABLE = no # Commands for debug and configuration | 9 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 10 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 10 | CONSOLE_ENABLE = no # Console for debug |
| 11 | NKRO_ENABLE = yes # USB Nkey Rollover | 11 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 12 | AUDIO_ENABLE = no | 12 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 13 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | 13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 14 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 14 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 15 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 17 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 18 | MIDI_ENABLE = no # MIDI support | ||
| 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 20 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 21 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 22 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
| 23 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | ||
| 24 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
| 15 | 25 | ||
| 16 | LAYOUTS = 60_tsangan_hhkb | 26 | LAYOUTS = 60_tsangan_hhkb |
diff --git a/keyboards/dztech/dz60rgb_wkl/v2/rules.mk b/keyboards/dztech/dz60rgb_wkl/v2/rules.mk index 5bcd7620f..76117e7ea 100644 --- a/keyboards/dztech/dz60rgb_wkl/v2/rules.mk +++ b/keyboards/dztech/dz60rgb_wkl/v2/rules.mk | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # MCU name | ||
| 1 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 2 | 3 | ||
| 3 | # Bootloader selection | 4 | # Bootloader selection |
| @@ -10,16 +11,26 @@ MCU = atmega32u4 | |||
| 10 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 11 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 12 | 13 | ||
| 13 | BACKLIGHT_ENABLE = no | 14 | # Build Options |
| 14 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 15 | # change yes to no to disable |
| 15 | MOUSEKEY_ENABLE = yes # Mouse keys | 16 | # |
| 16 | EXTRAKEY_ENABLE = yes # Audio control and System control | 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 17 | CONSOLE_ENABLE = no # Console for debug | 18 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 18 | COMMAND_ENABLE = no # Commands for debug and configuration | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 19 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 20 | CONSOLE_ENABLE = no # Console for debug |
| 20 | NKRO_ENABLE = yes # USB Nkey Rollover | 21 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 21 | AUDIO_ENABLE = no | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 22 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 23 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 28 | MIDI_ENABLE = no # MIDI support | ||
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
| 33 | RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix | ||
| 34 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | ||
| 24 | 35 | ||
| 25 | LAYOUTS = 60_tsangan_hhkb | 36 | LAYOUTS = 60_tsangan_hhkb |
diff --git a/keyboards/dztech/dz65rgb/v1/rules.mk b/keyboards/dztech/dz65rgb/v1/rules.mk index 6e80abf47..917543005 100644 --- a/keyboards/dztech/dz65rgb/v1/rules.mk +++ b/keyboards/dztech/dz65rgb/v1/rules.mk | |||
| @@ -1,14 +1,25 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
| 3 | 3 | ||
| 4 | BACKLIGHT_ENABLE = no | 4 | # Build Options |
| 5 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 5 | # change yes to no to disable |
| 6 | MOUSEKEY_ENABLE = yes # Mouse keys | 6 | # |
| 7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 7 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 8 | CONSOLE_ENABLE = no # Console for debug | 8 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 9 | COMMAND_ENABLE = no # Commands for debug and configuration | 9 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 10 | NKRO_ENABLE = yes # USB Nkey Rollover | 10 | CONSOLE_ENABLE = no # Console for debug |
| 11 | AUDIO_ENABLE = no | 11 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 12 | RGB_MATRIX_ENABLE = yes # Use RGB matrix | 12 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 14 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 15 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 17 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 18 | MIDI_ENABLE = no # MIDI support | ||
| 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 20 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 21 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 22 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
| 23 | RGB_MATRIX_ENABLE = IS31FL3731 # Use RGB matrix | ||
| 13 | 24 | ||
| 14 | LAYOUTS = 65_ansi | 25 | LAYOUTS = 65_ansi |
diff --git a/keyboards/dztech/dz65rgb/v2/rules.mk b/keyboards/dztech/dz65rgb/v2/rules.mk index b0b41a88d..118087e2f 100644 --- a/keyboards/dztech/dz65rgb/v2/rules.mk +++ b/keyboards/dztech/dz65rgb/v2/rules.mk | |||
| @@ -14,22 +14,22 @@ BOOTLOADER = atmel-dfu | |||
| 14 | # Build Options | 14 | # Build Options |
| 15 | # change yes to no to disable | 15 | # change yes to no to disable |
| 16 | # | 16 | # |
| 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 18 | MOUSEKEY_ENABLE = yes # Mouse keys | 18 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | CONSOLE_ENABLE = no # Console for debug | 20 | CONSOLE_ENABLE = no # Console for debug |
| 21 | COMMAND_ENABLE = no # Commands for debug and configuration | 21 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | NKRO_ENABLE = yes # USB Nkey Rollover | 25 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 27 | MIDI_ENABLE = no # MIDI support | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 28 | UNICODE_ENABLE = no # Unicode | 28 | MIDI_ENABLE = no # MIDI support |
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 32 | RGB_MATRIX_ENABLE = yes # Use RGB matrix | 32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs |
| 33 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 33 | RGB_MATRIX_ENABLE = IS31FL3731 # Use RGB matrix |
| 34 | 34 | ||
| 35 | LAYOUTS = 65_ansi \ No newline at end of file | 35 | LAYOUTS = 65_ansi |
