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

Gherkin SuperMicro 28 #8886

Merged
merged 16 commits into from
Apr 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c
Co-Authored-By: Drashna Jaelre <[email protected]>
  • Loading branch information
stevexyz and drashna committed Apr 25, 2020
commit 45cc385f6088b3901724daf1fc0eea4a76711a16
5 changes: 0 additions & 5 deletions keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@ void matrix_scan_user(void) {

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case CK_CONFIGINIT:
if (record->event.pressed) {
eeconfig_init(); // reset keyboard to a standard default state; useful when new releases messup with eeprom values
} // else { when released... }
break;
case CK_TRIPLEZERO:
if (record->event.pressed) {
SEND_STRING("000");
Expand Down