Migrate dip switch config to info.json - keychron (#23037)
This commit is contained in:
parent
e7b84e1cf6
commit
137938b67a
87 changed files with 117 additions and 466 deletions
|
@ -16,25 +16,6 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
// Mask out handedness diode to prevent it
|
||||
// from keeping the keyboard awake
|
||||
// - just mirroring `KC_NO` in the `LAYOUT`
|
||||
// macro to keep it simple
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b011111111,
|
||||
0b011111111,
|
||||
0b011011111,
|
||||
0b001111111,
|
||||
0b011111111,
|
||||
0b001011111,
|
||||
0b111111111,
|
||||
0b101111111,
|
||||
0b111111111,
|
||||
0b110111111,
|
||||
0b010111111,
|
||||
0b111011110,
|
||||
};
|
||||
|
||||
#ifdef DIP_SWITCH_ENABLE
|
||||
bool dip_switch_update_kb(uint8_t index, bool active) {
|
||||
if (!dip_switch_update_user(index, active)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue