diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-31 19:30:30 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-31 19:30:30 +0000 |
commit | 55c0c920e97c65529767dcf5aa805bb6fb158376 (patch) | |
tree | 43dd8b42532d7f83cd58662d9a332b49541c62d0 /keyboards/keebio/iris/keymaps/two_knob/rules.mk | |
parent | 64749d3adc2245fdd9c8420cf12a9c1ce633940b (diff) | |
parent | d4c935d8fa6495f7f925c3109db8e9390136bf79 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/iris/keymaps/two_knob/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/keymaps/two_knob/rules.mk | 15 |
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 |