]> git.donarmstrong.com Git - qmk_firmware.git/commit
Clueboard 66% Hotswap Support (#5204)
authorskullydazed <skullydazed@users.noreply.github.com>
Sun, 24 Feb 2019 01:25:25 +0000 (17:25 -0800)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sun, 24 Feb 2019 01:25:25 +0000 (17:25 -0800)
commit0f62383be57d2e3dacc79a76973295c73e805038
treeed61dd8da62da9198c0a8268e2235a15f7014e46
parent539a6fc8255b5a9f0173dca0b9b6bd94c12a51f4
Clueboard 66% Hotswap Support (#5204)

* Initial Clueboard 66% arm support

* Fix LAYOUT_66_ansi

* wip

* Bring this branch up to date with led_matrix

* Get Clueboard 66% hotswap working with led_matrix

* stm32 cleanup

* Fix compiling for clueboard 66% hotswap prototype

* Reduce the size of the prototype firmware
17 files changed:
keyboards/clueboard/66_hotswap/66_hotswap.h
keyboards/clueboard/66_hotswap/config.h
keyboards/clueboard/66_hotswap/gen1/chconf.h [new file with mode: 0644]
keyboards/clueboard/66_hotswap/gen1/config.h
keyboards/clueboard/66_hotswap/gen1/gen1.c
keyboards/clueboard/66_hotswap/gen1/gen1.h
keyboards/clueboard/66_hotswap/gen1/halconf.h [new file with mode: 0644]
keyboards/clueboard/66_hotswap/gen1/info.json [new file with mode: 0644]
keyboards/clueboard/66_hotswap/gen1/led.c [new file with mode: 0644]
keyboards/clueboard/66_hotswap/gen1/matrix.c [new file with mode: 0644]
keyboards/clueboard/66_hotswap/gen1/mcuconf.h [new file with mode: 0644]
keyboards/clueboard/66_hotswap/gen1/rules.mk
keyboards/clueboard/66_hotswap/keymaps/default/keymap.c
keyboards/clueboard/66_hotswap/prototype/config.h [new file with mode: 0644]
keyboards/clueboard/66_hotswap/prototype/prototype.c [new file with mode: 0644]
keyboards/clueboard/66_hotswap/prototype/prototype.h [new file with mode: 0644]
keyboards/clueboard/66_hotswap/prototype/rules.mk [new file with mode: 0644]