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
175 changed files with 2394 additions and 2784 deletions

View File

@@ -24,6 +24,8 @@ const matrix_row_t matrix_mask[] = {
0b1111111111101111,
};
#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) {
@@ -31,3 +33,5 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
}
return true;
}
#endif // DIP_SWITCH_ENABLE