]> git.donarmstrong.com Git - qmk_firmware.git/commit
[WIP] Added support for the b.face keyboard (#2493)
authorSebastian Kaim <Sebb767@users.noreply.github.com>
Mon, 20 Aug 2018 02:32:35 +0000 (04:32 +0200)
committerDrashna Jaelre <drashna@live.com>
Mon, 20 Aug 2018 02:32:35 +0000 (19:32 -0700)
commit4a3eb3bdd457af85fda4b25d9e6379ee245d468b
tree79d1ce2dc5c7df85f5fd794034aa02d03bdca79f
parent10c636a1eeaff65292edabe7f01c781110ba871f
[WIP] Added support for the b.face keyboard (#2493)

* Added support for the b.face keyboard

This commit adds support for the 60% keyboard from winkeyless, the
b.face. The basic keyboard layout as well as the RGB backlighting
works as expected; the per-key LEDs can be turned on or off but not
yet dimmed. A default 60% US-layout is included.

* Added link to the bface in the ps2avrGB README
14 files changed:
keyboards/bface/README.md [new file with mode: 0644]
keyboards/bface/backlight_ps2avrGB.c [new file with mode: 0644]
keyboards/bface/backlight_ps2avrGB.h [new file with mode: 0644]
keyboards/bface/bface.c [new file with mode: 0644]
keyboards/bface/bface.h [new file with mode: 0644]
keyboards/bface/config.h [new file with mode: 0644]
keyboards/bface/i2c.c [new file with mode: 0644]
keyboards/bface/i2c.h [new file with mode: 0644]
keyboards/bface/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/bface/matrix.c [new file with mode: 0644]
keyboards/bface/program [new file with mode: 0755]
keyboards/bface/rules.mk [new file with mode: 0644]
keyboards/bface/usbconfig.h [new file with mode: 0644]
keyboards/ps2avrGB/README.md