summaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/keymaps/two_knob/rules.mk
diff options
context:
space:
mode:
authorRyan Neff <ryan.ray.neff@fluke.com>2022-08-31 12:29:26 -0700
committerGitHub <noreply@github.com>2022-08-31 20:29:26 +0100
commitd4c935d8fa6495f7f925c3109db8e9390136bf79 (patch)
tree8f52622ed218e6c38bf7d309af5573ae972904e6 /keyboards/keebio/iris/keymaps/two_knob/rules.mk
parent6104b660145215ec00cc5f258e550c335d99cf96 (diff)
Added personal Iris Rev6a layout and Milk 2% layout (#17600)
by JellyTitan
Diffstat (limited to 'keyboards/keebio/iris/keymaps/two_knob/rules.mk')
-rw-r--r--keyboards/keebio/iris/keymaps/two_knob/rules.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/two_knob/rules.mk b/keyboards/keebio/iris/keymaps/two_knob/rules.mk
new file mode 100644
index 0000000000..dd49f77547
--- /dev/null
+++ b/keyboards/keebio/iris/keymaps/two_knob/rules.mk
@@ -0,0 +1,15 @@
+# Copyright 2022 Ryan Neff (@JellyTitan)
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# Turn on mouse:
+MOUSEKEY_ENABLE = yes
+# Turn on tap dance:
+TAP_DANCE_ENABLE = yes
+# Dynamic Tapping Term:
+DYNAMIC_TAPPING_TERM_ENABLE = yes
+# Replicates the normal keyswitch layer handling functionality, but with encoders:
+ENCODER_MAP_ENABLE = yes
+# Console for debug:
+# This is enabled by the parent iris rev6a config - turning it off saves us some space.
+# You can find the other iris default options here: keyboards/keebio/iris/rev6a/rules.mk
+CONSOLE_ENABLE = no