Use Layer State Typedef in keymaps
This commit is contained in:
committed by
Florian Didron
parent
a393d4d43e
commit
04eb1226b9
@@ -164,7 +164,7 @@ void matrix_init_user(void) {
|
||||
};
|
||||
|
||||
// Runs whenever there is a layer state change.
|
||||
uint32_t layer_state_set_user(uint32_t state) {
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
ergodox_board_led_off();
|
||||
ergodox_right_led_1_off();
|
||||
ergodox_right_led_2_off();
|
||||
|
||||
Reference in New Issue
Block a user