aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/via.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in via.c (#10000)Wilba2020-09-211-1/+1
|
* Configurable VIA layout options default value (#8707)Wilba2020-04-061-1/+1
|
* Add support for Bootmagic lite when using SPLIT_HAND_PIN (#8347)Joel Challis2020-03-211-30/+0
| | | | | | | | | * Add support for Bootmagic lite when using SPLIT_HAND_PIN * Deduplicate bootmagic_lite logic from within via * Revert location of defaults so that user overrides still work for now * Tidy up code slightly
* Add VIA support for QMK backlight, QMK RGBLight (#7911)Wilba2020-01-201-3/+179
| | | | | | * 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-145/+102
| | | | | | | | * 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/+400
* 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