Replace semicolon with quote on the default layer
This commit is contained in:
parent
5bfe779336
commit
58353ffcb2
2 changed files with 6 additions and 4 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#define GUI_J RGUI_T(KC_J)
|
||||
#define SFT_K RSFT_T(KC_K)
|
||||
#define ALT_L LALT_T(KC_L)
|
||||
#define CTL_SCLN RCTL_T(KC_SCLN)
|
||||
#define CTL_QUOT RCTL_T(KC_QUOT)
|
||||
|
||||
// Sym layer home row mods
|
||||
#define GUI_EQL RGUI_T(KC_EQL)
|
||||
|
|
@ -45,6 +45,8 @@
|
|||
#define ALT_RBRC LALT_T(KC_RBRC)
|
||||
#define CTL_BSLS RCTL_T(KC_BSLS)
|
||||
|
||||
#define CTL_SCLN RCTL_T(KC_SCLN)
|
||||
|
||||
#define CTL_ESC LCTL_T(KC_ESC)
|
||||
|
||||
#define SYM_ENT LT(_SYM, KC_ENT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue