]> git.donarmstrong.com Git - qmk_firmware.git/commit
Initial whitefox support
authorKaleb Elwert <belak@coded.io>
Wed, 4 Jan 2017 07:41:52 +0000 (23:41 -0800)
committerKaleb Elwert <belak@coded.io>
Wed, 4 Jan 2017 07:41:52 +0000 (23:41 -0800)
commit8377d5fdc57ab0a4f1757d9f787592ede1b94cfe
tree592977342bf2e36d73742c5334a7c4d8da308050
parent847377fb43356cc1d3dff20ff1d5030a833cca41
Initial whitefox support
13 files changed:
keyboards/whitefox/Makefile [new file with mode: 0644]
keyboards/whitefox/bootloader_defs.h [new file with mode: 0644]
keyboards/whitefox/chconf.h [new file with mode: 0644]
keyboards/whitefox/config.h [new file with mode: 0644]
keyboards/whitefox/halconf.h [new file with mode: 0644]
keyboards/whitefox/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/whitefox/keymaps/matt3o/keymap.c [new file with mode: 0644]
keyboards/whitefox/led.c [new file with mode: 0644]
keyboards/whitefox/matrix.c [new file with mode: 0644]
keyboards/whitefox/mcuconf.h [new file with mode: 0644]
keyboards/whitefox/rules.mk [new file with mode: 0644]
keyboards/whitefox/whitefox.c [new file with mode: 0644]
keyboards/whitefox/whitefox.h [new file with mode: 0644]