Update Keychron Q2 (#21994)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
adophoxia
2023-10-03 20:52:09 -07:00
committed by GitHub
parent 177fee0ad4
commit 75ba2db2c1
27 changed files with 557 additions and 429 deletions

View File

@@ -17,14 +17,9 @@
#pragma once
/* RGB Matrix Configuration */
#define DRIVER_1_LED_TOTAL 35
#define DRIVER_2_LED_TOTAL 36
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
#define RGB_MATRIX_LED_COUNT 71
#define CKLED2001_CURRENT_TUNE { 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D }
/* Encoder Configuration */
#define ENCODER_DEFAULT_POS 0x3
/* Enable caps-lock LED */
#define CAPS_LOCK_LED_INDEX 30