diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-15 10:02:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-15 10:02:31 -0500 |
commit | 61ab3018c71c26d266a6a3188e48b5803eb8398a (patch) | |
tree | 46ff9d5a418b6788d9735339c5fea4134ddabb68 | |
parent | 36dddd45fb8af462f91c56a6e4b246251cc68c35 (diff) | |
parent | 826c929c4917fee467b5f1525e81d365e6cf35b1 (diff) | |
download | qmk_firmware-61ab3018c71c26d266a6a3188e48b5803eb8398a.tar.gz qmk_firmware-61ab3018c71c26d266a6a3188e48b5803eb8398a.zip |
Merge pull request #956 from sgoodwin/master
Make keymap compile again.
-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 |