aboutsummaryrefslogtreecommitdiff
path: root/keyboards/westfoxtrot
diff options
context:
space:
mode:
authorJanne Peippo <peippo@lumous.com>2019-10-06 17:44:02 +0300
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-10-06 07:44:02 -0700
commitf73f71db9c65385d968cebf7471389a99ead6ba5 (patch)
tree67f54d53f366f230dc78f8dcb5419030bccdd504 /keyboards/westfoxtrot
parent345d3cc046bb75c10b454c7b0d5bbf8675862e37 (diff)
downloadqmk_firmware-f73f71db9c65385d968cebf7471389a99ead6ba5.tar.gz
qmk_firmware-f73f71db9c65385d968cebf7471389a99ead6ba5.zip
[Keymap] Add new Cyclops keymap (#6923)
Diffstat (limited to 'keyboards/westfoxtrot')
-rw-r--r--keyboards/westfoxtrot/cyclops/keymaps/peippo/config.h19
-rw-r--r--keyboards/westfoxtrot/cyclops/keymaps/peippo/keymap.c79
-rw-r--r--keyboards/westfoxtrot/cyclops/keymaps/peippo/readme.md20
3 files changed, 118 insertions, 0 deletions
diff --git a/keyboards/westfoxtrot/cyclops/keymaps/peippo/config.h b/keyboards/westfoxtrot/cyclops/keymaps/peippo/config.h
new file mode 100644
index 000000000..6278fae65
--- /dev/null
+++ b/keyboards/westfoxtrot/cyclops/keymaps/peippo/config.h
@@ -0,0 +1,19 @@
1/* Copyright 2018 'mechmerlin'
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19// place overrides here
diff --git a/keyboards/westfoxtrot/cyclops/keymaps/peippo/keymap.c b/keyboards/westfoxtrot/cyclops/keymaps/peippo/keymap.c
new file mode 100644
index 000000000..902645d17
--- /dev/null
+++ b/keyboards/westfoxtrot/cyclops/keymaps/peippo/keymap.c
@@ -0,0 +1,79 @@
1/* Copyright 2018 westfoxtrot
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20
21 /* Default layer
22 * ,--------------------------------------------------------------------------------------------------------------------. ,-------.
23 * | GrvEsc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | + | ´ | Backspace | | PgUp |
24 * |--------------------------------------------------------------------------------------------------------------------+ +-------+
25 * | Tab | Q | W | E | R | T | Y | U | I | O | P | Å | ¨ | Enter | | PgDn |
26 * |-----------------------------------------------------------------------------------------------------------, | `-------`
27 * | Mod Layer | A | S | D | F | G | H | J | K | L | Ö | Ä | ' | |
28 * |-----------------------------------------------------------------------------------------------------------------------,
29 * | Shift | < | Z | X | C | V | B | N | M | , | . | - | Shift | Up |
30 * |-----------------------------------------------------------------------------------------------------------------------+-------,
31 * | Control | Option | Command | Space | Command | Option | Left | Down | Right |
32 * `-------------------------------------------------------------------------------------------------------------------------------'
33 */
34
35 [0] = LAYOUT(
36 KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_PGUP,
37 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_PGDN,
38 MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,
39 KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_NO, KC_UP,
40 KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RGUI, KC_RALT, KC_LEFT, KC_DOWN, KC_RGHT),
41
42
43 /* Modifier layer
44 * ,--------------------------------------------------------------------------------------------------------------------. ,-------.
45 * | Esc | | | | | | | | [ | ] | | | | Delete | | VolUp |
46 * |--------------------------------------------------------------------------------------------------------------------+ +-------+
47 * | | | | | | | | PgUp | Up | PgDn | | | | | | VolDn |
48 * |-----------------------------------------------------------------------------------------------------------, | `-------`
49 * | | |Scrnsht|Desktop| | | | Left | Down | Right | | | Reset | |
50 * |-----------------------------------------------------------------------------------------------------------------------,
51 * | Shift | | | | | | | | | | | | Shift | Play |
52 * |-----------------------------------------------------------------------------------------------------------------------+-------,
53 * | | | | | | | Prev | Mute | Next |
54 * `-------------------------------------------------------------------------------------------------------------------------------'
55 */
56
57 [1] = LAYOUT(
58 KC_ESC, _______, _______, _______, _______, _______, _______, _______, RALT(KC_8), RALT(KC_9), _______, _______, _______, KC_DEL, KC__VOLUP,
59 _______, _______, _______, _______, _______, _______, _______, KC_PGUP, KC_UP, KC_PGDN, _______, _______, _______, KC__VOLDOWN,
60 _______, _______, SGUI(KC_5), KC_F11, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, RESET , _______,
61 KC_LSFT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_RSFT, _______, KC_MPLY,
62 _______, _______, _______, _______, _______, _______, KC_MRWD, KC__MUTE, KC_MFFD),
63};
64
65bool process_record_user(uint16_t keycode, keyrecord_t *record) {
66 return true;
67}
68
69void matrix_init_user(void) {
70
71}
72
73void matrix_scan_user(void) {
74
75}
76
77void led_set_user(uint8_t usb_led) {
78
79}
diff --git a/keyboards/westfoxtrot/cyclops/keymaps/peippo/readme.md b/keyboards/westfoxtrot/cyclops/keymaps/peippo/readme.md
new file mode 100644
index 000000000..a587d74c2
--- /dev/null
+++ b/keyboards/westfoxtrot/cyclops/keymaps/peippo/readme.md
@@ -0,0 +1,20 @@
1# Cyclops keymap by peippo
2
3Nordic layout with faster access to cursor movement keys and brackets.
4
5## Keymap notes
6
7- Default layer has a Grave Escape which outputs Escape when pressed normally, and `§` when Shift or Command are held. I like to setup Command+Esc to moving focus to next window (MacOS preferences, Keyboard / Shortcuts / Keyboard).
8- `Caps Lock` can be held to access the modifier layer.
9
10## Modifier layer
11
12- Additional cursor movement keys on `J/K/L/I`, and Page Up/Page Down on `U/O`.
13- Easier access to [] & {} (w/ Shift) on `8/9`.
14- Show desktop on `D`.
15- Screen capture tool on `S`.
16- Media shortcuts on Arrow keys & Page Up/Page Down.
17
18### Build
19
20To build the firmware, run `make westfoxtrot/cyclops:peippo`.