Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge upstream 713427c | lokher | 2023-04-26 | 1 | -43/+15 |
| | |||||
* | Merge upstream master | lokher | 2022-12-06 | 1 | -162/+324 |
|\ | |||||
| * | VIA V3 - The Custom UI Update (#18222) | Wilba | 2022-11-10 | 1 | -155/+324 |
| | | |||||
| * | Initial DD keycode migration (#18643) | Joel Challis | 2022-11-05 | 1 | -1/+0 |
| | | | | | | | | | | * Initial DD keycode migration * Sort magic keycodes | ||||
* | | refactor indicator.c; fix LED/RGB_MATRIX_BRIGHTNESS_TURN_OFF_VAL related issue | lokher | 2022-09-22 | 1 | -0/+10 |
| | | |||||
* | | merge upstream master | lokher | 2022-09-13 | 1 | -6/+27 |
|\| | |||||
| * | VIA Encoder Map Support (#17734) | Wilba | 2022-07-21 | 1 | -0/+12 |
| | | |||||
| * | Ensure that rgb+via compiles in all cases (#17355) | Drashna Jaelre | 2022-06-10 | 1 | -0/+8 |
| | | |||||
| * | Add missing bracket for VIA brightness scaling (#17354) | Dasky | 2022-06-10 | 1 | -1/+1 |
| | | |||||
| * | Scale brigthness for VIA (#17352) | yiancar | 2022-06-10 | 1 | -6/+7 |
| | | | | | | Co-authored-by: yiancar <yiancar@gmail.com> | ||||
* | | Add K8 pro | lokher | 2022-08-05 | 1 | -0/+6 |
|/ | |||||
* | Add hacky via support for RGB Matrix (#16086) | Drashna Jaelre | 2022-04-19 | 1 | -3/+105 |
| | |||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -9/+9 |
| | |||||
* | Add layout change callbacks to VIA (#16087) | Drashna Jaelre | 2022-02-06 | 1 | -0/+4 |
| | | | | | * Add layout change callbacks to VIA * Update worklouder example | ||||
* | Move tmk_core/common/<plat> (#13918) | Joel Challis | 2021-11-19 | 1 | -1/+1 |
| | |||||
* | Fix issues with VIA EEPROM init and bring in line with eeconfig ↵ | Drashna Jaelre | 2021-08-20 | 1 | -20/+22 |
| | | | | | functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Fix keycode mappings for via and ensure they don't change within protocol ↵ | xyzz | 2021-03-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | (#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> | ||||
* | Disable VIA protocol's EEPROM reset and bootloader jump commands (#11892) | Nick Brassel | 2021-02-14 | 1 | -13/+0 |
| | | | | | * Disable VIA protocol's EEPROM reset and bootloader jump commands, and allow for reinstation through #define. * Removed at Wilba's suggestion. | ||||
* | Fix typo in via.c (#10000) | Wilba | 2020-09-21 | 1 | -1/+1 |
| | |||||
* | Configurable VIA layout options default value (#8707) | Wilba | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Add support for Bootmagic lite when using SPLIT_HAND_PIN (#8347) | Joel Challis | 2020-03-21 | 1 | -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) | Wilba | 2020-01-20 | 1 | -3/+179 |
| | | | | | | * Add VIA support for QMK backlight, QMK RGBLight * clang-format changes | ||||
* | Run clang-format manually to fix recently changed files (#7934) | Joel Challis | 2020-01-19 | 1 | -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) | Wilba | 2020-01-03 | 1 | -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 |