]> git.donarmstrong.com Git - qmk_firmware.git/commit
Addition of HS60 ISO keyboard (#2972)
authoryiancar <yiangosyiangou@cytanet.com.cy>
Tue, 15 May 2018 21:54:50 +0000 (22:54 +0100)
committerDrashna Jaelre <drashna@live.com>
Tue, 15 May 2018 21:54:50 +0000 (14:54 -0700)
commit323cd357674ebd9ab6ac025ec8e015faeaa751e4
treec617eb3b99441dbc6f618250cb10a61e68369277
parentf66e0a20f23f6f8e8de0cfd1a7c28af5f3c9c78c
Addition of HS60 ISO keyboard (#2972)

* Added Modular keyboards L,R and NUM

Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split

* Remove modular from master

This is to fix incorrect branching

* HS60 initial rgb port

porting HS60 to master rgb code

* HS60 fixes

* Hs60 rgb changes

* Cleanup for HS60 ISO

* More HS60 cleanup

* Update config.h

* More Cleanup for HS60

* HS60 modifications to work with configurator

* More HS60 cleanup

* Remove userspace layouts on HS60

* Update rules.mk

* HS60 bootloader change
keyboards/hs60/config.h [new file with mode: 0644]
keyboards/hs60/hs60.c [new file with mode: 0644]
keyboards/hs60/hs60.h [new file with mode: 0644]
keyboards/hs60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/hs60/keymaps/default/readme.md [new file with mode: 0644]
keyboards/hs60/readme.md [new file with mode: 0644]
keyboards/hs60/rules.mk [new file with mode: 0644]