diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-30 08:14:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 08:14:21 +1000 |
commit | 36bc3c867eda54921b64b2f4e7262a371dbecd65 (patch) | |
tree | ea211c41c0d42b3f95fe37fded0b0949e986b261 /keyboards/duck | |
parent | 8fccd82d4ec8292892067ab06dd235cf9b2d1565 (diff) | |
download | qmk_firmware-36bc3c867eda54921b64b2f4e7262a371dbecd65.tar.gz qmk_firmware-36bc3c867eda54921b64b2f4e7262a371dbecd65.zip |
Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)
Diffstat (limited to 'keyboards/duck')
-rw-r--r-- | keyboards/duck/jetfire/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/duck/lightsaver/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/duck/octagon/v1/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/duck/octagon/v2/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/duck/orion/v3/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/duck/tcv3/rules.mk | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/duck/jetfire/rules.mk b/keyboards/duck/jetfire/rules.mk index cc6b55138..9ec067e0c 100644 --- a/keyboards/duck/jetfire/rules.mk +++ b/keyboards/duck/jetfire/rules.mk | |||
@@ -19,7 +19,6 @@ NKRO_ENABLE = no # USB Nkey Rollover | |||
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
21 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 21 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
22 | UNICODE_ENABLE = no # Unicode | ||
23 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
24 | 23 | ||
25 | CUSTOM_MATRIX = yes | 24 | CUSTOM_MATRIX = yes |
diff --git a/keyboards/duck/lightsaver/rules.mk b/keyboards/duck/lightsaver/rules.mk index 5136f79e7..429e9d88b 100644 --- a/keyboards/duck/lightsaver/rules.mk +++ b/keyboards/duck/lightsaver/rules.mk | |||
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
21 | UNICODE_ENABLE = no # Unicode | ||
22 | AUDIO_ENABLE = no # Audio output | 21 | AUDIO_ENABLE = no # Audio output |
23 | RGBLIGHT_ENABLE = yes | 22 | RGBLIGHT_ENABLE = yes |
24 | 23 | ||
diff --git a/keyboards/duck/octagon/v1/rules.mk b/keyboards/duck/octagon/v1/rules.mk index 62c4d37ca..216a5b14c 100644 --- a/keyboards/duck/octagon/v1/rules.mk +++ b/keyboards/duck/octagon/v1/rules.mk | |||
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
21 | UNICODE_ENABLE = no # Unicode | ||
22 | AUDIO_ENABLE = no # Audio output | 21 | AUDIO_ENABLE = no # Audio output |
23 | RGBLIGHT_ENABLE = yes | 22 | RGBLIGHT_ENABLE = yes |
24 | 23 | ||
diff --git a/keyboards/duck/octagon/v2/rules.mk b/keyboards/duck/octagon/v2/rules.mk index 09a363c39..455abba8a 100644 --- a/keyboards/duck/octagon/v2/rules.mk +++ b/keyboards/duck/octagon/v2/rules.mk | |||
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
21 | UNICODE_ENABLE = no # Unicode | ||
22 | AUDIO_ENABLE = no # Audio output | 21 | AUDIO_ENABLE = no # Audio output |
23 | RGBLIGHT_ENABLE = yes | 22 | RGBLIGHT_ENABLE = yes |
24 | 23 | ||
diff --git a/keyboards/duck/orion/v3/rules.mk b/keyboards/duck/orion/v3/rules.mk index 5c9fa9cb8..5206228b3 100644 --- a/keyboards/duck/orion/v3/rules.mk +++ b/keyboards/duck/orion/v3/rules.mk | |||
@@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
21 | UNICODE_ENABLE = no # Unicode | ||
22 | AUDIO_ENABLE = no # Audio output | 21 | AUDIO_ENABLE = no # Audio output |
23 | RGBLIGHT_ENABLE = yes | 22 | RGBLIGHT_ENABLE = yes |
24 | 23 | ||
diff --git a/keyboards/duck/tcv3/rules.mk b/keyboards/duck/tcv3/rules.mk index ac5e4e89a..ecc9f5658 100644 --- a/keyboards/duck/tcv3/rules.mk +++ b/keyboards/duck/tcv3/rules.mk | |||
@@ -17,7 +17,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
20 | UNICODE_ENABLE = no # Unicode | ||
21 | AUDIO_ENABLE = no # Audio output | 20 | AUDIO_ENABLE = no # Audio output |
22 | RGBLIGHT_ENABLE = yes | 21 | RGBLIGHT_ENABLE = yes |
23 | 22 | ||