summaryrefslogtreecommitdiff
path: root/keyboards/gh60/revc/keymaps/dbroqua/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gh60/revc/keymaps/dbroqua/keymap.c')
-rw-r--r--keyboards/gh60/revc/keymaps/dbroqua/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gh60/revc/keymaps/dbroqua/keymap.c b/keyboards/gh60/revc/keymaps/dbroqua/keymap.c
index 964f40f1c0..ffb87ef009 100644
--- a/keyboards/gh60/revc/keymaps/dbroqua/keymap.c
+++ b/keyboards/gh60/revc/keymaps/dbroqua/keymap.c
@@ -101,7 +101,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
void matrix_scan_user(void) {
- uint32_t layer = layer_state;
+ layer_state_t layer = layer_state;
if (layer & (1<<1)) {
gh60_fn_led_on();
@@ -120,4 +120,4 @@ void matrix_scan_user(void) {
} else {
gh60_esc_led_off();
}
-}; \ No newline at end of file
+};