Remove most _keymap and _user definitions in userspace
Some keyboards misuse _user functions by defining them in the base files instead of the corresponding _kb functions (especially led_set_user and matrix_init_user). Until this is fixed (#5148), I've removed definitions in my userspace that could cause linking collisions.
This commit is contained in:
parent
784e2af062
commit
f09a237a07
2 changed files with 0 additions and 57 deletions
|
@ -71,15 +71,7 @@ enum layers_user {
|
|||
|
||||
void keyboard_pre_init_keymap(void);
|
||||
void eeconfig_init_keymap(void);
|
||||
void matrix_init_keymap(void);
|
||||
void keyboard_post_init_keymap(void);
|
||||
|
||||
void matrix_scan_keymap(void);
|
||||
bool process_record_keymap(uint16_t keycode, keyrecord_t *record);
|
||||
uint32_t layer_state_set_keymap(uint32_t state);
|
||||
void led_set_keymap(uint8_t usb_led);
|
||||
|
||||
void suspend_power_down_keymap(void);
|
||||
void suspend_wakeup_init_keymap(void);
|
||||
void startup_keymap(void);
|
||||
void shutdown_keymap(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue