]> git.donarmstrong.com Git - qmk_firmware.git/commit - keyboards/candybar/boards/ST_STM32F072B_DISCOVERY/board.h
[Keyboard] Initial support for TKC Candybar (#4881)
authorTerryMathews <terry@terrymathews.net>
Sat, 19 Jan 2019 06:19:14 +0000 (01:19 -0500)
committerDrashna Jaelre <drashna@live.com>
Sat, 19 Jan 2019 06:19:14 +0000 (22:19 -0800)
commitebec12fbe8bff9b657f3fe6abee67e37ef0a1ba6
treeab24e1a85478e5d4de4c997416e63a074dc58c0e
parentc4680a6460bcc0a3695f3e9232089374c40fc29c
[Keyboard] Initial support for TKC Candybar (#4881)

* Initial support for TKC Candybar

* Correct FN layer issue

Both shift keys were overloaded. Moved Caps Lock to FN + C.

* Update keyboard description in config.h.

* Info.json

* Update project information

* Update keyboards/candybar/readme.md

Co-Authored-By: TerryMathews <terry@terrymathews.net>
14 files changed:
keyboards/candybar/boards/ST_STM32F072B_DISCOVERY/board.c [new file with mode: 0644]
keyboards/candybar/boards/ST_STM32F072B_DISCOVERY/board.h [new file with mode: 0644]
keyboards/candybar/boards/ST_STM32F072B_DISCOVERY/board.mk [new file with mode: 0644]
keyboards/candybar/bootloader_defs.h [new file with mode: 0644]
keyboards/candybar/candybar.c [new file with mode: 0644]
keyboards/candybar/candybar.h [new file with mode: 0644]
keyboards/candybar/chconf.h [new file with mode: 0644]
keyboards/candybar/config.h [new file with mode: 0644]
keyboards/candybar/halconf.h [new file with mode: 0644]
keyboards/candybar/info.json [new file with mode: 0644]
keyboards/candybar/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/candybar/mcuconf.h [new file with mode: 0644]
keyboards/candybar/readme.md [new file with mode: 0644]
keyboards/candybar/rules.mk [new file with mode: 0644]