Use Layer State Typedef in keymaps

This commit is contained in:
Drashna Jaelre
2019-05-19 16:07:49 -07:00
committed by Florian Didron
parent a393d4d43e
commit 04eb1226b9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ void matrix_scan_kb(void) {
matrix_scan_user();
}
uint32_t layer_state_set_kb(uint32_t state) {
layer_state_t layer_state_set_kb(layer_state_t state) {
palClearPad(GPIOB, 8);
palClearPad(GPIOB, 9);