forked from mirrors/qmk_userspace
[Keyboard] Rebound rev3 (#9101)
* more stoof * readme update * reverting keymap * re-adding userspace * new userspace needed * no want 0 under thumb * gettin fancier with my knob * macro fix * had pins for oled ver * wait, these are the right pins * reduntant line * image fix * get highest layer every day * whoops * correct rev name in json * a few good catches * what I had planned
This commit is contained in:
parent
d89e552419
commit
bbd17def21
12 changed files with 514 additions and 6 deletions
|
@ -75,6 +75,11 @@ switch (keycode) {
|
|||
SEND_STRING(SS_TAP(X_LEFT) SS_TAP(X_LEFT) SS_LCTRL(SS_TAP(X_LEFT)) SS_TAP(X_DELETE));
|
||||
}
|
||||
break;
|
||||
case EMDASH:
|
||||
if (record->event.pressed) {
|
||||
SEND_STRING(SS_LCTRL(SS_LSFT(SS_TAP(X_U))) SS_TAP(X_2) SS_TAP(X_0) SS_TAP(X_1) SS_TAP(X_4) SS_TAP(X_SPACE) SS_TAP(X_SPACE));
|
||||
}
|
||||
break;
|
||||
};
|
||||
return true;
|
||||
};
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#define CTRLSP MT(MOD_LCTL, KC_SPACE)
|
||||
#define RVOLU LCTL(KC_RBRC)
|
||||
#define RVOLD LCTL(KC_LBRC)
|
||||
#define QUIT LCTL(KC_Q)
|
||||
|
||||
// Define all of
|
||||
enum custom_keycodes {
|
||||
|
@ -32,4 +33,5 @@ enum custom_keycodes {
|
|||
WREFRESH,
|
||||
PMERGE,
|
||||
REMCAPS,
|
||||
EMDASH
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue