summaryrefslogtreecommitdiff
path: root/keyboards/iris/keymaps/rdhaene/rules.mk
diff options
context:
space:
mode:
authorRobertDhaene2018-03-25 12:56:36 -0700
committerDrashna Jaelre2018-03-25 12:56:36 -0700
commit3d587b1d2f01265ef25d9f328c157886afb0c579 (patch)
tree1b97e4f84cf4564374c29779ed43064fd66f5013 /keyboards/iris/keymaps/rdhaene/rules.mk
parentc4f9b8f297e09c51f9ca751b62de6f5290e244e0 (diff)
Merge in some custom keymaps from forked repository (#2605)
* Inital layout * Fix the backspace * add a number pad * move the backlight to the adjust layer; move ctrl and delete. * Update from main repo * Add initial files for custom keymap * Light keymap mod * Change the submodules to match the upstream fork's master branch
Diffstat (limited to 'keyboards/iris/keymaps/rdhaene/rules.mk')
-rw-r--r--keyboards/iris/keymaps/rdhaene/rules.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/rdhaene/rules.mk b/keyboards/iris/keymaps/rdhaene/rules.mk
new file mode 100644
index 000000000..d87ba7913
--- /dev/null
+++ b/keyboards/iris/keymaps/rdhaene/rules.mk
@@ -0,0 +1,6 @@
+RGBLIGHT_ENABLE = no
+BACKLIGHT_ENABLE = yes
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif