]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/hhkb_qmk/hhkb_qmk.c
The Ordinary Layout is the layout you are looking for. Come and see.
[qmk_firmware.git] / keyboard / hhkb_qmk / hhkb_qmk.c
index 9c90e6eb44a3effcf6f09d4e87a6966d940731e7..36dc3f29dbe2b4084012633daa479479d80c4f58 100644 (file)
@@ -1,16 +1,16 @@
 #include "hhkb_qmk.h"
 
 __attribute__ ((weak))
-void matrix_init_user(void) {
+void matrix_init_user(void) {
        // leave these blank
 };
 
 __attribute__ ((weak))
-void matrix_scan_user(void) {
+void matrix_scan_user(void) {
        // leave these blank
 };
 
-void matrix_init_kb(void) {
+void matrix_init_kb(void) {
        // put your keyboard start-up code here
        // runs once when the firmware starts up
 
@@ -19,7 +19,7 @@ void * matrix_init_kb(void) {
        }
 };
 
-void matrix_scan_kb(void) {
+void matrix_scan_kb(void) {
        // put your looping keyboard code here
        // runs every cycle (a lot)