summaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/keymaps/CMD-Preonic
diff options
context:
space:
mode:
authorcommandlinedesign <commandlinedesign@gmail.com>2016-07-24 06:02:23 +0200
committercommandlinedesign <commandlinedesign@gmail.com>2016-07-24 06:02:23 +0200
commit4480a74a4b815d62de18e35016b0fbe5d59b9c75 (patch)
tree775df9c1bf185c55cca71971a6f1a3713fedcf93 /keyboards/preonic/keymaps/CMD-Preonic
parentc1fb82623c8075bb375f31f4399c47e8e18c521b (diff)
downloadqmk_firmware-4480a74a4b815d62de18e35016b0fbe5d59b9c75.tar.gz
qmk_firmware-4480a74a4b815d62de18e35016b0fbe5d59b9c75.tar.xz
Arrow key fn layer shouldnt overwrite Ctrl key. Better Print Screen position
Diffstat (limited to 'keyboards/preonic/keymaps/CMD-Preonic')
-rw-r--r--keyboards/preonic/keymaps/CMD-Preonic/keymap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/preonic/keymaps/CMD-Preonic/keymap.c b/keyboards/preonic/keymaps/CMD-Preonic/keymap.c
index 26384795f..287974dab 100644
--- a/keyboards/preonic/keymaps/CMD-Preonic/keymap.c
+++ b/keyboards/preonic/keymaps/CMD-Preonic/keymap.c
@@ -150,7 +150,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | Vol+| Prev | Play | Next | Back | MWDn| MBtn3| MWUp | - | 1 | 2 | 3 |
* |------+------+------+------+------+------+------+------+------+------+------+------|
- * | Vol- | Pause| Ins | Print| | | | + | Enter| 0 | . |
+ * | Vol- | | | | | | | + | Enter| 0 | . |
* `-----------------------------------------------------------------------------------'
*/
[_LOWER] = {
@@ -169,16 +169,16 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | Home | PgDn | End | | | Home | Left | Down | Right| ] | \ |
* |------+------+------+------+------+------+------+------+------+------+------+------|
- * | | | | | | | | End | | | |Enter |
+ * | | Pause| Ins | | | Print|Screen| End | | | |Enter |
* |------+------+------+------+------+------+------+------+------+------+------+------|
- * | | | | | | | | | | | |
+ * | | | | | | | | | | | |
* `-----------------------------------------------------------------------------------'
*/
[_RAISE] = {
{KC_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC},
{_______, KC_BSPC, KC_PGUP, KC_DEL, _______, _______, _______, KC_PGUP, KC_UP, _______, _______, _______},
{_______, KC_HOME, KC_PGDN, KC_END, _______, _______, KC_HOME, KC_LEFT, KC_DOWN, KC_RIGHT, _______, _______},
- {_______, _______, _______, _______, _______, _______, _______, KC_END, _______, _______, _______, _______},
+ {_______, KC_PAUSE, KC_INS, _______, KC_PSCR, KC_PSCR, _______, KC_END, _______, _______, _______, _______},
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______}
},