1
0

Remove some useless code from keymaps (#23787)

This commit is contained in:
Ryan
2024-05-24 04:21:39 +10:00
committed by GitHub
parent 2e0498080f
commit e659c3dae9
71 changed files with 3 additions and 1066 deletions

View File

@@ -138,11 +138,6 @@ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, K
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
*/
// 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) {
//uint8_t layer = get_highest_layer(layer_state);