diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-12 21:48:20 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-12 21:48:20 +0000 |
commit | f279f4731b69ea050b1fb08df56dbf2af29d1b10 (patch) | |
tree | 1144d13838b5d2d420fe7d484daff4dd2e011f05 /keyboards/planck | |
parent | d95df57297b581f424efb26c916fae2b16863ff2 (diff) | |
parent | b8ad5f4249e0b01772905515664c8961d3db0787 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/rev6/rev6.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/planck/rev6/rev6.c b/keyboards/planck/rev6/rev6.c index 25c7351c7f..3074f8c20f 100644 --- a/keyboards/planck/rev6/rev6.c +++ b/keyboards/planck/rev6/rev6.c @@ -34,6 +34,11 @@ led_config_t g_led_config = { { LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL } }; + +// LED physical location index +// 6 5 4 3 +// 0 +// 7 8 1 2 #endif void matrix_init_kb(void) { |