Added Q1 Max; Updated V1 Max
This commit is contained in:
@@ -34,6 +34,7 @@ static uint32_t power_on_indicator_timer_buffer;
|
||||
bool keychron_task_kb(void);
|
||||
#endif
|
||||
|
||||
#ifdef DIP_SWITCH_ENABLE
|
||||
bool dip_switch_update_kb(uint8_t index, bool active) {
|
||||
if (index == 0) {
|
||||
default_layer_set(1UL << (active ? 0 : 2));
|
||||
@@ -42,6 +43,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
|
||||
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
void keyboard_post_init_kb(void) {
|
||||
#ifdef LK_WIRELESS_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user