Compare commits
3 Commits
2024-05-16
...
2024-06-03
| Author | SHA1 | Date | |
|---|---|---|---|
| 9be7641b41 | |||
| 51241369e3 | |||
| 71886d6d74 |
@@ -49,8 +49,8 @@ enum {
|
||||
#define NUM_SPC LT(_NUM, KC_SPC)
|
||||
#define FUN_DEL LT(_FUN, KC_DEL)
|
||||
|
||||
#define QWERTY DF(_QWERTY)
|
||||
#define COLEMAK DF(_COLEMAK_DH)
|
||||
#define QWERTY TG(_QWERTY)
|
||||
#define COLEMAK TG(_COLEMAK_DH)
|
||||
|
||||
// 2 LEFT THUMB KEYS
|
||||
#define FUN_TAB LT(_FUN, KC_TAB)
|
||||
|
||||
@@ -220,17 +220,17 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
return false;
|
||||
case M_PASS2:
|
||||
if (record->event.pressed) {
|
||||
SEND_STRING("CindieSummer!2024");
|
||||
SEND_STRING("CindieVerano!2024");
|
||||
}
|
||||
return false;
|
||||
case M_PASS3:
|
||||
if (record->event.pressed) {
|
||||
SEND_STRING("1029");
|
||||
SEND_STRING("1290");
|
||||
}
|
||||
return false;
|
||||
case M_PASS4:
|
||||
if (record->event.pressed) {
|
||||
SEND_STRING("ThisisThel0ve0fchrist!");
|
||||
SEND_STRING("Thel0ve0fchrist!");
|
||||
}
|
||||
return false;
|
||||
case SPOTLI:
|
||||
|
||||
Reference in New Issue
Block a user