[Keymap] Romain's Preonic layout (#7067)
[jackhill/qmk/firmware.git] / quantum / velocikey.h
index 1910f0f..b977606 100644 (file)
@@ -4,10 +4,10 @@
 #include <stdint.h>
 #include <stdbool.h>
 
-bool velocikey_enabled(void);
-void velocikey_toggle(void);
-void velocikey_accelerate(void);
-void velocikey_decelerate(void);
+bool    velocikey_enabled(void);
+void    velocikey_toggle(void);
+void    velocikey_accelerate(void);
+void    velocikey_decelerate(void);
 uint8_t velocikey_match_speed(uint8_t minValue, uint8_t maxValue);
 
 #endif
\ No newline at end of file