diff options
author | Øyvind Wilhelmsen <46304257+oeywil@users.noreply.github.com> | 2019-04-17 20:07:19 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-17 11:07:19 -0700 |
commit | f05927a2f0d688f8c4e9496ba995c454511b1a97 (patch) | |
tree | 5a8a3248183cd8c4313f377881d89e0af26b687b /keyboards/planck/keymaps/oeywil/rules.mk | |
parent | 4cd3afc7e95f8ae58b13be544310c44e1dd5a775 (diff) |
[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.mk | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/keyboards/planck/keymaps/oeywil/rules.mk b/keyboards/planck/keymaps/oeywil/rules.mk index a0373a4d4e..23b2611735 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 |