diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /keyboards/deltasplit75/keymaps |
Diffstat (limited to 'keyboards/deltasplit75/keymaps')
-rw-r--r-- | keyboards/deltasplit75/keymaps/default/config.h | 25 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/default/keymap.c | 28 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/itsaferbie/config.h | 38 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/itsaferbie/keymap.c | 44 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/itsaferbie/rules.mk | 4 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/mbsurfer/config.h | 31 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/mbsurfer/keymap.c | 59 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/mbsurfer/readme.md | 5 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/protosplit/config.h | 31 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/protosplit/keymap.c | 29 |
10 files changed, 294 insertions, 0 deletions
diff --git a/keyboards/deltasplit75/keymaps/default/config.h b/keyboards/deltasplit75/keymaps/default/config.h new file mode 100644 index 000000000..307531da6 --- /dev/null +++ b/keyboards/deltasplit75/keymaps/default/config.h | |||
@@ -0,0 +1,25 @@ | |||
1 | /* | ||
2 | Copyright 2012 Jun Wako <[email protected]> | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
18 | |||
19 | #pragma once | ||
20 | |||
21 | #define USE_SERIAL | ||
22 | |||
23 | #define MASTER_LEFT | ||
24 | // #define MASTER_RIGHT | ||
25 | // #define EE_HANDS | ||
diff --git a/keyboards/deltasplit75/keymaps/default/keymap.c b/keyboards/deltasplit75/keymaps/default/keymap.c new file mode 100644 index 000000000..c13b0627c --- /dev/null +++ b/keyboards/deltasplit75/keymaps/default/keymap.c | |||
@@ -0,0 +1,28 @@ | |||
1 | #include QMK_KEYBOARD_H | ||
2 | |||
3 | |||
4 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | ||
5 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | ||
6 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | ||
7 | // entirely and just use numbers. | ||
8 | |||
9 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
10 | LAYOUT_v2( | ||
11 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_HOME, KC_PGUP, | ||
12 | KC_GRV, 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_DEL, KC_END, KC_PGDN, | ||
13 | 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_BSPC, KC_SLCK, | ||
14 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_TRNS, KC_ENT, KC_PAUS, //modify KC_TRNS to enable ISO Support | ||
15 | KC_LSFT, KC_TRNS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_PSCR, //modify KC_TRNS to enable ISO Support | ||
16 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
17 | ), | ||
18 | |||
19 | LAYOUT_v2( | ||
20 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
21 | KC_BSLS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
22 | _______, KC_VOLU, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
23 | M(1), KC_LEFT, KC_DOWN, KC_RGHT, KC_PAUS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
24 | _______, _______, KC_VOLD, M(0), KC_PSCR, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
25 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
26 | ), | ||
27 | |||
28 | }; | ||
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/config.h b/keyboards/deltasplit75/keymaps/itsaferbie/config.h new file mode 100644 index 000000000..24c3d5be2 --- /dev/null +++ b/keyboards/deltasplit75/keymaps/itsaferbie/config.h | |||
@@ -0,0 +1,38 @@ | |||
1 | /* | ||
2 | Copyright 2012 Jun Wako <[email protected]> | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
18 | |||
19 | #define USE_SERIAL | ||
20 | |||
21 | #define MASTER_LEFT | ||
22 | // #define MASTER_RIGHT | ||
23 | // #define EE_HANDS | ||
24 | |||
25 | |||
26 | #ifdef SUBPROJECT_v2 | ||
27 | #include "../../v2/config.h" | ||
28 | #endif | ||
29 | #ifdef SUBPROJECT_protosplit | ||
30 | #include "../../protosplit/config.h" | ||
31 | #endif | ||
32 | |||
33 | #undef RGBLED_NUM | ||
34 | #define RGBLIGHT_ANIMATIONS | ||
35 | #define RGBLED_NUM 20 | ||
36 | #define RGBLIGHT_HUE_STEP 8 | ||
37 | #define RGBLIGHT_SAT_STEP 8 | ||
38 | #define RGBLIGHT_VAL_STEP 8 | ||
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/keymap.c b/keyboards/deltasplit75/keymaps/itsaferbie/keymap.c new file mode 100644 index 000000000..8eadc7aee --- /dev/null +++ b/keyboards/deltasplit75/keymaps/itsaferbie/keymap.c | |||
@@ -0,0 +1,44 @@ | |||
1 | #include QMK_KEYBOARD_H | ||
2 | |||
3 | extern keymap_config_t keymap_config; | ||
4 | |||
5 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | ||
6 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | ||
7 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | ||
8 | // entirely and just use numbers. | ||
9 | |||
10 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
11 | /* Layer 0: Default Layer | ||
12 | *,-----------------------------------------------------------------------. | ||
13 | * |Esc| F1| F2| F3| F4| F5| F6| F7| F8| F9| F10| F11| F12|Prnt|Ins|Del| | ||
14 | * |----------------------------------------------------------------------| | ||
15 | * | `| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =| Backspace| Home| | ||
16 | * |----------------------------------------------------------------------| | ||
17 | * |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| \| PgUp| | ||
18 | * |----------------------------------------------------------------------| | ||
19 | * |Ctrl| A| S| D| F| G| H| J| K| L| ;| '|Enter | PgDown| | ||
20 | * |----------------------------------------------------------------------| | ||
21 | * |Shif| | Z| X| C| V| B| N| M| ,| .| /|Shift | Up| End| | ||
22 | * |----------------------------------------------------------------------| | ||
23 | * |CapsLo|Gui |Alt |Mod|Sp | Sp| Alt| Gui| Ctrl| | Lef| Dow| Rig| | ||
24 | * `----------------------------------------------------------------------' | ||
25 | */ | ||
26 | LAYOUT_v2( | ||
27 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_INS, KC_DEL, | ||
28 | KC_GRV, 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_TRNS, KC_HOME, // KC_TRNS is the unneeded key in the split backspace. | ||
29 | 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_BSLS, KC_PGUP, | ||
30 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_TRNS, KC_ENT, KC_PGDN, // KC_TRNS is unneeded ISO Enter key. | ||
31 | KC_LSFT, KC_TRNS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_END, // KC_TRNS is unneeded ISO layout key. | ||
32 | KC_CAPS, KC_LGUI, KC_LALT, MO(1), KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
33 | ), | ||
34 | |||
35 | LAYOUT_v2( | ||
36 | RGB_TOG, RGB_HUI, RGB_SAI, RGB_VAI, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
37 | RGB_MOD, RGB_HUD, RGB_SAD, RGB_VAD, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
38 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
39 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLU, | ||
40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPLY, KC_VOLD, | ||
41 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MPRV, KC_STOP, KC_MNXT | ||
42 | ), | ||
43 | |||
44 | }; | ||
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/rules.mk b/keyboards/deltasplit75/keymaps/itsaferbie/rules.mk new file mode 100644 index 000000000..92f24224c --- /dev/null +++ b/keyboards/deltasplit75/keymaps/itsaferbie/rules.mk | |||
@@ -0,0 +1,4 @@ | |||
1 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
2 | AUDIO_ENABLE = no # Audio disabled while using RGB underlight. | ||
3 | EXTRAKEY_ENABLE = yes | ||
4 | |||
diff --git a/keyboards/deltasplit75/keymaps/mbsurfer/config.h b/keyboards/deltasplit75/keymaps/mbsurfer/config.h new file mode 100644 index 000000000..f14678a22 --- /dev/null +++ b/keyboards/deltasplit75/keymaps/mbsurfer/config.h | |||
@@ -0,0 +1,31 @@ | |||
1 | /* | ||
2 | Copyright 2012 Jun Wako <[email protected]> | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
18 | |||
19 | #define USE_SERIAL | ||
20 | |||
21 | #define MASTER_LEFT | ||
22 | // #define MASTER_RIGHT | ||
23 | // #define EE_HANDS | ||
24 | |||
25 | |||
26 | #ifdef SUBPROJECT_v2 | ||
27 | #include "../../v2/config.h" | ||
28 | #endif | ||
29 | #ifdef SUBPROJECT_protosplit | ||
30 | #include "../../protosplit/config.h" | ||
31 | #endif | ||
diff --git a/keyboards/deltasplit75/keymaps/mbsurfer/keymap.c b/keyboards/deltasplit75/keymaps/mbsurfer/keymap.c new file mode 100644 index 000000000..cba17015d --- /dev/null +++ b/keyboards/deltasplit75/keymaps/mbsurfer/keymap.c | |||
@@ -0,0 +1,59 @@ | |||
1 | #include "deltasplit75.h" | ||
2 | #include "action_layer.h" | ||
3 | #include "eeconfig.h" | ||
4 | |||
5 | extern keymap_config_t keymap_config; | ||
6 | |||
7 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | ||
8 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | ||
9 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | ||
10 | // entirely and just use numbers. | ||
11 | |||
12 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
13 | /* Layer 0: Default Layer | ||
14 | * ,---------------------------- ----------------------------------------. | ||
15 | * |Esc| F1| F2| F3| F4| F5| F6| |F7| F8| F9| F10| F11| F12|Prnt|Ins|Home| | ||
16 | * |---------------------------- ----------------------------------------| | ||
17 | * | `| 1| 2| 3| 4| 5| 6| | 7| 8| 9| 0| -| =| \| Del| End| | ||
18 | * |-------------------------- ------------------------------------------| | ||
19 | * |Tab | Q| W| E| R| T| | Y| U| I| O| P| [| ]| BkSp | PgUp| | ||
20 | * |-------------------------- ------------------------------------------| | ||
21 | * |Ctrl| A| S| D| F| G| | H| J| K| L| ;| '| Enter | PgDn| | ||
22 | * |---------------------------- -----------------------------------------| | ||
23 | * |Shift | Z| X| C| V| B| | N| M| ,| .| /| Shift | Up| FN1| | ||
24 | * |----------------------------- ----------------------------------------| | ||
25 | * |Ctrl |Gui |Alt |Space |FN1 | | Space | Alt| Gui| Ctrl| Lef | Dow |Rig| | ||
26 | * `---------------------------- ----------------------------------------' | ||
27 | */ | ||
28 | LAYOUT_v2( | ||
29 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_PAUSE, KC_HOME, | ||
30 | KC_GRV, 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_BSLS, KC_DEL, KC_END, | ||
31 | 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_BSPC, KC_PGUP, | ||
32 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, _______, KC_ENT, KC_PGDN, //modify _______ to enable ISO Support | ||
33 | KC_LSFT, _______, KC_Z, KC_X, KC_C, KC_V, KC_B, _______, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, MO(1), //modify _______ to enable ISO Support | ||
34 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT), | ||
35 | |||
36 | /* Layer 1: FN1 Layer | ||
37 | * ,---------------------------- -------------------------------------. | ||
38 | * | | | | | | | | | | | | | | | |Reset| | ||
39 | * |---------------------------- -------------------------------------| | ||
40 | * | \ | | | | | | | | | | | | | | | | | ||
41 | * |---------------------------- ---------------------------------------| | ||
42 | * |Caps|VolUp| Up | | | | | | | | | Up| | | | | ||
43 | * |--------------------------- ---------------------------------------| | ||
44 | * | |Lft|Dwn|Rig| | | | | | |Lft|Rig| | | | ||
45 | * |---------------------------- -------------------------------------| | ||
46 | * | |VolDn|Mute| | | | | | | |Dwn| | | | | ||
47 | * |---------------------------- ----------------------------------------| | ||
48 | * | | | | | | | | | | | | | | ||
49 | * `--------------------------- ----------------------------------------' | ||
50 | */ | ||
51 | LAYOUT_v2( | ||
52 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
53 | KC_BSLS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
54 | KC_CAPSLOCK, KC_VOLU, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, _______, | ||
55 | M(1), KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_RIGHT, _______, _______, _______, | ||
56 | _______, _______, KC_VOLD, KC_MUTE, _______, _______, _______, _______, _______, _______, _______, _______, KC_DOWN, _______, _______, _______, | ||
57 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), | ||
58 | |||
59 | }; | ||
diff --git a/keyboards/deltasplit75/keymaps/mbsurfer/readme.md b/keyboards/deltasplit75/keymaps/mbsurfer/readme.md new file mode 100644 index 000000000..b65c3a734 --- /dev/null +++ b/keyboards/deltasplit75/keymaps/mbsurfer/readme.md | |||
@@ -0,0 +1,5 @@ | |||
1 |  | ||
2 | |||
3 | # Mbsurfer's DeltaSplit75 Layout | ||
4 | |||
5 | This layout features an ANSI layout with split backspace and a full bottom row with no gaps. The reset key on the FN layer is for quickly flashing a new firmware. | ||
diff --git a/keyboards/deltasplit75/keymaps/protosplit/config.h b/keyboards/deltasplit75/keymaps/protosplit/config.h new file mode 100644 index 000000000..f14678a22 --- /dev/null +++ b/keyboards/deltasplit75/keymaps/protosplit/config.h | |||
@@ -0,0 +1,31 @@ | |||
1 | /* | ||
2 | Copyright 2012 Jun Wako <[email protected]> | ||
3 | |||
4 | This program is free software: you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation, either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
16 | */ | ||
17 | |||
18 | |||
19 | #define USE_SERIAL | ||
20 | |||
21 | #define MASTER_LEFT | ||
22 | // #define MASTER_RIGHT | ||
23 | // #define EE_HANDS | ||
24 | |||
25 | |||
26 | #ifdef SUBPROJECT_v2 | ||
27 | #include "../../v2/config.h" | ||
28 | #endif | ||
29 | #ifdef SUBPROJECT_protosplit | ||
30 | #include "../../protosplit/config.h" | ||
31 | #endif | ||
diff --git a/keyboards/deltasplit75/keymaps/protosplit/keymap.c b/keyboards/deltasplit75/keymaps/protosplit/keymap.c new file mode 100644 index 000000000..7d6cb3394 --- /dev/null +++ b/keyboards/deltasplit75/keymaps/protosplit/keymap.c | |||
@@ -0,0 +1,29 @@ | |||
1 | #include QMK_KEYBOARD_H | ||
2 | |||
3 | extern keymap_config_t keymap_config; | ||
4 | |||
5 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | ||
6 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | ||
7 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | ||
8 | // entirely and just use numbers. | ||
9 | |||
10 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
11 | LAYOUT_protosplit( | ||
12 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_HOME, KC_PGUP, | ||
13 | KC_GRV, 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_DEL, KC_END, KC_PGDN, | ||
14 | 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_BSPC, KC_SLCK, | ||
15 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PAUS, | ||
16 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_PSCR, | ||
17 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
18 | ), | ||
19 | |||
20 | LAYOUT_protosplit( | ||
21 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
22 | KC_BSLS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
23 | _______, KC_VOLU, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
24 | M(1), KC_LEFT, KC_DOWN, KC_RGHT, KC_PAUS, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
25 | _______, KC_VOLD, M(0), KC_PSCR, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
26 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
27 | ), | ||
28 | |||
29 | }; | ||