Added snap click and per-key/mixed RGB to V3 MAX
This commit is contained in:
@@ -39,18 +39,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
|
||||
#endif
|
||||
|
||||
void keyboard_post_init_kb(void) {
|
||||
#ifdef LK_WIRELESS_ENABLE
|
||||
palSetLineMode(P2P4_MODE_SELECT_PIN, PAL_MODE_INPUT);
|
||||
palSetLineMode(BT_MODE_SELECT_PIN, PAL_MODE_INPUT);
|
||||
|
||||
lkbt51_init(false);
|
||||
wireless_init();
|
||||
#endif
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
encoder_cb_init();
|
||||
#endif
|
||||
|
||||
keychron_common_init();
|
||||
keyboard_post_init_user();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user