]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/keyboard.h
Fix mods with tapping.
[tmk_firmware.git] / common / keyboard.h
index 4518cdddc38e81966a8af1e79025d5f1bd9fd38c..4a3ee85a8ad548fee0ee687ade206f1b18b98abd 100644 (file)
@@ -37,7 +37,7 @@ typedef union {
 } key_t;
 
 typedef struct {
-    key_t key;
+    key_t    key;
     bool     pressed;
     uint16_t time;
 } keyevent_t;