aboutsummaryrefslogtreecommitdiffstats
path: root/keymap
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2021-01-16 20:00:15 +0100
committerEddie Ehlin <eddiex@eddiex.se>2021-01-16 20:00:15 +0100
commitab398c48a055c72bae7efa41c8cbdea617a414de (patch)
treec6de8f3329746c9271aab24253c9827a7e5f8a50 /keymap
parent54653e2d7333f2b933277fed40fc67a229a616b7 (diff)
downloadplanck-keyboard-ab398c48a055c72bae7efa41c8cbdea617a414de.tar.gz
planck-keyboard-ab398c48a055c72bae7efa41c8cbdea617a414de.zip
Moved in <|> one key on lower layer. Moved in /|\ one key in raised layer
Diffstat (limited to 'keymap')
-rw-r--r--keymap/0xedd1e/keymap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/keymap/0xedd1e/keymap.c b/keymap/0xedd1e/keymap.c
index 9f75fb8..8a92c81 100644
--- a/keymap/0xedd1e/keymap.c
+++ b/keymap/0xedd1e/keymap.c
@@ -62,7 +62,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | § | | | | | | | { | [ | ] | } | ¨ |
* |------+------+------+------+------+------+------+------+------+------+------+------|
- * | < | | | > | | | | | | | | | ' |
+ * | | < | | | > | | | | | | | | ' |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | Del | | | Home | PgDn | PgUp | End |
* `-----------------------------------------------------------------------------------'
@@ -70,7 +70,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_LOWER] = LAYOUT_planck_grid(
KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_PLUS, SE_ACUT,
SE_SECT, _______, _______, _______, _______, _______, _______, SE_LCBR, SE_LBRC, SE_RBRC, SE_RCBR, SE_DIAE,
- SE_RABK, SE_PIPE, SE_RABK, _______, _______, _______, _______, _______, _______, _______, _______, SE_QUOT,
+ _______, SE_RABK, SE_PIPE, SE_LABK, _______, _______, _______, _______, _______, _______, _______, SE_QUOT,
_______, _______, _______, _______, _______, KC_DEL, _______, _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END
),
@@ -80,7 +80,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | ! | " | # | ¤ | % | & | / | ( | ) | = | ? | ` |
* |------+------+------+------+------+------+------+------+------+------+------+------|
- * | / | | | \ | | | | { | [ | ] | } | | |
+ * | | / | | | \ | | | { | [ | ] | } | | |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | | |Adjust| Next | Vol- | Vol+ | Play |
* `-----------------------------------------------------------------------------------'
@@ -88,7 +88,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_RAISE] = LAYOUT_planck_grid(
KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
SE_EXLM, SE_DQUO, SE_HASH, SE_CURR, SE_PERC, SE_AMPR, SE_SLSH, SE_LPRN, SE_RPRN, SE_EQL, SE_QUES, SE_GRV,
- SE_SLSH, SE_PIPE, SE_BSLS, _______, _______, _______, SE_LCBR, SE_LBRC, SE_RBRC, SE_RCBR, _______, _______,
+ _______, SE_SLSH, SE_PIPE, SE_BSLS, _______, _______, SE_LCBR, SE_LBRC, SE_RBRC, SE_RCBR, _______, _______,
_______, _______, _______, _______, _______, _______, _______, ADJUST, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
),