]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/hhkb/hhkb.c
[Keymap] Jarred's Plaid keymap (#6049)
[qmk_firmware.git] / keyboards / hhkb / hhkb.c
index 6897026c6c2fd6daad2a56306cca728d0dbd8984..a9d35123ffa0a1fb6aa6e7a15a82ef0e8ba29a08 100644 (file)
@@ -1,29 +1 @@
-#include "hhkb.h"
-
-__attribute__ ((weak))
-void matrix_init_user(void) {
-       // leave these blank
-};
-
-__attribute__ ((weak))
-void matrix_scan_user(void) {
-       // leave these blank
-};
-
-void matrix_init_kb(void) {
-       // put your keyboard start-up code here
-       // runs once when the firmware starts up
-
-       if (matrix_init_user) {
-               (*matrix_init_user)();
-       }
-};
-
-void matrix_scan_kb(void) {
-       // put your looping keyboard code here
-       // runs every cycle (a lot)
-
-       if (matrix_scan_user) {
-               (*matrix_scan_user)();
-       }
-};
+#include "hhkb.h"
\ No newline at end of file