]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tests/basic/keymap.c
qwerty_code_friendly: configurable left thumb
[qmk_firmware.git] / tests / basic / keymap.c
index 3274f213f79e4e9dfb16ad97e0518cac5533d1dc..3f97c0a0ee92968d500bb244b9f7a85d928e7b0e 100644 (file)
@@ -40,4 +40,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
         }
     }
     return MACRO_NONE;
-};
\ No newline at end of file
+};
+
+void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
+}
\ No newline at end of file