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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user