]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/keebio/nyquist/keymaps/skug/keymap.c
[Keyboard] Move Keebio boards to own folder (#5109)
[qmk_firmware.git] / keyboards / keebio / nyquist / keymaps / skug / keymap.c
1 /* Copyright 2019 Christoffer Holmberg
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 #include "keymap_swedish.h"
19
20 extern keymap_config_t keymap_config;
21
22 // Each layer gets a name for readability, which is then used in the keymap matrix below.
23 // The underscores don't mean anything - you can have a layer called STUFF or any other name.
24 // Layer names don't all need to be of the same length, obviously, and you can also skip them
25 // entirely and just use numbers.
26 #define BASE 0
27 #define SYMB 1
28 #define MDIA 2
29 #define ARRW 3
30 #define _ADJUST 16
31
32 #define CT_APOS CTL_T(NO_APOS)
33 #define CT_TILD CTL_T(NO_TILD)
34 #define MD_OSLH LT(MDIA, NO_OSLH)
35 #define SM_AE   LT(SYMB, NO_AE)
36 #define NO_LT   NO_LESS
37 #define NO_GT   LSFT(NO_LESS)
38
39 enum custom_keycodes {
40   PLACEHOLDER = SAFE_RANGE,
41   ADJUST,
42   DVORAK,
43   COLEMAK,
44   QWERTY
45 };
46
47 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
48
49 /* Base layer
50  * ,-----------------------------------------.   .-----------------------------------------.
51  * |  Esc |   1  |   2  |   3  |   4  |   5  |   |   6  |   7  |   8  |   9  |   0  |   +  |
52  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
53  * | Tab  |   Q  |   W  |   E  |   R  |   T  |   |   Y  |   U  |   I  |   O  |   P  |   Å  |
54  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
55  * | ARRW |   A  |   S  |   D  |   F  |   G  |   |   H  |   J  |   K  |   L  |   Ö  |   Ä  |
56  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
57  * |Shift(|   Z  |   X  |   C  |   V  |   B  |   |   N  |   M  |   ,  |   .  |   -  |)Shift|
58  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
59  * |'/Ctrl|  ´   | Alt  |  Bsp |Space |  Win |   | Entr | Space| Bsb  | AlGr |   *  |Ctrl/¨|
60  * `-----------------------------------------'   '-----------------------------------------'
61  */
62 [BASE] = LAYOUT( \
63                 //       LEFT HAND                                               RIGHT HAND
64   KC_ESC,   KC_1,    KC_2,    KC_3,    KC_4,    KC_5,        KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    NO_PLUS, \
65   KC_TAB,   KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,        KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    NO_AA,   \
66   MO(ARRW), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,        KC_H,    KC_J,    KC_K,    KC_L,    MD_OSLH, SM_AE,   \
67   KC_LSPO,  KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,        KC_N,    KC_M,    KC_COMM, KC_DOT,  NO_MINS, KC_RSPC, \
68   CT_APOS,  NO_ACUT, KC_LALT, KC_BSPC, KC_SPC,  KC_LGUI,     KC_ENT,  KC_SPC,  KC_BSPC, KC_ALGR, NO_ASTR, CT_TILD  \
69 ),
70
71 /* Symbols layer
72  * ,-----------------------------------------.   .-----------------------------------------.
73  * |      |  F1  |  F2  |  F3  |  F4  |  F5  |   |  F6  |  F7  |  F8  |  F9  | F10  | F11  |
74  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
75  * |      |   !  |   @  |   {  |   }  |   |  |   |  Up  |   7  |   8  |   9  |   *  | F12  |
76  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
77  * |      |   #  |   $  |   (  |  )   |   `  |   | Down |   4  |   5  |   6  |   +  |      |
78  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
79  * |      |   %  |   ^  |   [  |  ]   |   ~  |   |   &  |   1  |   2  |   3  |   -  |      |
80  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
81  * |      |      |      |   <  |  >   |      |   |      |      |   .  |   0  |   =  |      |
82  * `-----------------------------------------'   '-----------------------------------------'
83  */
84 [SYMB] = LAYOUT( \
85   _______, KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,       KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  \
86   _______, KC_EXLM, NO_AT,   NO_LCBR, NO_RCBR, NO_PIPE,     KC_UP,   KC_7,    KC_8,    KC_9,    NO_ASTR, KC_F12,  \
87   _______, KC_HASH, NO_DLR,  NO_LPRN, NO_RPRN, NO_GRV,      KC_DOWN, KC_4,    KC_5,    KC_6,    NO_PLUS, _______, \
88   _______, KC_PERC, NO_CIRC, NO_LBRC, NO_RBRC, NO_TILD,     NO_AMPR, KC_1,    KC_2,    KC_3,    NO_MINS, _______, \
89   _______, _______, _______, NO_LT,   NO_GT,   _______,     _______, _______, KC_DOT,  KC_0,    NO_EQL,  _______  \
90 ),
91
92 /* Media layer
93  * ,-----------------------------------------.   .-----------------------------------------.
94  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
95  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
96  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
97  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
98  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
99  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
100  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
101  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
102  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
103  * `-----------------------------------------'   '-----------------------------------------'
104  */
105 [MDIA] = LAYOUT( \
106   _______,  _______,  _______,  _______,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______, \
107   _______,  _______,  _______,  _______,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______, \
108   _______,  _______,  _______,  _______,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______, \
109   _______,  _______,  _______,  _______,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______, \
110   _______,  _______,  _______,  _______,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______  \
111 ),
112
113 /* Arrow layer
114  * ,-----------------------------------------.   .-----------------------------------------.
115  * |      |      |      |      |      |      |   |      |      |      |      |      | PgUp |
116  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
117  * |      |      |  Up  |      |      |      |   |      |      |      |      |      | PgDn |
118  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
119  * |      | Left | Down | Right|      |      |   |      |      |      |      |      |      |
120  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
121  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
122  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
123  * |      |      |      |  Del |      |      |   |      |      |      |      |      |      |
124  * `-----------------------------------------'   '-----------------------------------------'
125  */
126 [ARRW] = LAYOUT( \
127   NO_HALF,  _______,  _______,  _______ ,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  KC_PGUP, \
128   _______,  _______,  KC_UP  ,  _______ ,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  KC_PGDN, \
129   _______,  KC_LEFT,  KC_DOWN,  KC_RIGHT,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______, \
130   _______,  _______,  _______,  _______ ,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______, \
131   _______,  _______,  _______,  KC_DEL  ,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______  \
132 ),
133
134 /* Adjust ()
135  * ,-----------------------------------------.   .-----------------------------------------.
136  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
137  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
138  * |      | Reset|RGB Tg|RGB Md|Hue Up|Hue Dn|   |Sat Up|Sat Dn|Val Up|Val Dn|      |      |
139  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
140  * |      |      |      |Aud on|Audoff|AGnorm|   |AGswap|Qwerty|Colemk|Dvorak|      |      |
141  * |------+------+------+------+------+------|   |------+------+------+------+------+------|
142  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
143  * |------+------+------+------+------+------+   +------+------+------+------+------+------|
144  * |      |      |      |      |      |      |   |      |      |      |      |      |      |
145  * `-----------------------------------------'   '-----------------------------------------'
146  */
147 [_ADJUST] =  LAYOUT( \
148   _______,  _______,  _______,  _______,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______, \
149   _______,  RESET  ,  RGB_TOG,  RGB_MOD,  RGB_HUD,  RGB_HUI,     RGB_SAD,  RGB_SAI,  RGB_VAD,  RGB_VAI,  _______,  _______, \
150   _______,  _______,  _______,  AU_ON,    AU_OFF,   AG_NORM,     AG_SWAP,  QWERTY,   COLEMAK,  DVORAK,   _______,  _______, \
151   _______,  _______,  _______,  _______,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______, \
152   _______,  _______,  _______,  _______,  _______,  _______,     _______,  _______,  _______,  _______,  _______,  _______  \
153 )
154
155 };
156
157
158 bool process_record_user(uint16_t keycode, keyrecord_t *record) {
159   switch (keycode) {
160     case ADJUST:
161       if (record->event.pressed) {
162         layer_on(_ADJUST);
163       } else {
164         layer_off(_ADJUST);
165       }
166       return false;
167       break;
168   }
169   return true;
170 }