summaryrefslogtreecommitdiffstats
path: root/keyboards/candybar/chconf.h
Commit message (Collapse)AuthorAgeFilesLines
* The Key Company project consolidation (#9547)TerryMathews2020-08-291-714/+0
| | | | | | | | | | | | | | | | * Consolidate TKC projects and increase VIA keymap count to 4. * Updated readme files. * Removed config.h via limitation of 2 dynamic keymaps * Reduce dynamic keymaps from 4 to 3 due to EEPROM space limitations. * Update dynamic_keymap.c * Restore 4 dynamic keymaps for VIA in TKC projects. * Update quantum/dynamic_keymap.c
* Enable memcore to fix malloc/rand crashes (#8695)Joel Challis2020-04-051-1/+1
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-4/+198
|
* Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.Nick Brassel2020-01-281-4/+0
|
* [Keyboard] Initial support for TKC Candybar (#4881)TerryMathews2019-01-181-0/+524
* 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>