aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-89e9785d7a87e8dbb941dd272c032f34658169fd.tar.gz
qmk_firmware-89e9785d7a87e8dbb941dd272c032f34658169fd.zip
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 3ebcd84a6..c1c016ce9 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) {
319#endif // KEYBOARD_planck_rev6 319#endif // KEYBOARD_planck_rev6
320 320
321#ifdef KEYBOARD_planck_ez 321#ifdef KEYBOARD_planck_ez
322uint32_t layer_state_set_keymap(uint32_t state) { 322layer_state_t layer_state_set_keymap(layer_state_t state) {
323 323
324 palClearPad(GPIOB, 8); 324 palClearPad(GPIOB, 8);
325 palClearPad(GPIOB, 9); 325 palClearPad(GPIOB, 9);