diff options
author | mwpeterson <michael@mwpeterson.com> | 2018-11-26 12:26:26 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-26 09:26:26 -0800 |
commit | 97ab3211e2ace7a5cbf7bd2a21723ed751286c99 (patch) | |
tree | ca9181b6b71e351ed8a88222837ea4a6eb3e9426 /keyboards/planck/keymaps/mwpeterson/rules.mk | |
parent | 8bc19c8dcf8b32c57baff7e548793be756a5e4f4 (diff) | |
download | qmk_firmware-97ab3211e2ace7a5cbf7bd2a21723ed751286c99.tar.gz |
Keymap: add Interrobang (#4420)
* 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
* add interrobang support
* add shift-insert to raise-v and lower-v, move pipe to raise-/lower-n
Diffstat (limited to 'keyboards/planck/keymaps/mwpeterson/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/mwpeterson/rules.mk | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/keyboards/planck/keymaps/mwpeterson/rules.mk b/keyboards/planck/keymaps/mwpeterson/rules.mk index de8aa389c..e82617028 100644 --- a/keyboards/planck/keymaps/mwpeterson/rules.mk +++ b/keyboards/planck/keymaps/mwpeterson/rules.mk @@ -1,6 +1,7 @@ -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 +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 +UNICODEMAP_ENABLE = yes # Enable extended unicode |