]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keymap] bingocaller's DZ60 MacOS keymap (#5914)
authorJesper Nellemann Jakobsen <jesper.nellemann@gmail.com>
Mon, 20 May 2019 22:46:24 +0000 (00:46 +0200)
committerDrashna Jaelre <drashna@live.com>
Mon, 20 May 2019 22:46:24 +0000 (15:46 -0700)
commit5904933a3f2266f97cf43a9ed752ceaf9dee1d0c
treec0e992df667e399e5e094fbaed733add209f2696
parent57f5cd3ca7903a8736f79d3d08a7dc6dc75793b3
[Keymap] bingocaller's DZ60 MacOS keymap (#5914)

* Added customisations and README

* Tweak keymap: word traversal/deletion

* Add w and b word traversal/deletion keycodes.
* Add fine volume control key codes, but don't use them, because they
  conflict with other key codes. `A` somehow got remapped to fine
  volume up.

* Set mousekey delay to zero

* Use SAFE_RANGE for key codes.

* Update keymap and README

Add new mouse-specific layer 3, activated by pressing and holding space.
Add brightness controls to layer 4 (previously, layer 3).
Update README:
  * New keyboard-layout mockup image.
  * Add actual link to kbdfans.cn.
  * Update layer descriptions.

* Fix indentation in keymap.c

* Use _______ over KC_TRNS to increase readability

* Custom keys: use #define over process_record_user

* Use enum for naming layers

* Rename README.md -> readme.md
keyboards/dz60/keymaps/bingocaller/config.h [new file with mode: 0644]
keyboards/dz60/keymaps/bingocaller/keymap.c [new file with mode: 0644]
keyboards/dz60/keymaps/bingocaller/readme.md [new file with mode: 0644]