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 | |
parent | 36dddd45fb8af462f91c56a6e4b246251cc68c35 (diff) |
Make keymap compile again.
Diffstat (limited to 'keyboards')
-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 b2ca419445..9081c6d3ec 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 |