aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/candybar/info.json
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add candybar lefty layout (#7286)Rob Rogers2019-11-231-204/+18
| | | | | | | | | | | | | | | | | | | | * Add left number pad layout to candybar keyboard * successfully builds * Rename new layout to LAYOUT_lefty and add corresponding LAYOUT_righty as alias for LAYOUT * merge * Add lefty keymap * Add lefty layout to info.json * Added LAYOUT_righty to info.json and corrected some misplaced braces * Update keyboards/candybar/info.json * removed redundant sections as suggested.
* [Keyboard] TKC Candybar: Correct info.json (#4882)TerryMathews2019-01-191-1/+4
| | | | Inadvertently left a key position out of info.json, keeping it from rendering properly.
* [Keyboard] Initial support for TKC Candybar (#4881)TerryMathews2019-01-181-0/+207
* 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>