diff options
author | dkrieger <dougkrieger@gmail.com> | 2017-11-01 21:29:23 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-01 21:29:23 -0400 |
commit | 19753788c1404f43f2a3000a68c336170cb7eb5c (patch) | |
tree | e381fba04686d6cf0f993aa9b780b21c445e420e /keyboards/satan/keymaps/dkrieger/readme.md | |
parent | 54a8abd785d46c879dfedb740df782b20521e086 (diff) | |
download | qmk_firmware-19753788c1404f43f2a3000a68c336170cb7eb5c.tar.gz qmk_firmware-19753788c1404f43f2a3000a68c336170cb7eb5c.zip |
Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality (#1948)
* Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality and without LED functionality
* move mouse layer to DOUBLE_HOLD, add UTIL layer for TRIPLE_HOLD
- UTIL layer
- currently has "RESET" key and nothing else.
- functionality otherwise covered by bootmagic should go here
- small bugfix: dispatch of [QTY]_HOLD should be based on range tap count
falls in, not exact count.
Diffstat (limited to 'keyboards/satan/keymaps/dkrieger/readme.md')
-rw-r--r-- | keyboards/satan/keymaps/dkrieger/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/satan/keymaps/dkrieger/readme.md b/keyboards/satan/keymaps/dkrieger/readme.md new file mode 100644 index 0000000000..8941132391 --- /dev/null +++ b/keyboards/satan/keymaps/dkrieger/readme.md @@ -0,0 +1,23 @@ +# dkrieger HHKB like Layout + +Base derived from dbroqua (special thanks) + +Based on HHKB with the following [dip switches][1] engaged: + +- SW3: delete key -> backspace +- SW5: swap alt and meta keys +- SW2: Mac Mode (partial implementation, includes media keys + - Note: this was copied from dbroqua, there seem to have been some + modifications from stock Mac Mode + +Additionally, this layout includes a mouse layer engaged by tapping Fn 3 times, +holding on the third time. The arrow keys move the mouse, scrolling when shift +is held (either left or right). Right alt is left click, right meta is right +click. + +# Programming Instructions: +Enter into programming mode and run the following command. +``` +$ sudo KEYMAP=dkrieger_hhkb make dfu +``` +[1]: http://www.elitekeyboards.com/products.php?sub=pfu_keyboards,hhkbpro2&pid=pdkb400b |