Added support for additional direct pins
[jackhill/qmk/firmware.git] / keyboards / xwhatsit / util_comm.h
index fd9e74e..d41cf45 100644 (file)
@@ -19,7 +19,7 @@
 
 #define UTIL_COMM_VERSION_MAJOR 2
 #define UTIL_COMM_VERSION_MID 0
-#define UTIL_COMM_VERSION_MINOR 4
+#define UTIL_COMM_VERSION_MINOR 5
 
 
 #define UTIL_COMM_MAGIC { 0x55, 0xAA }