aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index 208268df6..451dd8a4b 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -61,10 +61,10 @@
61#include "send_string_keycodes.h" 61#include "send_string_keycodes.h"
62#include "suspend.h" 62#include "suspend.h"
63 63
64extern uint32_t default_layer_state; 64extern layer_state_t default_layer_state;
65 65
66#ifndef NO_ACTION_LAYER 66#ifndef NO_ACTION_LAYER
67 extern uint32_t layer_state; 67 extern layer_state_t layer_state;
68#endif 68#endif
69 69
70#ifdef MIDI_ENABLE 70#ifdef MIDI_ENABLE