Merge pull request #1 from DeBasti/cheapino

Removed duplicate definition of keyboard_post_init_user in default keymap causing build to fail
This commit is contained in:
Thomas Haukland
2023-04-24 15:01:28 +02:00
committed by GitHub
+1 -9
View File
@@ -24,12 +24,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH,
KC_LGUI, KC_BSPC, KC_SPC, KC_SPC, KC_ENT, KC_RALT
)
};
void keyboard_post_init_user(void) {
// Customise these values to desired behaviour
debug_enable=true;
debug_matrix=true;
debug_keyboard=true;
//debug_mouse=true;
}
};