Add _keymap versions of other custom Quantum functions
Not added: eeconfig_update_keymap, eeconfig_read_keymap
This commit is contained in:
parent
bd43df53bd
commit
be65a0cc79
2 changed files with 87 additions and 5 deletions
|
@ -69,5 +69,17 @@ enum layers_user {
|
|||
L_RANGE_KEYMAP,
|
||||
};
|
||||
|
||||
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