aboutsummaryrefslogtreecommitdiff
path: root/keyboards/dztech
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-12-17 10:50:26 +1100
committerfauxpark <fauxpark@gmail.com>2019-12-17 10:50:26 +1100
commit98c8a307645c8661db97f22b192adb3f26752d2b (patch)
tree82391fffd24d805c6bda6f803368b635330cbc48 /keyboards/dztech
parentae40fc498b185d3d23908780a3d3425eb5ff05b5 (diff)
downloadqmk_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.mk32
-rw-r--r--keyboards/dztech/dz60rgb/v2/rules.mk33
-rw-r--r--keyboards/dztech/dz60rgb_ansi/v1/rules.mk32
-rw-r--r--keyboards/dztech/dz60rgb_ansi/v2/rules.mk33
-rw-r--r--keyboards/dztech/dz60rgb_wkl/v1/rules.mk32
-rw-r--r--keyboards/dztech/dz60rgb_wkl/v2/rules.mk33
-rw-r--r--keyboards/dztech/dz65rgb/v1/rules.mk29
-rw-r--r--keyboards/dztech/dz65rgb/v2/rules.mk32
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
2MCU = STM32F303 2MCU = STM32F303
3 3
4BACKLIGHT_ENABLE = no 4# Build Options
5BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 5# change yes to no to disable
6MOUSEKEY_ENABLE = yes # Mouse keys 6#
7EXTRAKEY_ENABLE = yes # Audio control and System control 7BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
8CONSOLE_ENABLE = no # Console for debug 8MOUSEKEY_ENABLE = yes # Mouse keys
9COMMAND_ENABLE = no # Commands for debug and configuration 9EXTRAKEY_ENABLE = yes # Audio control and System control
10#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 10CONSOLE_ENABLE = no # Console for debug
11NKRO_ENABLE = yes # USB Nkey Rollover 11COMMAND_ENABLE = no # Commands for debug and configuration
12AUDIO_ENABLE = no 12# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
13RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix 13SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
14NO_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
15NKRO_ENABLE = yes # USB Nkey Rollover
16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
17RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
18MIDI_ENABLE = no # MIDI support
19BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
20AUDIO_ENABLE = no # Audio output on port C6
21FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
22HD44780_ENABLE = no # Enable support for HD44780 based LCDs
23RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
24NO_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
1MCU = atmega32u4 2MCU = atmega32u4
2 3
3# Bootloader selection 4# Bootloader selection
@@ -10,14 +11,24 @@ MCU = atmega32u4
10# ATmega328P USBasp 11# ATmega328P USBasp
11BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
12 13
13BACKLIGHT_ENABLE = no 14# Build Options
14BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 15# change yes to no to disable
15MOUSEKEY_ENABLE = yes # Mouse keys 16#
16EXTRAKEY_ENABLE = yes # Audio control and System control 17BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
17CONSOLE_ENABLE = no # Console for debug 18MOUSEKEY_ENABLE = yes # Mouse keys
18COMMAND_ENABLE = no # Commands for debug and configuration 19EXTRAKEY_ENABLE = yes # Audio control and System control
19#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 20CONSOLE_ENABLE = no # Console for debug
20NKRO_ENABLE = yes # USB Nkey Rollover 21COMMAND_ENABLE = no # Commands for debug and configuration
21AUDIO_ENABLE = no 22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
22RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix 23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
23NO_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
25NKRO_ENABLE = yes # USB Nkey Rollover
26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
27RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
28MIDI_ENABLE = no # MIDI support
29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32HD44780_ENABLE = no # Enable support for HD44780 based LCDs
33RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
34NO_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
2MCU = STM32F303 2MCU = STM32F303
3 3
4BACKLIGHT_ENABLE = no 4# Build Options
5BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 5# change yes to no to disable
6MOUSEKEY_ENABLE = yes # Mouse keys 6#
7EXTRAKEY_ENABLE = yes # Audio control and System control 7BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
8CONSOLE_ENABLE = no # Console for debug 8MOUSEKEY_ENABLE = yes # Mouse keys
9COMMAND_ENABLE = no # Commands for debug and configuration 9EXTRAKEY_ENABLE = yes # Audio control and System control
10#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 10CONSOLE_ENABLE = no # Console for debug
11NKRO_ENABLE = yes # USB Nkey Rollover 11COMMAND_ENABLE = no # Commands for debug and configuration
12AUDIO_ENABLE = no 12# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
13RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix 13SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
14NO_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
15NKRO_ENABLE = yes # USB Nkey Rollover
16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
17RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
18MIDI_ENABLE = no # MIDI support
19BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
20AUDIO_ENABLE = no # Audio output on port C6
21FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
22HD44780_ENABLE = no # Enable support for HD44780 based LCDs
23RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
24NO_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
1MCU = atmega32u4 2MCU = atmega32u4
2 3
3# Bootloader selection 4# Bootloader selection
@@ -10,14 +11,24 @@ MCU = atmega32u4
10# ATmega328P USBasp 11# ATmega328P USBasp
11BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
12 13
13BACKLIGHT_ENABLE = no 14# Build Options
14BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 15# change yes to no to disable
15MOUSEKEY_ENABLE = yes # Mouse keys 16#
16EXTRAKEY_ENABLE = yes # Audio control and System control 17BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
17CONSOLE_ENABLE = no # Console for debug 18MOUSEKEY_ENABLE = yes # Mouse keys
18COMMAND_ENABLE = no # Commands for debug and configuration 19EXTRAKEY_ENABLE = yes # Audio control and System control
19#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 20CONSOLE_ENABLE = no # Console for debug
20NKRO_ENABLE = yes # USB Nkey Rollover 21COMMAND_ENABLE = no # Commands for debug and configuration
21AUDIO_ENABLE = no 22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
22RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix 23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
23NO_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
25NKRO_ENABLE = yes # USB Nkey Rollover
26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
27RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
28MIDI_ENABLE = no # MIDI support
29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32HD44780_ENABLE = no # Enable support for HD44780 based LCDs
33RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
34NO_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
2MCU = STM32F303 2MCU = STM32F303
3 3
4BACKLIGHT_ENABLE = no 4# Build Options
5BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 5# change yes to no to disable
6MOUSEKEY_ENABLE = yes # Mouse keys 6#
7EXTRAKEY_ENABLE = yes # Audio control and System control 7BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
8CONSOLE_ENABLE = no # Console for debug 8MOUSEKEY_ENABLE = yes # Mouse keys
9COMMAND_ENABLE = no # Commands for debug and configuration 9EXTRAKEY_ENABLE = yes # Audio control and System control
10#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 10CONSOLE_ENABLE = no # Console for debug
11NKRO_ENABLE = yes # USB Nkey Rollover 11COMMAND_ENABLE = no # Commands for debug and configuration
12AUDIO_ENABLE = no 12# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
13RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix 13SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
14NO_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
15NKRO_ENABLE = yes # USB Nkey Rollover
16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
17RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
18MIDI_ENABLE = no # MIDI support
19BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
20AUDIO_ENABLE = no # Audio output on port C6
21FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
22HD44780_ENABLE = no # Enable support for HD44780 based LCDs
23RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
24NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
15 25
16LAYOUTS = 60_tsangan_hhkb 26LAYOUTS = 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
1MCU = atmega32u4 2MCU = atmega32u4
2 3
3# Bootloader selection 4# Bootloader selection
@@ -10,16 +11,26 @@ MCU = atmega32u4
10# ATmega328P USBasp 11# ATmega328P USBasp
11BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
12 13
13BACKLIGHT_ENABLE = no 14# Build Options
14BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 15# change yes to no to disable
15MOUSEKEY_ENABLE = yes # Mouse keys 16#
16EXTRAKEY_ENABLE = yes # Audio control and System control 17BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
17CONSOLE_ENABLE = no # Console for debug 18MOUSEKEY_ENABLE = yes # Mouse keys
18COMMAND_ENABLE = no # Commands for debug and configuration 19EXTRAKEY_ENABLE = yes # Audio control and System control
19#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 20CONSOLE_ENABLE = no # Console for debug
20NKRO_ENABLE = yes # USB Nkey Rollover 21COMMAND_ENABLE = no # Commands for debug and configuration
21AUDIO_ENABLE = no 22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
22RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix 23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
23NO_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
25NKRO_ENABLE = yes # USB Nkey Rollover
26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
27RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
28MIDI_ENABLE = no # MIDI support
29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32HD44780_ENABLE = no # Enable support for HD44780 based LCDs
33RGB_MATRIX_ENABLE = IS31FL3733 # Use RGB matrix
34NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
24 35
25LAYOUTS = 60_tsangan_hhkb 36LAYOUTS = 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
2MCU = STM32F303 2MCU = STM32F303
3 3
4BACKLIGHT_ENABLE = no 4# Build Options
5BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 5# change yes to no to disable
6MOUSEKEY_ENABLE = yes # Mouse keys 6#
7EXTRAKEY_ENABLE = yes # Audio control and System control 7BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
8CONSOLE_ENABLE = no # Console for debug 8MOUSEKEY_ENABLE = yes # Mouse keys
9COMMAND_ENABLE = no # Commands for debug and configuration 9EXTRAKEY_ENABLE = yes # Audio control and System control
10NKRO_ENABLE = yes # USB Nkey Rollover 10CONSOLE_ENABLE = no # Console for debug
11AUDIO_ENABLE = no 11COMMAND_ENABLE = no # Commands for debug and configuration
12RGB_MATRIX_ENABLE = yes # Use RGB matrix 12# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
13SLEEP_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
15NKRO_ENABLE = yes # USB Nkey Rollover
16BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
17RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
18MIDI_ENABLE = no # MIDI support
19BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
20AUDIO_ENABLE = no # Audio output on port C6
21FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
22HD44780_ENABLE = no # Enable support for HD44780 based LCDs
23RGB_MATRIX_ENABLE = IS31FL3731 # Use RGB matrix
13 24
14LAYOUTS = 65_ansi 25LAYOUTS = 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#
17BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 17BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
18MOUSEKEY_ENABLE = yes # Mouse keys 18MOUSEKEY_ENABLE = yes # Mouse keys
19EXTRAKEY_ENABLE = yes # Audio control and System control 19EXTRAKEY_ENABLE = yes # Audio control and System control
20CONSOLE_ENABLE = no # Console for debug 20CONSOLE_ENABLE = no # Console for debug
21COMMAND_ENABLE = no # Commands for debug and configuration 21COMMAND_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
23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 23SLEEP_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
25NKRO_ENABLE = yes # USB Nkey Rollover 25NKRO_ENABLE = yes # USB Nkey Rollover
26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
27MIDI_ENABLE = no # MIDI support 27RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
28UNICODE_ENABLE = no # Unicode 28MIDI_ENABLE = no # MIDI support
29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32RGB_MATRIX_ENABLE = yes # Use RGB matrix 32HD44780_ENABLE = no # Enable support for HD44780 based LCDs
33NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in 33RGB_MATRIX_ENABLE = IS31FL3731 # Use RGB matrix
34 34
35LAYOUTS = 65_ansi \ No newline at end of file 35LAYOUTS = 65_ansi