summaryrefslogtreecommitdiff
path: root/qmk_atreus_layout
diff options
context:
space:
mode:
authortslil clingman <>2021-04-19 16:39:30 -0400
committertslil clingman <>2021-04-19 16:39:30 -0400
commit7d17319f6996c9db5f0e0cfc5562720defbe2457 (patch)
tree094eb9ab2b46f62079f0c146c38fd53599e5f0f1 /qmk_atreus_layout
parent1e10d920f7c483636a994b2169cb746ee5f012af (diff)
This was a strange typo, i wanted paste, not insert
Diffstat (limited to 'qmk_atreus_layout')
-rw-r--r--qmk_atreus_layout/keymap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/qmk_atreus_layout/keymap.c b/qmk_atreus_layout/keymap.c
index 935a693..e531f23 100644
--- a/qmk_atreus_layout/keymap.c
+++ b/qmk_atreus_layout/keymap.c
@@ -50,12 +50,12 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ! @ # { } || ` 7 8 9 +
* = ^ $ ( ) || ~ 4 5 6 *
* & % | [ ] || 1 2 3 -
- * INS || 0 . \
+ * S(INS) || 0 . \
*/
[_LOWER] = LAYOUT( /* [> LOWER <] */
- KC_EXLM, KC_AT, KC_HASH, KC_LCBR, KC_RCBR, KC_GRV, KC_7, KC_8, KC_9, KC_PLUS ,
- KC_EQL, KC_CIRC, KC_DLR, KC_LPRN, KC_RPRN, KC_TILDE,KC_4, KC_5, KC_6, KC_ASTR ,
- KC_AMPR, KC_PERC, KC_PIPE, KC_LBRC, KC_RBRC, KC_NO, KC_1, KC_2, KC_3, KC_MINS ,
- ____, ____, KC_INS, ____, ____, ____, ____, ____, ____, KC_0, KC_DOT, KC_BSLS
+ KC_EXLM, KC_AT, KC_HASH, KC_LCBR, KC_RCBR, KC_GRV, KC_7, KC_8, KC_9, KC_PLUS ,
+ KC_EQL, KC_CIRC, KC_DLR, KC_LPRN, KC_RPRN, KC_TILDE,KC_4, KC_5, KC_6, KC_ASTR ,
+ KC_AMPR, KC_PERC, KC_PIPE, KC_LBRC, KC_RBRC, KC_NO, KC_1, KC_2, KC_3, KC_MINS ,
+ ____, ____, S(KC_INS), ____, ____, ____, ____, ____, ____, KC_0, KC_DOT, KC_BSLS
)
};