[Keyboard] Add rev_0131 for Keychron Q0 (#19547)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
lalalademaxiya1
2023-02-03 05:33:56 +08:00
committed by GitHub
parent d3b00d9594
commit a76e70cfff
19 changed files with 545 additions and 113 deletions

View File

@@ -16,9 +16,19 @@
#pragma once
/* key matrix pins */
#define MATRIX_ROW_PINS { B5, B4, B3, A15, A14, A13 }
#define MATRIX_COL_PINS { A5, A6, A7, B0 }
/* RGB Matrix Driver Configuration */
#define DRIVER_COUNT 1
#define DRIVER_ADDR_1 0b1110100
/* RGB Matrix Configuration */
#define DRIVER_1_LED_TOTAL 21
#define RGB_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
#define RGB_MATRIX_CENTER { 56, 16 }
/* Enable num-lock LED */
#define NUM_LOCK_LED_INDEX 4