mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
fix q8_pro matrix issue
This commit is contained in:
parent
29bf1b3408
commit
6fec73334a
|
@ -20,7 +20,8 @@
|
||||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||||
|
|
||||||
/* DIP switch */
|
/* DIP switch */
|
||||||
#define DIP_SWITCH_PINS { A8 }
|
#define DIP_SWITCH_PINS \
|
||||||
|
{ A8 }
|
||||||
|
|
||||||
/* Increase I2C speed to 1000 KHz */
|
/* Increase I2C speed to 1000 KHz */
|
||||||
#define I2C1_TIMINGR_PRESC 0U
|
#define I2C1_TIMINGR_PRESC 0U
|
||||||
|
@ -82,6 +83,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* HC595 Driver configuretion */
|
/* HC595 Driver configuretion */
|
||||||
|
#define HC595_OFFSET_INDEX 1
|
||||||
#define HC595_END_INDEX 14
|
#define HC595_END_INDEX 14
|
||||||
|
|
||||||
/* Factory test keys */
|
/* Factory test keys */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user