We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a364cb commit 221663cCopy full SHA for 221663c
common/hook.c
@@ -31,12 +31,12 @@ void hook_matrix_change(keyevent_t event) {
31
}
32
33
__attribute__((weak))
34
-void hook_default_layer_change(uint8_t layer_state) {
35
- (void)layer_state;
+void hook_default_layer_change(uint32_t default_layer_state) {
+ (void)default_layer_state;
36
37
38
39
-void hook_layer_change(uint8_t layer_state) {
+void hook_layer_change(uint32_t layer_state) {
40
(void)layer_state;
41
42
0 commit comments