[Keyboard] Candybar update (#8335)
authorTerryMathews <terry@terrymathews.net>
Thu, 12 Mar 2020 19:52:59 +0000 (15:52 -0400)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 19:52:59 +0000 (19:52 +0000)
commit18bc5254932a842276627d8f055b6fb1d3345230
tree0b8d831958384bb146dd0af751806e44cdbd691a
parent4edb5a5e8c72e3be7fda20069941ea215cb49916
[Keyboard] Candybar update (#8335)

* Candybar: split lefty and righty into subprojects.

* Update readme.md

* Update readme.md

* Candybar: Moved STM32 library files into project root folder.

* Update keyboards/candybar/righty/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/candybar/righty/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/candybar/righty/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/candybar/righty/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/candybar/righty/righty.c

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Candybar: remove Boards directory so project uses one from drivers

* Update keyboards/candybar/righty/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update readme.md

* Update readme.md

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
18 files changed:
keyboards/candybar/boards/ST_STM32F072B_DISCOVERY/board.c [deleted file]
keyboards/candybar/boards/ST_STM32F072B_DISCOVERY/board.h [deleted file]
keyboards/candybar/boards/ST_STM32F072B_DISCOVERY/board.mk [deleted file]
keyboards/candybar/lefty/config.h [moved from keyboards/candybar/config.h with 100% similarity]
keyboards/candybar/lefty/info.json [moved from keyboards/candybar/info.json with 51% similarity]
keyboards/candybar/lefty/keymaps/default/keymap.c [moved from keyboards/candybar/keymaps/lefty/keymap.c with 97% similarity]
keyboards/candybar/lefty/lefty.c [moved from keyboards/candybar/candybar.c with 97% similarity]
keyboards/candybar/lefty/lefty.h [moved from keyboards/candybar/candybar.h with 64% similarity]
keyboards/candybar/lefty/readme.md [new file with mode: 0644]
keyboards/candybar/lefty/rules.mk [moved from keyboards/candybar/rules.mk with 96% similarity]
keyboards/candybar/readme.md [deleted file]
keyboards/candybar/righty/config.h [new file with mode: 0644]
keyboards/candybar/righty/info.json [new file with mode: 0644]
keyboards/candybar/righty/keymaps/default/keymap.c [moved from keyboards/candybar/keymaps/default/keymap.c with 100% similarity]
keyboards/candybar/righty/readme.md [new file with mode: 0644]
keyboards/candybar/righty/righty.c [new file with mode: 0644]
keyboards/candybar/righty/righty.h [new file with mode: 0644]
keyboards/candybar/righty/rules.mk [new file with mode: 0644]