aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/steamvan
Commit message (Collapse)AuthorAgeFilesLines
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-293-79/+426
|
* Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)fauxpark2020-01-191-1/+1
|
* Enable RGB underglow on the CO60 and SteamVan, switch backlight code to QMK ↵John M Daly2020-01-139-304/+13
| | | | | | | | | | 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-141-37/+2
| | | | | | * Cleanup rules.mk for F303 keyboards * Fix small typo
* [Keyboard] Add: Initial steamvan firmware code (#6501)John M Daly2019-08-1317-0/+1912
* Add: Initial steamvan firmware code * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update: Remove old macro commands, per reviewer comments * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update: Remove redundant backlight struct * Update: Replace preprocessor defines with enum