summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/co60
Commit message (Collapse)AuthorAgeFilesLines
* Remove `DESCRIPTION`, H-J (#11616)Ryan2021-01-203-3/+0
|
* Exclude more keyboards from CI (#11436)Zach White2021-01-133-0/+0
| | | | | * exclude all of handwired * exclude more keyboards from CI
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-213-0/+0
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-296-158/+852
|
* Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)fauxpark2020-01-193-3/+3
|
* Enable RGB underglow on the CO60 and SteamVan, switch backlight code to QMK ↵John M Daly2020-01-1314-618/+11
| | | | | | | | | | built-in code (#7874) * Add: RGB underglow support using SPI to SteamVan and CO60 * Update: Switch to QMK's baclight implementation for CO60 and SteamVan * Fix: Remove now unnecessary backlighting code from keyboard files
* [Core] Cleanup rules.mk for F303 keyboards (#7306)fauxpark2019-11-142-74/+4
| | | | | | * Cleanup rules.mk for F303 keyboards * Fix small typo
* Cleanup rules.mk for 32U4 keyboards, H (#7030)fauxpark2019-10-201-37/+2
| | | | | | * Cleanup rules.mk for 32U4 keyboards, H * Change some boards incorrectly assumed to be halfkay
* [Keyboard] Initial firmware and keymaps for the CO60 PCB (#5959)John M Daly2019-06-0133-0/+4253
* Add: Initial firmware and keymaps for the CO60 PCB * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update: Address reviewer comments * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update: Reviewer changes