1
0
Fork 0

stanrc85 userspace and keymap updates (#9103)

* Update flash command in userspace

* Switch to BackspaceFN on split spacebar
This commit is contained in:
stanrc85 2020-05-15 13:59:25 -04:00 committed by GitHub
parent b591c0c24a
commit 9b716b7ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -22,6 +22,7 @@ enum my_layers {
#define CA_SCLN LCA(KC_SCLN)
#define KC_CTLE LCTL_T(KC_ESC)
#define LT_SPCF LT(_FN1_60, KC_SPC)
#define LT_BPCF LT(_FN1_60, KC_BSPC)
#define TD_TESC TD(TD_ESC)
#define TD_TWIN TD(TD_WIN)
#define TD_TCTL TD(TD_RCTL)