]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/matrix.h
Backlight abstraction and other changes (#439)
[qmk_firmware.git] / tmk_core / common / matrix.h
index 5f380aaaba003d98a8aacd211f7f912914bb223b..5f2f831b4539280eeac60c598a168a6d4ce5ce3a 100644 (file)
@@ -76,6 +76,13 @@ void matrix_power_down(void);
 /* executes code for Quantum */
 void matrix_init_quantum(void);
 void matrix_scan_quantum(void);
+
+void matrix_init_kb(void);
+void matrix_scan_kb(void);
+
+void matrix_init_user(void);
+void matrix_scan_user(void);
+
 #ifdef __cplusplus
 }
 #endif