|
@@ -111,3 +111,13 @@ const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|
|
const uint16_t fn_actions[] = {
|
|
|
|
|
|
};
|
|
|
+
|
|
|
+// Runs just one time when the keyboard initializes.
|
|
|
+void matrix_init_user(void) {
|
|
|
+
|
|
|
+};
|
|
|
+
|
|
|
+// Runs constantly in the background, in a loop.
|
|
|
+void matrix_scan_user(void) {
|
|
|
+
|
|
|
+};
|