]> git.donarmstrong.com Git - qmk_firmware.git/commit
Move kwerdenker's personal keymap from RGB (#7645)
authorYan-Fa Li <yanfali@gmail.com>
Mon, 16 Dec 2019 19:26:02 +0000 (11:26 -0800)
committerDrashna Jaelre <drashna@live.com>
Mon, 16 Dec 2019 19:26:02 +0000 (11:26 -0800)
commit0082ecf1f3328eb45a865bf50d3f44ca632d9f7b
tree6489ac9cb9c4fd79235a95a5075f9d2faf1b914c
parent7cddcce23798937bf7373c7cb289a0a510fb1232
Move kwerdenker's personal keymap from RGB (#7645)

* Move kwerdenker's personal keymap from RGB

Talked to Maartenwut about making RGB an actual template instead of
kwerdenker's keymap. Free'd up B7 so it can be used for audio in
agreement with MW. He's considering adding a speaker footprint to next
rev of plain60, and only B7 can be used with Audio. RGB uses bitbang
driver so it doesn't really make any difference if it's pin B0.

 - RGB should be a template for other people to modify, not a personal
 keymap
 - change default pin to B0 to free up B7 for audio use
 - rename RGB to kwerdenker

* Add RGB keycodes to FN layer

* don't use uppercase in keymap names

 - doesn't work properly on MacOS or Windows

* Add an audio specific keymap

* Enum instead of define

* Suggested change to keymap

 - maintain compatibility with old keymap
12 files changed:
keyboards/maartenwut/plain60/keymaps/RGB/config.h [deleted file]
keyboards/maartenwut/plain60/keymaps/RGB/keymap.c [deleted file]
keyboards/maartenwut/plain60/keymaps/RGB/rules.mk [deleted file]
keyboards/maartenwut/plain60/keymaps/audio/config.h [new file with mode: 0644]
keyboards/maartenwut/plain60/keymaps/audio/keymap.c [new file with mode: 0644]
keyboards/maartenwut/plain60/keymaps/audio/rules.mk [new file with mode: 0644]
keyboards/maartenwut/plain60/keymaps/kwerdenker/config.h [new file with mode: 0644]
keyboards/maartenwut/plain60/keymaps/kwerdenker/keymap.c [new file with mode: 0644]
keyboards/maartenwut/plain60/keymaps/kwerdenker/rules.mk [new file with mode: 0644]
keyboards/maartenwut/plain60/keymaps/rgb/config.h [new file with mode: 0644]
keyboards/maartenwut/plain60/keymaps/rgb/keymap.c [new file with mode: 0644]
keyboards/maartenwut/plain60/keymaps/rgb/rules.mk [new file with mode: 0644]