diff options
author | Nick Choi <iinikchi@gmail.com> | 2017-05-15 01:52:45 -0400 |
---|---|---|
committer | Nick Choi <iinikchi@gmail.com> | 2017-05-15 01:52:45 -0400 |
commit | eb660ef2184565c6bb69f1f67f7af8918d15688f (patch) | |
tree | 846c1d340c39beeb2ada423ea7f68ff1d399e1ec /keyboards/frosty_flake/keymaps/nikchi/Makefile | |
parent | b2b72058e5a29dff3f28761c2d0bb5f035c2f710 (diff) | |
download | qmk_firmware-eb660ef2184565c6bb69f1f67f7af8918d15688f.tar.gz qmk_firmware-eb660ef2184565c6bb69f1f67f7af8918d15688f.zip |
emoji support but
Diffstat (limited to 'keyboards/frosty_flake/keymaps/nikchi/Makefile')
-rw-r--r-- | keyboards/frosty_flake/keymaps/nikchi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/frosty_flake/keymaps/nikchi/Makefile b/keyboards/frosty_flake/keymaps/nikchi/Makefile index 377a25c281..ad86e82d20 100644 --- a/keyboards/frosty_flake/keymaps/nikchi/Makefile +++ b/keyboards/frosty_flake/keymaps/nikchi/Makefile @@ -12,7 +12,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode -UNICODEMAP_ENABLE = no # unicodemap +UNICODEMAP_ENABLE = yes # unicodemap 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. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |