aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/candybar/candybar.h
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add candybar lefty layout (#7286)Rob Rogers2019-11-231-7/+21
| | | | | | | | | | | | | | | | | | | | * 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] Initial support for TKC Candybar (#4881)TerryMathews2019-01-181-0/+30
* 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>