Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Co-authored-by: James Young <[email protected]>
  • Loading branch information
drashna and noroadsleft committed Mar 16, 2022
1 parent 48da300 commit 737732e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/action_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ typedef uint32_t layer_state_t;
# ifndef MAX_LAYER
# define MAX_LAYER 32
# endif
# define get_highest_layer(state) get_highest_layer(state)
# define get_highest_layer(state) biton32(state)
#else
# error Layer Mask size not specified. HOW?!
#endif
Expand Down

0 comments on commit 737732e

Please sign in to comment.