1
0
Fork 0

Update my code to use layer_state_t typedef

This commit is contained in:
Drashna Jael're 2019-05-17 15:21:45 -07:00
parent 356521864e
commit 89e9785d7a
No known key found for this signature in database
GPG key ID: 4C4221222CD5F9F0
6 changed files with 12 additions and 12 deletions

View file

@ -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);