]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/frosty_flake/frosty_flake.c
ergodox qwerty_code_friendly: add macro keys (#1918)
[qmk_firmware.git] / keyboards / frosty_flake / frosty_flake.c
index ed17361840ccd232d9a42b27cbe41cc17640c84f..1cd47603893bee548e2dad4cf07d0104db6d98c5 100644 (file)
@@ -44,3 +44,20 @@ void led_set_kb(uint8_t usb_led) {
 
     led_set_user(usb_led);
 }
+
+__attribute__ ((weak))
+void matrix_init_user(void) {
+}
+
+__attribute__ ((weak))
+void matrix_scan_user(void) {
+}
+
+__attribute__ ((weak))
+bool process_record_user(uint16_t keycode, keyrecord_t *record) {
+  return true;
+}
+
+__attribute__ ((weak))
+void led_set_user(uint8_t usb_led) {
+}
\ No newline at end of file