1
0
Fork 0

Update Q1 and Q2 for keychron (#18713)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jpe230 <pablin.123.ra@gmail.com>
This commit is contained in:
lalalademaxiya1 2022-12-09 00:43:28 +08:00 committed by GitHub
parent 6e6039995b
commit 1215fc2a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
175 changed files with 2394 additions and 2784 deletions

View file

@ -16,7 +16,6 @@
#include "q1.h"
const matrix_row_t matrix_mask[] = {
0b0111111111111101,
0b0111111111111111,
@ -26,6 +25,8 @@ const matrix_row_t matrix_mask[] = {
0b0111111111111111,
};
#ifdef DIP_SWITCH_ENABLE
bool dip_switch_update_kb(uint8_t index, bool active) {
if (!dip_switch_update_user(index, active)) { return false;}
if (index == 0) {
@ -33,3 +34,5 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
}
return true;
}
#endif // DIP_SWITCH_ENABLE