diff options
author | nielsenz <nielsenz@oregonstate.edu> | 2017-03-30 20:10:34 -0700 |
---|---|---|
committer | nielsenz <nielsenz@oregonstate.edu> | 2017-03-30 20:10:34 -0700 |
commit | d1e66e2e0715c680a8da3216525b54fd8f2b671f (patch) | |
tree | 48e8fe12880f58ebc7e143d245af5826c20b6f54 /keyboards/preonic/keymaps/zach/Makefile | |
parent | 7e54332890f4c376314f942574c6183c87a6e9c8 (diff) | |
download | qmk_firmware-d1e66e2e0715c680a8da3216525b54fd8f2b671f.tar.gz |
Worked around some new Makefile issues.
Diffstat (limited to 'keyboards/preonic/keymaps/zach/Makefile')
-rw-r--r-- | keyboards/preonic/keymaps/zach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/preonic/keymaps/zach/Makefile b/keyboards/preonic/keymaps/zach/Makefile index f0a84abac..eebf41349 100644 --- a/keyboards/preonic/keymaps/zach/Makefile +++ b/keyboards/preonic/keymaps/zach/Makefile @@ -17,8 +17,8 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = yes # Audio output on port C6 #VARIABLE_TRACE = no # Debug changes to variable values -UNICODE_ENABLE = yes # Unicode -UNICODEMAP_ENABLE = no # Enable extended unicode +UNICODE_ENABLE = no # Unicode +UNICODEMAP_ENABLE = yes # Enable extended 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. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |