Fix KC_P00 macro for ortho_5x4 layout (#3152)

pull/3154/head
noroadsleft 7 years ago committed by Drashna Jaelre
parent 710937e4ef
commit f6a0adfe36

@ -12,7 +12,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch(keycode) {
case KC_P00:
// types Numpad 0 twice
SEND_STRING(SS_TAP(X_P0) SS_TAP(X_P0));
SEND_STRING(SS_TAP(X_KP_0) SS_TAP(X_KP_0));
return false;
}
}

Loading…
Cancel
Save