aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-07-19 17:05:47 -0700
committerGitHub <noreply@github.com>2021-07-19 17:05:47 -0700
commit58f9321a77030ffdb6198837bc0319c826cc9183 (patch)
tree4ed802da715f13fc5fe3732e6969d8b9154ed64a
parent5b6780f999a9bf1481adcc2c2831bd39ac0c6980 (diff)
downloadqmk_firmware-58f9321a77030ffdb6198837bc0319c826cc9183.tar.gz
qmk_firmware-58f9321a77030ffdb6198837bc0319c826cc9183.zip
fluxlab zplit: keymap restructuring (#13599)
-rw-r--r--keyboards/flxlb/zplit/info.json70
-rw-r--r--keyboards/flxlb/zplit/keymaps/default/config.h28
-rw-r--r--keyboards/flxlb/zplit/keymaps/default/keymap.c80
-rw-r--r--keyboards/flxlb/zplit/keymaps/via/keymap.c34
-rw-r--r--keyboards/flxlb/zplit/keymaps/via/rules.mk1
5 files changed, 187 insertions, 26 deletions
diff --git a/keyboards/flxlb/zplit/info.json b/keyboards/flxlb/zplit/info.json
index 7cf3f0078..ad682a210 100644
--- a/keyboards/flxlb/zplit/info.json
+++ b/keyboards/flxlb/zplit/info.json
@@ -1,12 +1,64 @@
1{ 1{
2 "keyboard_name": "zplit", 2 "keyboard_name": "zplit",
3 "url": "https://github.com/cccywj/qmk_firmware", 3 "url": "https://github.com/cccywj/qmk_firmware",
4 "maintainer": "flxlb", 4 "maintainer": "flxlb",
5 "width": 13, 5 "width": 13,
6 "height": 4, 6 "height": 4,
7 "layouts": { 7 "layouts": {
8 "LAYOUT": { 8 "LAYOUT": {
9 "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2}, {"x":12, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":5, "y":3}, {"x":7, "y":3}, {"x":8, "y":3}, {"x":9, "y":3}, {"x":10, "y":3}, {"x":11, "y":3}, {"x":12, "y":3}] 9 "layout": [
10 {"x":0, "y":0},
11 {"x":1, "y":0},
12 {"x":2, "y":0},
13 {"x":3, "y":0},
14 {"x":4, "y":0},
15 {"x":5, "y":0},
16 {"x":7, "y":0},
17 {"x":8, "y":0},
18 {"x":9, "y":0},
19 {"x":10, "y":0},
20 {"x":11, "y":0},
21 {"x":12, "y":0},
22
23 {"x":0, "y":1},
24 {"x":1, "y":1},
25 {"x":2, "y":1},
26 {"x":3, "y":1},
27 {"x":4, "y":1},
28 {"x":5, "y":1},
29 {"x":7, "y":1},
30 {"x":8, "y":1},
31 {"x":9, "y":1},
32 {"x":10, "y":1},
33 {"x":11, "y":1},
34 {"x":12, "y":1},
35
36 {"x":0, "y":2},
37 {"x":1, "y":2},
38 {"x":2, "y":2},
39 {"x":3, "y":2},
40 {"x":4, "y":2},
41 {"x":5, "y":2},
42 {"x":7, "y":2},
43 {"x":8, "y":2},
44 {"x":9, "y":2},
45 {"x":10, "y":2},
46 {"x":11, "y":2},
47 {"x":12, "y":2},
48
49 {"x":0, "y":3},
50 {"x":1, "y":3},
51 {"x":2, "y":3},
52 {"x":3, "y":3},
53 {"x":4, "y":3},
54 {"x":5, "y":3},
55 {"x":7, "y":3},
56 {"x":8, "y":3},
57 {"x":9, "y":3},
58 {"x":10, "y":3},
59 {"x":11, "y":3},
60 {"x":12, "y":3}
61 ]
62 }
10 } 63 }
11 }
12} 64}
diff --git a/keyboards/flxlb/zplit/keymaps/default/config.h b/keyboards/flxlb/zplit/keymaps/default/config.h
new file mode 100644
index 000000000..a157047f7
--- /dev/null
+++ b/keyboards/flxlb/zplit/keymaps/default/config.h
@@ -0,0 +1,28 @@
1/*
2This is the c configuration file for the keymap
3
4Copyright 2012 Jun Wako <wakojun@gmail.com>
5Copyright 2015 Jack Humbert
6
7This program is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>.
19*/
20
21#pragma once
22
23//#define USE_I2C
24
25/* Select hand configuration */
26#define MASTER_LEFT
27// #define MASTER_RIGHT
28// #define EE_HANDS
diff --git a/keyboards/flxlb/zplit/keymaps/default/keymap.c b/keyboards/flxlb/zplit/keymaps/default/keymap.c
new file mode 100644
index 000000000..097b1eeed
--- /dev/null
+++ b/keyboards/flxlb/zplit/keymaps/default/keymap.c
@@ -0,0 +1,80 @@
1/* Copyright 2021 FluxLab
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
19// Each layer gets a name for readability, which is then used in the keymap matrix below.
20// The underscores don't mean anything - you can have a layer called STUFF or any other name.
21// Layer names don't all need to be of the same length, obviously, and you can also skip them
22// entirely and just use numbers.
23enum custom_layers {
24 _QWERTY,
25 _LOWER,
26 _RAISE,
27 _ADJUST,
28};
29
30#define LOWER MO(_LOWER)
31#define RAISE MO(_RAISE)
32#define ADJUST MO(_ADJUST)
33
34const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
35/* Qwerty */
36[_QWERTY] = LAYOUT(
37 KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_MUTE,
38 KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
39 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
40 KC_LCTL, KC_LGUI, KC_LALT, KC_DEL, LOWER, KC_SPC, KC_BSPC, RAISE, KC_LBRC, KC_RBRC, KC_QUOT, KC_MINS
41),
42
43/* Lower */
44[_LOWER] = LAYOUT(
45 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______,
46 _______, _______, _______, KC_UP, _______, _______, _______, KC_4, KC_5, KC_6, _______, _______,
47 _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_1, KC_2, KC_3, KC_BSLS, _______,
48 _______, _______, _______, _______, LOWER, _______, _______, KC_0, KC_0, KC_DOT, KC_BSLS, KC_EQL
49),
50
51/* Raise */
52[_RAISE] = LAYOUT(
53 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
54 RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD, _______, RGB_TOG, _______, _______, _______, _______, _______, _______,
55 RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD,_______, RGB_TOG, _______, _______, _______, _______, KC_UP, _______,
56 _______, _______, _______, _______, _______, _______, _______, RAISE, _______, KC_LEFT, KC_DOWN, KC_RGHT
57),
58
59/* Adjust (Lower + Raise) */
60[_ADJUST] = LAYOUT(
61 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
62 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
63 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
64 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
65)
66
67};
68
69layer_state_t layer_state_set_user(layer_state_t state) {
70 return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
71}
72
73bool encoder_update_user(uint8_t index, bool clockwise) {
74 if (clockwise) {
75 tap_code(KC_VOLD);
76 } else {
77 tap_code(KC_VOLU);
78 }
79 return true;
80}
diff --git a/keyboards/flxlb/zplit/keymaps/via/keymap.c b/keyboards/flxlb/zplit/keymaps/via/keymap.c
index 6c5651be4..7d6e948fe 100644
--- a/keyboards/flxlb/zplit/keymaps/via/keymap.c
+++ b/keyboards/flxlb/zplit/keymaps/via/keymap.c
@@ -34,34 +34,34 @@ enum custom_layers {
34const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 34const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
35/* Qwerty */ 35/* Qwerty */
36[_QWERTY] = LAYOUT( 36[_QWERTY] = LAYOUT(
37 KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_MUTE, 37 KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_MUTE,
38 KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT, 38 KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
39 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT , 39 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
40 KC_LCTL, KC_LGUI, KC_LALT, KC_DEL, LOWER, KC_SPC, KC_BSPC, RAISE, KC_LBRC, KC_RBRC, KC_QUOT, KC_MINS 40 KC_LCTL, KC_LGUI, KC_LALT, KC_DEL, LOWER, KC_SPC, KC_BSPC, RAISE, KC_LBRC, KC_RBRC, KC_QUOT, KC_MINS
41), 41),
42 42
43/* Lower */ 43/* Lower */
44[_LOWER] = LAYOUT( 44[_LOWER] = LAYOUT(
45 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______, 45 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______,
46 _______, _______, _______, KC_UP, _______, _______, _______, KC_4, KC_5, KC_6, _______, _______, 46 _______, _______, _______, KC_UP, _______, _______, _______, KC_4, KC_5, KC_6, _______, _______,
47 _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______,KC_1,KC_2,KC_3, KC_BSLS, _______, 47 _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_1, KC_2, KC_3, KC_BSLS, _______,
48 _______, _______, _______, _______, LOWER, _______, _______, KC_0,KC_0, KC_DOT, KC_BSLS,KC_EQL 48 _______, _______, _______, _______, LOWER, _______, _______, KC_0, KC_0, KC_DOT, KC_BSLS, KC_EQL
49), 49),
50 50
51/* Raise */ 51/* Raise */
52[_RAISE] = LAYOUT( 52[_RAISE] = LAYOUT(
53 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, 53 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
54 RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD, _______, RGB_TOG, _______, _______, _______, _______, _______, _______, 54 RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD, _______, RGB_TOG, _______, _______, _______, _______, _______, _______,
55 RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD, _______, RGB_TOG, _______, _______, _______, _______, KC_UP, _______, 55 RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD,_______, RGB_TOG, _______, _______, _______, _______, KC_UP, _______,
56 _______, _______, _______, _______, _______, _______, _______, RAISE, _______, KC_LEFT, KC_DOWN, KC_RGHT 56 _______, _______, _______, _______, _______, _______, _______, RAISE, _______, KC_LEFT, KC_DOWN, KC_RGHT
57), 57),
58 58
59/* Adjust (Lower + Raise) */ 59/* Adjust (Lower + Raise) */
60[_ADJUST] = LAYOUT( 60[_ADJUST] = LAYOUT(
61 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 61 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
62 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 62 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
63 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 63 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
64 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 64 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
65) 65)
66 66
67 67
diff --git a/keyboards/flxlb/zplit/keymaps/via/rules.mk b/keyboards/flxlb/zplit/keymaps/via/rules.mk
new file mode 100644
index 000000000..1e5b99807
--- /dev/null
+++ b/keyboards/flxlb/zplit/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes