diff options
author | unknown <itsaferbie@gmail.com> | 2017-07-24 18:01:08 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-28 10:45:34 -0400 |
commit | 1eea91f5f8bc64ca765abb5faee4b211d9ccf57f (patch) | |
tree | 7695b3b23f7f76bb15ac87f1c536eb76c86558c9 /keyboards/deltasplit75 | |
parent | 9546b180b961868f7f87a5367b94bb3daf30b61e (diff) | |
download | qmk_firmware-1eea91f5f8bc64ca765abb5faee4b211d9ccf57f.tar.gz qmk_firmware-1eea91f5f8bc64ca765abb5faee4b211d9ccf57f.zip |
Updated my makefile..again
Diffstat (limited to 'keyboards/deltasplit75')
-rw-r--r-- | keyboards/deltasplit75/keymaps/itsaferbie/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile index 0004390ce4..bab3b4c564 100644 --- a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile +++ b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile @@ -1,5 +1,6 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. AUDIO_ENABLE = no # Audio disabled while using RGB underlight. +EXTRAKEY_ENABLE = yes ifndef QUANTUM_DIR include ../../../../Makefile |