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 | |
| parent | 36dddd45fb8af462f91c56a6e4b246251cc68c35 (diff) | |
| download | qmk_firmware-826c929c4917fee467b5f1525e81d365e6cf35b1.tar.gz qmk_firmware-826c929c4917fee467b5f1525e81d365e6cf35b1.zip | |
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 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 | |||
| 19 | UNICODE_ENABLE = no # Unicode | 19 | UNICODE_ENABLE = no # Unicode |
| 20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 22 | API_SYSEX_ENABLE = no # Disable extra stuff for ergodoxen | ||
| 22 | 23 | ||
| 23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 24 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
