aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xiudi
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-09-29 23:23:10 -0700
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2021-09-29 23:23:10 -0700
commit922c8071e4b0735cd83f76eed5b23be6fe90196d (patch)
treee556ec2230c1a97562f4e2c45e85fc13512316cb /keyboards/xiudi
parent90797d903c81944c80b4957e118adfb20145b9ba (diff)
parent36bc3c867eda54921b64b2f4e7262a371dbecd65 (diff)
downloadqmk_firmware-922c8071e4b0735cd83f76eed5b23be6fe90196d.tar.gz
qmk_firmware-922c8071e4b0735cd83f76eed5b23be6fe90196d.zip
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/xiudi')
-rw-r--r--keyboards/xiudi/xd002/rules.mk1
-rw-r--r--keyboards/xiudi/xd004/v1/rules.mk1
-rw-r--r--keyboards/xiudi/xd60/rev2/rules.mk1
-rw-r--r--keyboards/xiudi/xd60/rev3/rules.mk1
-rw-r--r--keyboards/xiudi/xd68/rules.mk1
-rw-r--r--keyboards/xiudi/xd84/rules.mk1
-rw-r--r--keyboards/xiudi/xd87/rules.mk1
-rw-r--r--keyboards/xiudi/xd96/rules.mk1
8 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/xiudi/xd002/rules.mk b/keyboards/xiudi/xd002/rules.mk
index cb95d7992..f6294c209 100644
--- a/keyboards/xiudi/xd002/rules.mk
+++ b/keyboards/xiudi/xd002/rules.mk
@@ -20,7 +20,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
20NKRO_ENABLE = no # USB Nkey Rollover 20NKRO_ENABLE = no # USB Nkey Rollover
21BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 21BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
22RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 22RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
23UNICODE_ENABLE = no # Unicode
24AUDIO_ENABLE = no # Audio output 23AUDIO_ENABLE = no # Audio output
25 24
26# Save as much space as we can... 25# Save as much space as we can...
diff --git a/keyboards/xiudi/xd004/v1/rules.mk b/keyboards/xiudi/xd004/v1/rules.mk
index 41eae5bb1..cc04c5732 100644
--- a/keyboards/xiudi/xd004/v1/rules.mk
+++ b/keyboards/xiudi/xd004/v1/rules.mk
@@ -13,7 +13,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration
13NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 13NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
14BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 14BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
15AUDIO_ENABLE = no # Audio output 15AUDIO_ENABLE = no # Audio output
16UNICODE_ENABLE = no # Unicode
17RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. 16RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
18SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 17SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
19SPACE_CADET_ENABLE = no 18SPACE_CADET_ENABLE = no
diff --git a/keyboards/xiudi/xd60/rev2/rules.mk b/keyboards/xiudi/xd60/rev2/rules.mk
index 1e7721da3..c825de8db 100644
--- a/keyboards/xiudi/xd60/rev2/rules.mk
+++ b/keyboards/xiudi/xd60/rev2/rules.mk
@@ -13,7 +13,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration
13NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 13NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
14BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 14BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
15AUDIO_ENABLE = no # Audio output 15AUDIO_ENABLE = no # Audio output
16UNICODE_ENABLE = no # Unicode
17RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. 16RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
18SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 17SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
19 18
diff --git a/keyboards/xiudi/xd60/rev3/rules.mk b/keyboards/xiudi/xd60/rev3/rules.mk
index 1e7721da3..c825de8db 100644
--- a/keyboards/xiudi/xd60/rev3/rules.mk
+++ b/keyboards/xiudi/xd60/rev3/rules.mk
@@ -13,7 +13,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration
13NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 13NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
14BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 14BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
15AUDIO_ENABLE = no # Audio output 15AUDIO_ENABLE = no # Audio output
16UNICODE_ENABLE = no # Unicode
17RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. 16RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
18SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 17SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
19 18
diff --git a/keyboards/xiudi/xd68/rules.mk b/keyboards/xiudi/xd68/rules.mk
index ccff68163..4310c1120 100644
--- a/keyboards/xiudi/xd68/rules.mk
+++ b/keyboards/xiudi/xd68/rules.mk
@@ -19,6 +19,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
21AUDIO_ENABLE = no # Audio output 21AUDIO_ENABLE = no # Audio output
22UNICODE_ENABLE = no # Unicode
23 22
24LAYOUTS = 65_ansi 65_ansi_split_bs 65_iso 23LAYOUTS = 65_ansi 65_ansi_split_bs 65_iso
diff --git a/keyboards/xiudi/xd84/rules.mk b/keyboards/xiudi/xd84/rules.mk
index c46703699..54809bc99 100644
--- a/keyboards/xiudi/xd84/rules.mk
+++ b/keyboards/xiudi/xd84/rules.mk
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
18NKRO_ENABLE = no # USB Nkey Rollover 18NKRO_ENABLE = no # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
21UNICODE_ENABLE = no # Unicode
22AUDIO_ENABLE = no # Audio output 21AUDIO_ENABLE = no # Audio output
23LTO_ENABLE = yes 22LTO_ENABLE = yes
24 23
diff --git a/keyboards/xiudi/xd87/rules.mk b/keyboards/xiudi/xd87/rules.mk
index 0bde383ae..5fb8c6760 100644
--- a/keyboards/xiudi/xd87/rules.mk
+++ b/keyboards/xiudi/xd87/rules.mk
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
18NKRO_ENABLE = no # USB Nkey Rollover 18NKRO_ENABLE = no # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21UNICODE_ENABLE = no # Unicode
22AUDIO_ENABLE = no # Audio output 21AUDIO_ENABLE = no # Audio output
23 22
24# Supported layouts 23# Supported layouts
diff --git a/keyboards/xiudi/xd96/rules.mk b/keyboards/xiudi/xd96/rules.mk
index c10c24612..baade350b 100644
--- a/keyboards/xiudi/xd96/rules.mk
+++ b/keyboards/xiudi/xd96/rules.mk
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
18NKRO_ENABLE = no # USB Nkey Rollover 18NKRO_ENABLE = no # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
21UNICODE_ENABLE = no # Unicode
22AUDIO_ENABLE = no # Audio output 21AUDIO_ENABLE = no # Audio output
23LTO_ENABLE = yes 22LTO_ENABLE = yes
24 23