Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 1 | -2/+5 |
| | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | [Keyboard] refine LED Matrix LED positions on KBD67 Lite (#15769) | Vino Rodrigues | 2022-02-08 | 1 | -14/+42 |
| | |||||
* | Revert "mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)" ↵ | Vino Rodrigues | 2022-01-02 | 1 | -68/+68 |
| | | | | | (#15660) This reverts commit 235c666f3d79ca42f8bc529bf006473396cb0bba. | ||||
* | mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511) | Kyrylo Mikos | 2021-12-27 | 1 | -68/+68 |
| | |||||
* | Remove use of __flash due to LTO issues (#15268) | Joel Challis | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-23 | 1 | -10/+13 |
|\ | |||||
| * | [Keyboard] Update rgb matrix config in kbdfans/kbd67/mkiirgb/v3/v3.c (#14094) | Vino Rodrigues | 2021-08-22 | 1 | -10/+13 |
| | | | | | | | | | | This patch corrects 2 issues with the LED matrix of the KDBFans KBD67 Lite (v3) * Incorrect mapping of the right-shift, down-arrow, and right-arrow. (i.e. `NO_LED` positions of the `g_led_config` key matrix in the .c file do not match the `LAYOUT_65_ansi_blocker` matrix in the .h file. * Remapping of the *LED Index to Physical Position* using physical measurements from actual keyboard and accounting for the southpaw LED position to define the true centre of the keyboard (more relevant to circular animations). | ||||
* | | Fixup rgb matrix config for KBD67 mkII boards (#13931) | Drashna Jaelre | 2021-08-09 | 1 | -48/+46 |
|/ | |||||
* | [Keyboard] Add kbdfans kbd67 mkii rgb v3 (#13714) | datafx | 2021-08-07 | 1 | -0/+126 |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> |