Minor cleanup
This commit is contained in:
@ -48,22 +48,6 @@ void matrix_scan_user(void) {
|
||||
SEND_STRING(SECRET_SCHOOL_EMAIL);
|
||||
}
|
||||
|
||||
SEQ_TWO_KEYS(KC_S, KC_H) {
|
||||
send_special_character(M_SC_SHRUG);
|
||||
}
|
||||
|
||||
SEQ_THREE_KEYS(KC_Y, KC_A, KC_E) {
|
||||
send_special_character(M_SC_YAE);
|
||||
}
|
||||
|
||||
SEQ_FOUR_KEYS(KC_L, KC_Y, KC_U, KC_S) {
|
||||
send_special_character(M_SC_LYUS);
|
||||
}
|
||||
|
||||
SEQ_FOUR_KEYS(KC_B, KC_Y, KC_U, KC_S) {
|
||||
send_special_character(M_SC_BYUS);
|
||||
}
|
||||
|
||||
//SEQ_ONE_KEY(KC_F) {}
|
||||
//
|
||||
//SEQ_TWO_KEYS(KC_A, KC_S) {
|
||||
|
Reference in New Issue
Block a user