summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-05-17 15:21:45 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-17 15:21:45 -0700
commit89e9785d7a87e8dbb941dd272c032f34658169fd (patch)
tree75bb6eb561b9188aa031e0c4aee3de46afde45f7 /layouts
parent356521864e9f49d50131f4779ff9e56dc8b12e8f (diff)
Update my code to use layer_state_t typedef
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/drashna/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/drashna/keymap.c b/layouts/community/ortho_4x12/drashna/keymap.c
index 3ebcd84a69..c1c016ce9f 100644
--- a/layouts/community/ortho_4x12/drashna/keymap.c
+++ b/layouts/community/ortho_4x12/drashna/keymap.c
@@ -319,7 +319,7 @@ void dip_update(uint8_t index, bool active) {
#endif // KEYBOARD_planck_rev6
#ifdef KEYBOARD_planck_ez
-uint32_t layer_state_set_keymap(uint32_t state) {
+layer_state_t layer_state_set_keymap(layer_state_t state) {
palClearPad(GPIOB, 8);
palClearPad(GPIOB, 9);