diff options
author | mwpeterson <michael@mwpeterson.com> | 2018-10-18 16:00:30 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-18 13:00:30 -0700 |
commit | f45bc9b362363f6f3f848026eefad7d7a1842c2c (patch) | |
tree | ab308e60b341401598733f54ee3b8f2f0023b7b2 /keyboards/planck/keymaps/mwpeterson/rules.mk | |
parent | 4a7baaaf50bc9cce3886ff7e1b6455e028d92ab9 (diff) | |
download | qmk_firmware-f45bc9b362363f6f3f848026eefad7d7a1842c2c.tar.gz qmk_firmware-f45bc9b362363f6f3f848026eefad7d7a1842c2c.zip |
Keymap: Add Planck keymap (#4154)
* remove clmk and dvrk and backlight; switch esc and enter to be modtap; add meh key
* change songs
* space cadet; move enter; move '"; move pgup pgdn
* remove extra songs
* update from noahfredrick keymap
* make it easier to type ../../thing/*/*
* move pipe
* requested changes
Diffstat (limited to 'keyboards/planck/keymaps/mwpeterson/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/mwpeterson/rules.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/mwpeterson/rules.mk b/keyboards/planck/keymaps/mwpeterson/rules.mk new file mode 100644 index 0000000000..de8aa389c4 --- /dev/null +++ b/keyboards/planck/keymaps/mwpeterson/rules.mk @@ -0,0 +1,6 @@ +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Disable shift combination, which conflicts with shift-parens +MOUSEKEY_ENABLE = yes # Mouse keys (disabled to save space) +NKRO_ENABLE = no # N-key rollover required for use as a steno board +AUDIO_ENABLE = yes # Audio output on port C6 |