Skip to content

Commit

Permalink
Change alt+o to alt+h
Browse files Browse the repository at this point in the history
  • Loading branch information
jerviscui committed Sep 21, 2024
1 parent 8dc3a22 commit 4845e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/handwired/dactyl_manuform/5x6_3_2/5x6_3_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ bool pre_process_record_user(uint16_t keycode, keyrecord_t *record) {
case KC_K:
case KC_L:
case KC_Y:
case KC_U:
case KC_H:
case KC_N:
case KC_P:
if (record->event.pressed) {
Expand Down Expand Up @@ -176,7 +176,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return replace_alt_combo(record, KC_RGHT);
case KC_Y:
return replace_alt_combo(record, KC_HOME);
case KC_U:
case KC_H:
return replace_alt_combo(record, KC_END);
case KC_N:
return replace_alt_combo(record, KC_PGDN);
Expand All @@ -201,7 +201,7 @@ void post_process_record_user(uint16_t keycode, keyrecord_t *record) {
case KC_K:
case KC_L:
case KC_Y:
case KC_U:
case KC_H:
case KC_N:
case KC_P:
break;
Expand Down

0 comments on commit 4845e02

Please sign in to comment.