diff options
author | Steve Holt <jaksco@users.noreply.github.com> | 2017-08-22 21:44:31 -0600 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-22 23:53:41 -0400 |
commit | 1d930ebe4550c3ec5ba984cf0f9320a8e3ba15ad (patch) | |
tree | 377b6dcb2e8ba61ca4aac584241d2897d05f0c31 | |
parent | fcb60b160183e56077437115db8789b52a1a74b7 (diff) |
Update Makefile
-rw-r--r-- | keyboards/lets_split/keymaps/xk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/keymaps/xk/Makefile b/keyboards/lets_split/keymaps/xk/Makefile index 46eb7989d5..84bf8e1f59 100644 --- a/keyboards/lets_split/keymaps/xk/Makefile +++ b/keyboards/lets_split/keymaps/xk/Makefile @@ -9,7 +9,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 -UNICODE_ENABLE = no # Unicode +UNICODE_ENABLE = yes # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |