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/gh60 | |
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/gh60')
-rw-r--r-- | keyboards/gh60/revc/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/gh60/satan/keymaps/default/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/gh60/satan/rules.mk | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/gh60/revc/rules.mk b/keyboards/gh60/revc/rules.mk index f5194840b..3cb2f3beb 100644 --- a/keyboards/gh60/revc/rules.mk +++ b/keyboards/gh60/revc/rules.mk | |||
@@ -18,6 +18,5 @@ KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | |||
18 | NKRO_ENABLE = yes # USB Nkey Rollover - 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 - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
19 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | MIDI_ENABLE = no # MIDI support | 20 | MIDI_ENABLE = no # MIDI support |
21 | # UNICODE_ENABLE = YES # Unicode | ||
22 | 21 | ||
23 | LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift 60_tsangan_hhkb | 22 | LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift 60_tsangan_hhkb |
diff --git a/keyboards/gh60/satan/keymaps/default/rules.mk b/keyboards/gh60/satan/keymaps/default/rules.mk index 9bd14ac70..a8cc2fd82 100644 --- a/keyboards/gh60/satan/keymaps/default/rules.mk +++ b/keyboards/gh60/satan/keymaps/default/rules.mk | |||
@@ -11,7 +11,5 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: ht | |||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
12 | MIDI_ENABLE = no # MIDI controls | 12 | MIDI_ENABLE = no # MIDI controls |
13 | AUDIO_ENABLE = no # Audio output | 13 | AUDIO_ENABLE = no # Audio output |
14 | UNICODE_ENABLE = no # Unicode | ||
15 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
17 | |||
diff --git a/keyboards/gh60/satan/rules.mk b/keyboards/gh60/satan/rules.mk index 0128ff017..98178e17d 100644 --- a/keyboards/gh60/satan/rules.mk +++ b/keyboards/gh60/satan/rules.mk | |||
@@ -16,6 +16,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: ht | |||
16 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality | 16 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality |
17 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
18 | AUDIO_ENABLE = no | 18 | AUDIO_ENABLE = no |
19 | UNICODE_ENABLE = no # Unicode | ||
20 | 19 | ||
21 | LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift | 20 | LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift |