]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/handwired/numpad20/numpad20.h
handwired/numpad20 Refactor and Configurator support (#4589)
[qmk_firmware.git] / keyboards / handwired / numpad20 / numpad20.h
index a2aa8d16bac735f88a2ae2b6f75d2ebf14e2bd20..c15aa9ac700154d441e7a248e3bc9056e6be92ac 100644 (file)
     K30, K31, K32, K33, \
     K40, K41, K42, K43 \
     ) { \
-  { KC_##K00, KC_##K01, KC_##K02, KC_##K03 },  \
-  { KC_##K10, KC_##K11, KC_##K12, KC_##K13 },  \
-  { KC_##K20, KC_##K21, KC_##K22, KC_##K23 },  \
-  { KC_##K30, KC_##K31, KC_##K32, KC_##K33 },  \
-  { KC_##K40, KC_##K41, KC_##K42, KC_##K43 }   \
+  { K00, K01, K02, K03 },  \
+  { K10, K11, K12, K13 },  \
+  { K20, K21, K22, K23 },  \
+  { K30, K31, K32, K33 },  \
+  { K40, K41, K42, K43 }   \
 }
 
-#endif
\ No newline at end of file
+#endif