diff options
author | Ethan Madden <crazeh.monkeh@gmail.com> | 2017-06-25 18:30:40 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-25 21:30:40 -0400 |
commit | 42e6ecc36b65ad0f0d29c6c35c93b95078c11a1a (patch) | |
tree | dbaf2d2f0a3ea05cedd0c30310c3533225cdc27b /keyboards/whitefox/keymaps/jetpacktuxedo/Makefile | |
parent | 43579a80a7bba63ddf2b3eceb4d05a51727a7cbb (diff) |
Whitefox LED control (#1432)
* use new grave_esc functionality
* Port LED control from Ergodox Infinity to Whitefox
Diffstat (limited to 'keyboards/whitefox/keymaps/jetpacktuxedo/Makefile')
-rw-r--r-- | keyboards/whitefox/keymaps/jetpacktuxedo/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/whitefox/keymaps/jetpacktuxedo/Makefile b/keyboards/whitefox/keymaps/jetpacktuxedo/Makefile new file mode 100644 index 0000000000..8eb483103c --- /dev/null +++ b/keyboards/whitefox/keymaps/jetpacktuxedo/Makefile @@ -0,0 +1,5 @@ +ifndef QUANTUM_DIR + include ../../../Makefile +endif + +BACKLIGHT_ENABLE = yes |