Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sejin EAT-1010R2 keyboard #19809

Merged
merged 10 commits into from
Mar 6, 2023
Prev Previous commit
Next Next commit
Update keyboards/handwired/sejin_eat1010r2/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
  • Loading branch information
DmNosachev and zvecr committed Feb 17, 2023
commit 392575949e1b913729eadcb20f92fe317d2c2f4b
10 changes: 0 additions & 10 deletions keyboards/handwired/sejin_eat1010r2/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_LCTL, KC_LALT, KC_SPC, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT
)
};

/*
void matrix_init_user(void) {
}
void matrix_scan_user(void) {
}
bool led_update_user(led_t led_state) {
return true;
}
*/