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/planck/keymaps/zach/Makefile | |
parent | 7e54332890f4c376314f942574c6183c87a6e9c8 (diff) | |
download | qmk_firmware-d1e66e2e0715c680a8da3216525b54fd8f2b671f.tar.gz |
Worked around some new Makefile issues.
Diffstat (limited to 'keyboards/planck/keymaps/zach/Makefile')
-rw-r--r-- | keyboards/planck/keymaps/zach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/zach/Makefile b/keyboards/planck/keymaps/zach/Makefile index 977f1a901..9d86fc81f 100644 --- a/keyboards/planck/keymaps/zach/Makefile +++ b/keyboards/planck/keymaps/zach/Makefile @@ -17,7 +17,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 #VARIABLE_TRACE = no # Debug changes to variable values -UNICODE_ENABLE = yes # Unicode +UNICODE_ENABLE = no # Unicode (can't be used with unicodemap) 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. |