Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-16 | quantum: remove direct `quantum.h` includes (#21507) | Ryan | |
2023-07-08 | add VIA support for LED Matrix (#21281) | mechlovin | |
2023-02-23 | VIA Protocol 12 + fixes (#19916) | Nick Brassel | |
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com> | |||
2023-01-10 | [Bug] Use correct functions for RGB Matrix support in VIA (#19554) | Drashna Jaelre | |
2022-11-10 | VIA V3 - The Custom UI Update (#18222) | Wilba | |
2022-11-05 | Initial DD keycode migration (#18643) | Joel Challis | |
* Initial DD keycode migration * Sort magic keycodes | |||
2022-07-21 | VIA Encoder Map Support (#17734) | Wilba | |
2022-06-10 | Ensure that rgb+via compiles in all cases (#17355) | Drashna Jaelre | |
2022-06-10 | Add missing bracket for VIA brightness scaling (#17354) | Dasky | |
2022-06-10 | Scale brigthness for VIA (#17352) | yiancar | |
Co-authored-by: yiancar <yiancar@gmail.com> | |||
2022-04-19 | Add hacky via support for RGB Matrix (#16086) | Drashna Jaelre | |
2022-02-12 | Format code according to conventions (#16322) | QMK Bot | |
2022-02-06 | Add layout change callbacks to VIA (#16087) | Drashna Jaelre | |
* Add layout change callbacks to VIA * Update worklouder example | |||
2021-11-19 | Move tmk_core/common/<plat> (#13918) | Joel Challis | |
2021-08-20 | Fix issues with VIA EEPROM init and bring in line with eeconfig ↵ | Drashna Jaelre | |
functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-03-15 | Fix keycode mappings for via and ensure they don't change within protocol ↵ | xyzz | |
(#12130) * Fix keycode mappings for via and ensure they don't change within protocol * Update keycodes * Fix broken keyboards * added the missing keycodes found in via * Remove invalid keycodes Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com> | |||
2021-02-14 | Disable VIA protocol's EEPROM reset and bootloader jump commands (#11892) | Nick Brassel | |
* Disable VIA protocol's EEPROM reset and bootloader jump commands, and allow for reinstation through #define. * Removed at Wilba's suggestion. | |||
2020-09-21 | Fix typo in via.c (#10000) | Wilba | |
2020-04-06 | Configurable VIA layout options default value (#8707) | Wilba | |
2020-03-21 | Add support for Bootmagic lite when using SPLIT_HAND_PIN (#8347) | Joel Challis | |
* 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 | |||
2020-01-20 | Add VIA support for QMK backlight, QMK RGBLight (#7911) | Wilba | |
* Add VIA support for QMK backlight, QMK RGBLight * clang-format changes | |||
2020-01-19 | Run 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-03 | VIA 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 |