diff options
| author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-09-16 01:16:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-15 10:16:32 -0700 |
| commit | 0097886db62f25eb495cf8941867f89d397d9251 (patch) | |
| tree | 36dc0b8f2e53ce3e87e853d9a1d22ef66071ff5b /keyboards/boardsource | |
| parent | 9503d8bd039d797e94169f851c8ffcd78de5a95c (diff) | |
| download | qmk_firmware-0097886db62f25eb495cf8941867f89d397d9251.tar.gz qmk_firmware-0097886db62f25eb495cf8941867f89d397d9251.zip | |
[Keyboard] Add `NO_LED` positions to match key matrix. (#14417)
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'keyboards/boardsource')
| -rw-r--r-- | keyboards/boardsource/technik_s/technik_s.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/boardsource/technik_s/technik_s.c b/keyboards/boardsource/technik_s/technik_s.c index a1fe68d1a..bb7245c73 100644 --- a/keyboards/boardsource/technik_s/technik_s.c +++ b/keyboards/boardsource/technik_s/technik_s.c | |||
| @@ -18,9 +18,9 @@ | |||
| 18 | #ifdef RGB_MATRIX_ENABLE | 18 | #ifdef RGB_MATRIX_ENABLE |
| 19 | led_config_t g_led_config = { { | 19 | led_config_t g_led_config = { { |
| 20 | {10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21}, | 20 | {10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21}, |
| 21 | {22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32}, | 21 | {22, NO_LED, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32}, |
| 22 | {33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44}, | 22 | {33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44}, |
| 23 | {45, 46, 47, 48, 49, 50, 51, 52, 53, 54} | 23 | {45, 46, 47, 48, NO_LED, 49, 50, NO_LED, 51, 52, 53, 54} |
| 24 | }, { | 24 | }, { |
| 25 | {220, 17}, {172, 17}, {112, 17}, { 50, 17}, { 4, 17}, { 4, 56}, { 50, 56}, {112, 56}, {172, 56}, {220, 56}, | 25 | {220, 17}, {172, 17}, {112, 17}, { 50, 17}, { 4, 17}, { 4, 56}, { 50, 56}, {112, 56}, {172, 56}, {220, 56}, |
| 26 | { 0, 0}, { 20, 0}, { 40, 0}, { 61, 0}, { 81, 0}, {101, 0}, {122, 0}, {142, 0}, {162, 0}, {183, 0}, {203, 0}, {224, 0}, | 26 | { 0, 0}, { 20, 0}, { 40, 0}, { 61, 0}, { 81, 0}, {101, 0}, {122, 0}, {142, 0}, {162, 0}, {183, 0}, {203, 0}, {224, 0}, |
