]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/kitten_paw/kitten_paw.c
Keyboard: update new link for hardware availability (#3554)
[qmk_firmware.git] / keyboards / kitten_paw / kitten_paw.c
index 92f64b06b4c38219b2a95b94282d450ec04793fa..26cb533f2db0d694aa58f127c52a89ad6f3f052a 100644 (file)
@@ -14,6 +14,14 @@ void matrix_scan_kb(void) {
     matrix_scan_user();
 }
 
+__attribute__ ((weak))
+void matrix_init_user(void) {
+}
+
+__attribute__ ((weak))
+void matrix_scan_user(void) {
+}
+
 bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
        // put your per-action keyboard code here
        // runs for every action, just before processing by the firmware