Skip to content

Commit

Permalink
Merge pull request qmk#1 from DeBasti/cheapino
Browse files Browse the repository at this point in the history
Removed duplicate definition of keyboard_post_init_user in default keymap causing build to fail
  • Loading branch information
tompi authored Apr 24, 2023
2 parents 892afe5 + 358a00f commit d820306
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions keyboards/cheapino/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};

0 comments on commit d820306

Please sign in to comment.