diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2021-01-21 20:19:51 +0100 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2021-01-21 20:19:51 +0100 |
commit | b9d609bd87ba55cbce6362e36cc2adcecb8783a8 (patch) | |
tree | 6f1327e9c508a5a26d1bb0ae99375def60577aa1 | |
parent | 81411c18e2e70e93daf2c8a116e40a265570292a (diff) | |
download | planck-keyboard-b9d609bd87ba55cbce6362e36cc2adcecb8783a8.tar.gz planck-keyboard-b9d609bd87ba55cbce6362e36cc2adcecb8783a8.zip |
Moved delete key + minor other improvements (all small). Ready for compilation..
-rw-r--r-- | keymap/0xedd1e/keymap.c | 6 |
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 ), |