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:
parent
6e6039995b
commit
1215fc2a78
175 changed files with 2394 additions and 2784 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue