diff options
author | Samuel Ryan Goodwin <samuel@roundwallsoftware.com> | 2016-12-15 09:52:57 +0100 |
---|---|---|
committer | Samuel Ryan Goodwin <samuel@roundwallsoftware.com> | 2016-12-15 09:52:57 +0100 |
commit | 826c929c4917fee467b5f1525e81d365e6cf35b1 (patch) | |
tree | 46ff9d5a418b6788d9735339c5fea4134ddabb68 /keyboards/planck | |
parent | 36dddd45fb8af462f91c56a6e4b246251cc68c35 (diff) | |
download | firmware-826c929c4917fee467b5f1525e81d365e6cf35b1.tar.gz firmware-826c929c4917fee467b5f1525e81d365e6cf35b1.tar.bz2 firmware-826c929c4917fee467b5f1525e81d365e6cf35b1.zip |
Make keymap compile again.
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/keymaps/sgoodwin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/sgoodwin/Makefile b/keyboards/planck/keymaps/sgoodwin/Makefile index b2ca41944..9081c6d3e 100644 --- a/keyboards/planck/keymaps/sgoodwin/Makefile +++ b/keyboards/planck/keymaps/sgoodwin/Makefile @@ -19,6 +19,7 @@ AUDIO_ENABLE = yes # Audio output on port C6 UNICODE_ENABLE = no # 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. +API_SYSEX_ENABLE = no # Disable extra stuff for ergodoxen # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |