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

This commit is contained in:
Nick Brassel
2021-08-02 13:55:36 +10:00
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

View File

@@ -5,7 +5,7 @@ RGB_MATRIX_ENABLE = no
RGB_MATRIX_DRIVER = WS2812
OLED_DRIVER_ENABLE = yes
ENCODER_ENABLE = yes
DIP_SWITCH_ENABLE = yes
DIP_SWITCH_ENABLE = no
LTO_ENABLE = yes
SRC += oled_display.c