Document LED physical location index for Planck and Preonic (#12147)
Co-authored-by: filterpaper <filterpaper@localhost>
This commit is contained in:
parent
63f9e7ee86
commit
b8ad5f4249
2 changed files with 10 additions and 0 deletions
|
@ -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) {
|
||||
|
|
|
@ -36,6 +36,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) {
|
||||
|
|
Loading…
Reference in a new issue