summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/oeywil/rules.mk
diff options
context:
space:
mode:
authorØyvind Wilhelmsen <46304257+oeywil@users.noreply.github.com>2019-04-17 20:07:19 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-17 20:07:19 +0200
commitf05927a2f0d688f8c4e9496ba995c454511b1a97 (patch)
tree5a8a3248183cd8c4313f377881d89e0af26b687b /keyboards/planck/keymaps/oeywil/rules.mk
parent4cd3afc7e95f8ae58b13be544310c44e1dd5a775 (diff)
downloadqmk_firmware-f05927a2f0d688f8c4e9496ba995c454511b1a97.tar.gz
qmk_firmware-f05927a2f0d688f8c4e9496ba995c454511b1a97.tar.xz
[Keymap] Update to oeywil's keymap (#5614)
* Switched to grid, added leader key and space cadet shift * renamed layer, removed sound * fixed comment * added comment * Added tap dance * Added comments * removed useless sound * removed useless comments * removed useless cases * changed to register_code16 function * renamed variables * fixed typo * fixed indentation
Diffstat (limited to 'keyboards/planck/keymaps/oeywil/rules.mk')
-rw-r--r--keyboards/planck/keymaps/oeywil/rules.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/keyboards/planck/keymaps/oeywil/rules.mk b/keyboards/planck/keymaps/oeywil/rules.mk
index a0373a4d4..23b261173 100644
--- a/keyboards/planck/keymaps/oeywil/rules.mk
+++ b/keyboards/planck/keymaps/oeywil/rules.mk
@@ -1,9 +1,11 @@
SRC += muse.c
# Build Options
-AUDIO_ENABLE = yes
-CONSOLE_ENABLE = no
-EXTRAKEY_ENABLE = yes
-NKRO_ENABLE = yes
-
-DEFAULT_FOLDER = planck/rev6
+NKRO_ENABLE = yes
+EXTRAKEY_ENABLE = yes
+LEADER_ENABLE = yes
+TAP_DANCE_ENABLE = yes
+AUDIO_ENABLE = yes
+COMMAND_ENABLE = no
+CONSOLE_ENABLE = no
+MOUSEKEY_ENABLE = no