Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
Nick Brassel 2021-08-02 13:55:36 +10:00
commit ee3c138385
40 changed files with 2099 additions and 328 deletions

View file

@ -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