Document LED physical location index for Planck and Preonic (#12147)

Co-authored-by: filterpaper <filterpaper@localhost>
master
Albert Y 2021-03-13 05:47:45 +08:00 committed by GitHub
parent 63f9e7ee86
commit b8ad5f4249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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) {

View File

@ -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) {