aboutsummaryrefslogtreecommitdiffstats
path: root/keymap/0xedd1e/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keymap/0xedd1e/keymap.c')
-rw-r--r--keymap/0xedd1e/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keymap/0xedd1e/keymap.c b/keymap/0xedd1e/keymap.c
index e167f09..1270b0d 100644
--- a/keymap/0xedd1e/keymap.c
+++ b/keymap/0xedd1e/keymap.c
@@ -62,16 +62,16 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | ? | @ | £ | $ | € | | { | [ | ] | } | ^ | Move {,[,],} down on row and make room for vim movement keys (hjkl arrow keys?)
* |------+------+------+------+------+------+------+------+------+------+------+------|
- * | | < | > | \ | | | / | | | | | | ' |
+ * | | < | > | \ | | | / | | | | | | ' |
* |------+------+------+------+------+------+------+------+------+------+------+------|
- * | | | | | | | Del | | Home | PgDn | PgUp | End |
+ * | | | | | | | | Del | Home | PgDn | PgUp | End |
* `-----------------------------------------------------------------------------------'
*/
[_LOWER] = LAYOUT_planck_grid(
_______, SE_EXLM, SE_DQUO, SE_HASH, SE_CURR, SE_PERC, SE_AMPR, SE_SLSH, SE_LPRN, SE_RPRN, SE_EQL, SE_GRV,
_______, SE_QUES, SE_AT, SE_PND, SE_DLR, SE_EURO, _______, SE_LCBR, SE_LBRC, SE_RBRC, SE_RCBR, SE_CIRC,
_______, SE_LABK, SE_RABK, SE_BSLS, SE_PIPE, SE_SLSH, _______, _______, _______, _______, _______, SE_QUOT,
- _______, _______, _______, _______, _______, _______, KC_DEL, _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END
+ _______, _______, _______, _______, _______, _______, _______, KC_DEL, KC_HOME, KC_PGDN, KC_PGUP, KC_END
),