]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality (#1948)
authordkrieger <dougkrieger@gmail.com>
Thu, 2 Nov 2017 01:29:23 +0000 (21:29 -0400)
committerDon Armstrong <don@donarmstrong.com>
Thu, 9 Nov 2017 22:57:42 +0000 (14:57 -0800)
commit388106dd87040c9d4398a8cad36daefeeee2d4fb
treeaa00a007ea2ac35a8c8bd8e83ac8c5cf5a7cb56c
parenta50f58dca7f80f7faa15e70632868ecfd61d682e
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.
keyboards/satan/keymaps/dkrieger/config.h [new file with mode: 0644]
keyboards/satan/keymaps/dkrieger/keymap.c [new file with mode: 0644]
keyboards/satan/keymaps/dkrieger/readme.md [new file with mode: 0644]
keyboards/satan/keymaps/dkrieger/rules.mk [new file with mode: 0644]