summaryrefslogtreecommitdiff
path: root/keyboards/iris/keymaps/default/rules.mk
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2017-10-19 10:02:00 -0400
committerJack Humbert <jack.humb@gmail.com>2017-10-19 04:02:00 -1000
commitb5464cf20aa21bfe3671bd584dfc727878d508e0 (patch)
tree70c454a6ffefee1c950cb1090454935e14864422 /keyboards/iris/keymaps/default/rules.mk
parent383e508bc56870aa971c4a881ed43dfe2f44f2ce (diff)
Add Iris keyboard (#1863)
* Clone Nyquist code to Iris and rename * Set keymap and pins * Work in progress Iris default keymap * Add Iris rev2 * Update Iris files to new build system * Add lewisridden keymap
Diffstat (limited to 'keyboards/iris/keymaps/default/rules.mk')
-rw-r--r--keyboards/iris/keymaps/default/rules.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/default/rules.mk b/keyboards/iris/keymaps/default/rules.mk
new file mode 100644
index 0000000000..22b6ec4766
--- /dev/null
+++ b/keyboards/iris/keymaps/default/rules.mk
@@ -0,0 +1,6 @@
+RGBLIGHT_ENABLE = yes
+BACKLIGHT_ENABLE = yes
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif