summaryrefslogtreecommitdiff
path: root/quantum/via.h
AgeCommit message (Collapse)Author
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
2022-11-10VIA V3 - The Custom UI Update (#18222)Wilba
2022-11-05Initial DD keycode migration (#18643)Joel Challis
* Initial DD keycode migration * Sort magic keycodes
2022-07-21VIA Encoder Map Support (#17734)Wilba
2022-07-18 Allow dynamic keymap to compile without via.h (#17703)Joel Challis
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-02-06Add layout change callbacks to VIA (#16087)Drashna Jaelre
* Add layout change callbacks to VIA * Update worklouder example
2021-08-20Fix issues with VIA EEPROM init and bring in line with eeconfig ↵Drashna Jaelre
functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com>
2021-08-18Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum
2020-12-11Normalise include statements in core code (#11153)Ryan
* Normalise include statements in core code * Missed one
2020-04-06Configurable VIA layout options default value (#8707)Wilba
2020-01-20Add VIA support for QMK backlight, QMK RGBLight (#7911)Wilba
* Add VIA support for QMK backlight, QMK RGBLight * clang-format changes
2020-01-19Run clang-format manually to fix recently changed files (#7934)Joel Challis
* 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
2020-01-03VIA Configurator Refactor (#7268)Wilba
* 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