aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/via.h
Commit message (Collapse)AuthorAgeFilesLines
* Configurable VIA layout options default value (#8707)Wilba2020-04-061-0/+8
|
* Add VIA support for QMK backlight, QMK RGBLight (#7911)Wilba2020-01-201-21/+37
| | | | | | * Add VIA support for QMK backlight, QMK RGBLight * clang-format changes
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-191-34/+27
| | | | | | | | * Run clang-format manually to fix recently changed files * Run clang-format manually to fix recently changed files - revert template files * Run clang-format manually to fix recently changed files - format off for ascii_to_keycode_lut
* VIA Configurator Refactor (#7268)Wilba2020-01-031-0/+151
* VIA Refactor * Remove old code * review changes * review changes * Fix cannonkeys/satisfaction75/prototype:via build * Add via.h to quantum.h * Move backlight init to after backlight config load * Merge branch 'master' into via_refactor_pr * Update user's rules.mk to new way of enabling VIA * Added id_switch_matrix_state * Review changes