This website works better with JavaScript
Home
Explore
Help
Register
Sign In
HuiJun
/
qmk_firmware
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add Makefile in keymap dir
Danny Nguyen
8 years ago
parent
91776772fd
commit
f3e3ff29a3
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
keyboards/lets_split/keymaps/hexwire/Makefile
+ 4
- 0
keyboards/lets_split/keymaps/hexwire/Makefile
View File
@@ -1 +1,5 @@
RGBLIGHT_ENABLE = yes
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif