Skip to content

Commit

Permalink
Change uint32_t to layer_state_t
Browse files Browse the repository at this point in the history
  • Loading branch information
monksoffunk committed Sep 18, 2021
1 parent c3f6bef commit 614e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/25keys/attack25/rev32/rev32.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t* record) {
}

#ifdef RGBLIGHT_ENABLE
layer_state_t layer_state_set_kb(uint32_t state) {
layer_state_t layer_state_set_kb(layer_state_t state) {
dprintf("layer_state %08lX(%u)\n", layer_state, get_highest_layer(layer_state));
dprintf("default_layer_state %08lX(%u)\n", default_layer_state, get_highest_layer(default_layer_state));

Expand Down

0 comments on commit 614e0b5

Please sign in to comment.