summaryrefslogtreecommitdiffstats
path: root/keyboards/tkc
Commit message (Collapse)AuthorAgeFilesLines
* TKC TKL_A/B87: Initial support (#10943)TerryMathews2020-12-029-0/+434
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Refactor to use led config - Part 1 (#10905)Joel Challis2020-11-174-110/+18
| | | | | | | | | | | * Refactor to use led config * Refactor to use led config * Refactor to use led config * Refactor to use led config * Refactor to use led config
* [Keymap] add brandonschlack userspace and keymaps (#10411)Brandon Schlack2020-11-043-0/+282
|
* Rename keyboard-level readmes to lower-case (#10759)Erovia2020-10-253-0/+0
| | | | | This is the recommendation in the [PR Checklist](https://docs.qmk.fm/#/pr_checklist?id=keyboard-prs) and it will make working with them easier in the CLI/API/etc.
* Remove bootloader_defs.h for some F072 boards (#10582)Ryan2020-10-131-7/+0
|
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-292-2/+2
| | | | | | | | | * Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
* The Key Company project consolidation (#9547)TerryMathews2020-08-2944-0/+3744
| | | | | | | | | | | | | | | | * 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
* [Keyboard] Initial support for TKC GodSpeed75 (#9723)TerryMathews2020-07-2712-0/+1732
| | | | | | | | | | | | | | | | | | | | * Initial support for TKC GodSpeed75 * Correct compile error * Update keyboards/tkc/godspeed75/rules.mk * Update keyboards/tkc/godspeed75/readme.md * Delete bootloader_defs.h * Update keyboards/tkc/godspeed75/keymaps/via/keymap.c * Update keyboards/tkc/godspeed75/readme.md * Update keyboards/tkc/godspeed75/config.h * Update keyboards/tkc/godspeed75/readme.md
* Keymap for OSAv2 (#9773)stanrc852020-07-251-0/+58
| | | | | | | | | | | | | * Add OSAv2 keymap * OSAv2 configs and rules * OSAv2 lighting layers * OSAv2 lighting layers * Fix colors after copy/paste * Use LED indicators instead of RGB
* Initial support for TKC Alice (#9640)TerryMathews2020-07-119-0/+525
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>