aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/via.h
Commit message (Collapse)AuthorAgeFilesLines
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-211-20/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
* Add EOL to non-keyboard files (#24990)Joel Challis2025-03-071-1/+1
|
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-0/+1
|
* add VIA support for LED Matrix (#21281)mechlovin2023-07-071-0/+14
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-221-41/+1
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-091-14/+80
|
* Initial DD keycode migration (#18643)Joel Challis2022-11-051-8/+3
| | | | | * Initial DD keycode migration * Sort magic keycodes
* VIA Encoder Map Support (#17734)Wilba2022-07-211-1/+3
|
* Allow dynamic keymap to compile without via.h (#17703)Joel Challis2022-07-181-0/+2
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-3/+3
|
* Add layout change callbacks to VIA (#16087)Drashna Jaelre2022-02-061-0/+1
| | | | | * Add layout change callbacks to VIA * Update worklouder example
* Fix issues with VIA EEPROM init and bring in line with eeconfig ↵Drashna Jaelre2021-08-211-5/+1
| | | | | functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com>
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-1/+1
| | | * Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum
* Normalise include statements in core code (#11153)Ryan2020-12-111-1/+1
| | | | | * Normalise include statements in core code * Missed one
* 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