forked from mirrors/qmk_userspace
Added Q1 Max; Updated V1 Max
This commit is contained in:
parent
15a2edc610
commit
74b08459bc
43 changed files with 2862 additions and 69 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue