]> git.donarmstrong.com Git - qmk_firmware.git/commit
actuation point adjustment for fc980c and fc660c (#2134)
authorBalz Guenat <balz.guenat@gmail.com>
Tue, 12 Dec 2017 02:05:12 +0000 (03:05 +0100)
committerJack Humbert <jack.humb@gmail.com>
Tue, 12 Dec 2017 02:05:12 +0000 (21:05 -0500)
commiteeb64437673c0f5c16f0ddf1e2a8362be81b615a
tree0c1c65a087f8b427cdf5e85ec9082ce0ba9a0dd0
parentc1a6ca46a77d88da40647a54bf1e712da69bc143
actuation point adjustment for fc980c and fc660c (#2134)

* add i2c lib submodule

* add actuation point adjustment to fc980c

* add actuation point adjustment to fc660c also.

* use https for i2c submodule

* move to existing i2c lib

* properly remove old submodule

* oops, forgot some files for the fc660c
22 files changed:
keyboards/fc660c/README.md
keyboards/fc660c/actuation_point.c [new file with mode: 0644]
keyboards/fc660c/actuation_point.h [new file with mode: 0644]
keyboards/fc660c/config.h
keyboards/fc660c/fc660c.c
keyboards/fc660c/i2c.c [new file with mode: 0644]
keyboards/fc660c/i2c.h [new file with mode: 0644]
keyboards/fc660c/matrix.c
keyboards/fc660c/rules.mk
keyboards/fc980c/README.md
keyboards/fc980c/actuation_point.c [new file with mode: 0644]
keyboards/fc980c/actuation_point.h [new file with mode: 0644]
keyboards/fc980c/config.h
keyboards/fc980c/fc980c.c
keyboards/fc980c/i2c.c [new file with mode: 0644]
keyboards/fc980c/i2c.h [new file with mode: 0644]
keyboards/fc980c/keymaps/actuation-point-example/README.md [new file with mode: 0644]
keyboards/fc980c/keymaps/actuation-point-example/config.h [new file with mode: 0644]
keyboards/fc980c/keymaps/actuation-point-example/keymap.c [new file with mode: 0644]
keyboards/fc980c/keymaps/coloneljesus/config.h
keyboards/fc980c/matrix.c
keyboards/fc980c/rules.mk