summaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/kbd67/mkiirgb/v3/v3.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] refine LED Matrix LED positions on KBD67 Lite (#15769)Vino Rodrigues2022-02-081-14/+42
|
* Revert "mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)" ↵Vino Rodrigues2022-01-021-68/+68
| | | | | (#15660) This reverts commit 235c666f3d79ca42f8bc529bf006473396cb0bba.
* mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)Kyrylo Mikos2021-12-271-68/+68
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-231-10/+13
|\
| * [Keyboard] Update rgb matrix config in kbdfans/kbd67/mkiirgb/v3/v3.c (#14094)Vino Rodrigues2021-08-221-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 Jaelre2021-08-091-48/+46
|/
* [Keyboard] Add kbdfans kbd67 mkii rgb v3 (#13714)datafx2021-08-071-0/+126
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>