forked from mirrors/qmk_userspace
Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
commit
ee3c138385
40 changed files with 2099 additions and 328 deletions
|
@ -30,6 +30,7 @@ void set_mac_mode(bool macmode) {
|
|||
eeconfig_update_keymap(keymap_config.raw);
|
||||
}
|
||||
|
||||
#ifdef DIP_SWITCH_ENABLE
|
||||
bool dip_switch_update_kb(uint8_t index, bool active) {
|
||||
switch (index) {
|
||||
case 0:
|
||||
|
@ -45,3 +46,4 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue