summaryrefslogtreecommitdiffstats
path: root/keyboards/mitosis/rules.mk
diff options
context:
space:
mode:
authorNicholas <damiengrey@sbcglobal.net>2018-04-04 18:17:38 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-04 18:17:38 +0200
commit6cc9d59ee8c3eb6fbf4a3936046add277c0ad722 (patch)
treeae113fb9e69972d2b682f353b4c0058735f39df8 /keyboards/mitosis/rules.mk
parentf281f7dc3a0495a014ec05a94d2347bfbe530fc3 (diff)
downloadqmk_firmware-6cc9d59ee8c3eb6fbf4a3936046add277c0ad722.tar.gz
qmk_firmware-6cc9d59ee8c3eb6fbf4a3936046add277c0ad722.tar.xz
Enables unicode for Mitosis (#2668)
* fixed comment typo * Fixes invalid capitalization Uppercase yes is invalid, so make treats it as no, which is confusing when it seems like it should have found the method definition for unicode. * Own keymap, comma in mitosis Own keymap is qwerty, workman, numbers, punctuation, function/mouse layers, gaming, unicode, numberpad.
Diffstat (limited to 'keyboards/mitosis/rules.mk')
-rw-r--r--keyboards/mitosis/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mitosis/rules.mk b/keyboards/mitosis/rules.mk
index 0db144ed3..0ca4ef1f0 100644
--- a/keyboards/mitosis/rules.mk
+++ b/keyboards/mitosis/rules.mk
@@ -65,8 +65,8 @@ CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
# SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-# MIDI_ENABLE = YES # MIDI controls
-UNICODE_ENABLE = YES # Unicode
+# MIDI_ENABLE = yes # MIDI controls
+UNICODE_ENABLE = yes # Unicode
# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
USB = /dev/ttyACM0