diff options
author | yttyx <yttyx@users.noreply.github.com> | 2019-07-11 19:32:47 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-11 11:32:47 -0700 |
commit | 676633e1f396d6ab88ef7d5465e8ffccb9f49af2 (patch) | |
tree | 815de9ffde2b65e423c9fe4a1bbd751c080b0bcf /keyboards/planck/keymaps/yttyx/rules.mk | |
parent | e6420f0bd823fa660d217a2560a919785ccb2343 (diff) | |
download | qmk_firmware-676633e1f396d6ab88ef7d5465e8ffccb9f49af2.tar.gz |
[Keymap] Balance Twelve / Steno Keymap for Planck (#6283)
* New keymap. Cursor layer does not work.
* Refinements to layout over months of use.
* Changes following review.
* Changes following review.
Diffstat (limited to 'keyboards/planck/keymaps/yttyx/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/yttyx/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/yttyx/rules.mk b/keyboards/planck/keymaps/yttyx/rules.mk new file mode 100644 index 000000000..27dac6d4d --- /dev/null +++ b/keyboards/planck/keymaps/yttyx/rules.mk @@ -0,0 +1,11 @@ +# Build Options +AUDIO_ENABLE = yes +CONSOLE_ENABLE = no +EXTRAKEY_ENABLE = no +MIDI_ENABLE = no +MOUSEKEY_ENABLE = no +NKRO_ENABLE = yes +RGBLIGHT_ENABLE = no +STENO_ENABLE = yes +VIRTSER_ENABLE = yes + |