summaryrefslogtreecommitdiff
path: root/keyboards/hhkb
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-30 08:14:21 +1000
committerGitHub <noreply@github.com>2021-09-30 08:14:21 +1000
commit36bc3c867eda54921b64b2f4e7262a371dbecd65 (patch)
treeea211c41c0d42b3f95fe37fded0b0949e986b261 /keyboards/hhkb
parent8fccd82d4ec8292892067ab06dd235cf9b2d1565 (diff)
Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)
Diffstat (limited to 'keyboards/hhkb')
-rw-r--r--keyboards/hhkb/ansi/rules.mk1
-rw-r--r--keyboards/hhkb/jp/rules.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/hhkb/ansi/rules.mk b/keyboards/hhkb/ansi/rules.mk
index b0f17c93a0..3f60f47d7b 100644
--- a/keyboards/hhkb/ansi/rules.mk
+++ b/keyboards/hhkb/ansi/rules.mk
@@ -18,7 +18,6 @@ CUSTOM_MATRIX = yes # Custom matrix file for the HHKB
# NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
MIDI_ENABLE = no # MIDI support
-# UNICODE_ENABLE = yes # Unicode
# HHKB_RN42_ENABLE = yes # Enable support for hasu's BT alt controller -- code borrowed from tmk source tree.
diff --git a/keyboards/hhkb/jp/rules.mk b/keyboards/hhkb/jp/rules.mk
index 50e2c2c412..dda7ceb078 100644
--- a/keyboards/hhkb/jp/rules.mk
+++ b/keyboards/hhkb/jp/rules.mk
@@ -18,7 +18,6 @@ CUSTOM_MATRIX = yes # Custom matrix file for the HHKB
# NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
MIDI_ENABLE = no # MIDI support
-# UNICODE_ENABLE = yes # Unicode
# HHKB_RN42_ENABLE = yes # Enable support for hasu's BT alt controller -- code borrowed from tmk source tree.