Explorar o código

rename define checks (#16892)

Dasky %!s(int64=3) %!d(string=hai) anos
pai
achega
40a7714ce5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      keyboards/keyhive/uno/uno.h

+ 2 - 2
keyboards/keyhive/uno/uno.h

@@ -18,8 +18,8 @@
 
 #include "quantum.h"
 
-#if defined(KEYBOARD_uno_rev1)
+#if defined(KEYBOARD_keyhive_uno_rev1)
 #    include "rev1.h"
-#elif defined(KEYBOARD_uno_rev2)
+#elif defined(KEYBOARD_keyhive_uno_rev2)
 #    include "rev2.h"
 #endif