aboutsummaryrefslogtreecommitdiff
path: root/keyboards/checkerboards/nop60/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/checkerboards/nop60/keymaps')
-rw-r--r--keyboards/checkerboards/nop60/keymaps/7u/config.h25
-rw-r--r--keyboards/checkerboards/nop60/keymaps/7u/keymap.c85
-rw-r--r--keyboards/checkerboards/nop60/keymaps/default/config.h23
-rw-r--r--keyboards/checkerboards/nop60/keymaps/default/keymap.c83
-rw-r--r--keyboards/checkerboards/nop60/keymaps/via/config.h22
-rw-r--r--keyboards/checkerboards/nop60/keymaps/via/keymap.c100
-rw-r--r--keyboards/checkerboards/nop60/keymaps/via/rules.mk1
7 files changed, 339 insertions, 0 deletions
diff --git a/keyboards/checkerboards/nop60/keymaps/7u/config.h b/keyboards/checkerboards/nop60/keymaps/7u/config.h
new file mode 100644
index 000000000..faba80d27
--- /dev/null
+++ b/keyboards/checkerboards/nop60/keymaps/7u/config.h
@@ -0,0 +1,25 @@
1 /*
2 Copyright 2020 Alec Penland
3 Copyright 2020 Garret Gartner
4
5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 2 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#pragma once
20
21#define TAPPING_TERM 175
22
23#define PERMISSIVE_HOLD
24
25#define MOD_TAP_INTERUPT
diff --git a/keyboards/checkerboards/nop60/keymaps/7u/keymap.c b/keyboards/checkerboards/nop60/keymaps/7u/keymap.c
new file mode 100644
index 000000000..61bca2616
--- /dev/null
+++ b/keyboards/checkerboards/nop60/keymaps/7u/keymap.c
@@ -0,0 +1,85 @@
1 /*
2 Copyright 2021 Nathan Spears
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#include QMK_KEYBOARD_H
19
20
21#define RS_SLS RSFT_T(KC_SLSH)
22
23const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
24 /* Default QWERTY layer
25 * ,-------------------------------------------------------------.
26 * |Esc| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ |Del|
27 * |-------------------------------------------------------------|
28 * | Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | Bksp |
29 * |-------------------------------------------------------------|
30 * | Caps | A | S | D | F | G | H | J | K | L | ; | ' | Enter |
31 * |-------------------------------------------------------------|
32 * | Shift | Z | X | C | V | B | N | M | , | . | / | Shift | FN |
33 * |-------------------------------------------------------------|
34 * |Ctrl |GUI |Alt | Space |Alt |GUI |Ctrl |
35 * `-------------------------------------------------------------'
36 */
37 [0] = LAYOUT_60_tsangan_hhkb(
38 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_BSLS, KC_DEL,
39 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,
40 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
41 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, TT(1),
42 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL
43 ),
44 /* Main Numbers, Symbols & Function Layer
45 * ,------------------------------------------------------------------------------.
46 * | `~ | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |Del | |
47 * |------------------------------------------------------------------------------|
48 * |RTOG |RMOD| UP | | | | | | | | | | | | |
49 * |------------------------------------------------------------------------------|
50 * |BRTHE |LFT|DWN|RGHT| | | | | | | | | | |
51 * |------------------------------------------------------------------------------|
52 * |BINC |BDEC|BTOG| | | | | | | | | | | |
53 * |------------------------------------------------------------------------------|
54 * | | | | | | |RESET |
55 * `------------------------------------------------------------------------------'
56 */
57 [1] = LAYOUT_60_tsangan_hhkb(
58 KC_GRV, 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_DEL, _______,
59 RGB_TOG, RGB_MOD, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
60 BL_BRTG, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______,
61 BL_INC, BL_DEC, BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
62 _______, _______, _______, _______, _______, _______, RESET
63 ),
64
65 /* Main Numbers, Symbols & Function Layer
66 * ,------------------------------------------------------------------------------.
67 * | `~ | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |Del | |
68 * |------------------------------------------------------------------------------|
69 * |RTOG |RMOD| UP | | | | | | | | | | | | |
70 * |------------------------------------------------------------------------------|
71 * |BRTHE |LFT|DWN|RGHT| | | | | | | | | | |
72 * |------------------------------------------------------------------------------|
73 * |BINC |BDEC|BTOG| | | | | | | | | | | |
74 * |------------------------------------------------------------------------------|
75 * | | | | | | |RESET |
76 * `------------------------------------------------------------------------------'
77 */
78 [2] = LAYOUT_60_tsangan_hhkb(
79 KC_GRV, 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_DEL, _______,
80 RGB_TOG, RGB_MOD, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
81 BL_BRTG, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______,
82 BL_INC, BL_DEC, BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
83 _______, _______, _______, _______, _______, _______, RESET
84 )
85};
diff --git a/keyboards/checkerboards/nop60/keymaps/default/config.h b/keyboards/checkerboards/nop60/keymaps/default/config.h
new file mode 100644
index 000000000..598074ad2
--- /dev/null
+++ b/keyboards/checkerboards/nop60/keymaps/default/config.h
@@ -0,0 +1,23 @@
1 /*
2 Copyright 2020 Alec Penland
3 Copyright 2020 Garret Gartner
4
5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 2 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#pragma once
20
21#define TAPPING_TERM 175
22
23#define TAPPING_TOGGLE 2
diff --git a/keyboards/checkerboards/nop60/keymaps/default/keymap.c b/keyboards/checkerboards/nop60/keymaps/default/keymap.c
new file mode 100644
index 000000000..ef3ff4b8b
--- /dev/null
+++ b/keyboards/checkerboards/nop60/keymaps/default/keymap.c
@@ -0,0 +1,83 @@
1 /*
2 Copyright 2021 Nathan Spears
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#include QMK_KEYBOARD_H
19
20
21const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
22 /* Default QWERTY layer
23 * ,-------------------------------------------------------------.
24 * |Esc| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ |Del|
25 * |-------------------------------------------------------------|
26 * | Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | Bksp |
27 * |-------------------------------------------------------------|
28 * | Caps | A | S | D | F | G | H | J | K | L | ; | ' | Enter |
29 * |-------------------------------------------------------------|
30 * | Shift | Z | X | C | V | B | N | M | , | . | / | Shift | FN |
31 * |-------------------------------------------------------------|
32 * |Ctrl |GUI |Alt |Space |BLTOG |Space |Alt |GUI |Ctrl |
33 * `-------------------------------------------------------------'
34 */
35 [0] = LAYOUT_60_tsangan_hhkb_split_space(
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_BSLS, KC_DEL,
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_BSPC,
38 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, 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, KC_SPC,
40 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, BL_TOGG, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL
41 ),
42 /* Main Numbers, Symbols & Function Layer (MOMENTARY)
43 * ,------------------------------------------------------------------------------.
44 * | `~ | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |Del | |
45 * |------------------------------------------------------------------------------|
46 * |RTOG |RMOD| UP | | | | | | | | | | | | |
47 * |------------------------------------------------------------------------------|
48 * |BRTHE |LFT|DWN|RGHT| | | | | | | | | | |
49 * |------------------------------------------------------------------------------|
50 * |BINC |BDEC|BTOG| | | | | | | | | | | |
51 * |------------------------------------------------------------------------------|
52 * | | | | | | | | |RESET |
53 * `------------------------------------------------------------------------------'
54 */
55 [1] = LAYOUT_60_tsangan_hhkb_split_space(
56 KC_GRV, 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_DEL, _______,
57 RGB_TOG, RGB_MOD, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
58 BL_BRTG, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______,
59 BL_INC, BL_DEC, BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
60 _______, _______, _______, _______, _______, _______, _______, _______, RESET
61 ),
62
63 /* ALTERNATE Function layer (MOMENTARY)
64 * ,------------------------------------------------------------------------------.
65 * | `~ | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |Del | |
66 * |------------------------------------------------------------------------------|
67 * |RTOG |RMOD| UP | | | | | | | | | | | | |
68 * |------------------------------------------------------------------------------|
69 * |BRTHE |LFT|DWN|RGHT| | | | | | | | | | |
70 * |------------------------------------------------------------------------------|
71 * |BINC |BDEC|BTOG| | | | | | | | | | | |
72 * |------------------------------------------------------------------------------|
73 * | | | | | | | | |RESET |
74 * `------------------------------------------------------------------------------'
75 */
76 [2] = LAYOUT_60_tsangan_hhkb_split_space(
77 KC_GRV, 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_DEL, _______,
78 RGB_TOG, RGB_MOD, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
79 BL_BRTG, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______,
80 BL_INC, BL_DEC, BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
81 _______, _______, _______, _______, _______, _______, _______, _______, RESET
82 )
83};
diff --git a/keyboards/checkerboards/nop60/keymaps/via/config.h b/keyboards/checkerboards/nop60/keymaps/via/config.h
new file mode 100644
index 000000000..e862c2548
--- /dev/null
+++ b/keyboards/checkerboards/nop60/keymaps/via/config.h
@@ -0,0 +1,22 @@
1 /*
2 Copyright 2021 Nathan Spears
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#pragma once
19
20#define TAPPING_TERM 175
21
22#define TAPPING_TOGGLE 2
diff --git a/keyboards/checkerboards/nop60/keymaps/via/keymap.c b/keyboards/checkerboards/nop60/keymaps/via/keymap.c
new file mode 100644
index 000000000..1fbed16ca
--- /dev/null
+++ b/keyboards/checkerboards/nop60/keymaps/via/keymap.c
@@ -0,0 +1,100 @@
1 /*
2 Copyright 2021 Nathan Spears
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#include QMK_KEYBOARD_H
19
20// Layer names
21enum nop60_layers{
22 // - Base layer:
23 _BASE,
24 // - Symbols, numbers, and functions:
25 _FN1,
26 // - Alternate Function layer:
27 _FN2,
28 // - VIA Layer:
29 _VIA
30};
31
32
33const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
34 /* Default QWERTY layer
35 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───┐
36 * │Esc│ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │Del│BkS│ │PgU│
37 * ├───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴───┤ ├───┤
38 * │Tab │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ' │Enter │ │PgD│
39 * ├────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴──┬───┘ ├───┤
40 * │LShift│ Z │ X │ C │ V │ B │ N │ M │ , │ . │Sft/│ ┌───┐ │CAP│
41 * ├────┬─┴─┬─┴──┬┴───┴───┴─┬─┴───┴──┬┴───┼───┴┬───┘ │ ↑ │ └───┘
42 * │LCtl│OS │LAlt│ Fn │ Space │RAlt│ Ln │ ┌───┼───┼───┐
43 * └────┴───┴────┴──────────┴────────┴────┴────┘ │ ← │ ↓ │ → │
44 * └───┴───┴───┘
45 */
46 [_BASE] = LAYOUT_60_tsangan_hhkb_split_space(
47 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_BSLS, KC_DEL,
48 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,
49 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
50 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_SPC,
51 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, BL_TOGG, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL
52 ),
53 /* Main Numbers, Symbols & Function Layer (MOMENTARY)
54 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───┐
55 * │ │ ! │ @ │ # │ $ │ % │ ^ │ & │ * │ [ │ ] │ \ │ │ │Hme│
56 * ├───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴───┤ ├───┤
57 * │ │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ │ │End│
58 * ├────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴──┬───┘ ├───┤
59 * │ │ ( │ ) │ ; │ . │ │ - │ + │ * │ / │ = │ ┌───┐ │ │
60 * ├────┬─┴─┬─┴──┬┴───┴───┴─┬─┴───┴──┬┴───┼───┴┬───┘ │ │ └───┘
61 * │ │ │ │ │ │ │ │ ┌───┼───┼───┐
62 * └────┴───┴────┴──────────┴────────┴────┴────┘ │ │ │ │
63 * └───┴───┴───┘
64 */
65 [_FN1] = LAYOUT_60_tsangan_hhkb_split_space(
66 KC_GRV, 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_DEL, _______,
67 RGB_TOG, RGB_MOD, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
68 BL_BRTG, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______,
69 BL_INC, BL_DEC, BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
70 _______, _______, _______, _______, _______, _______, _______, _______, RESET
71 ),
72
73 /* ALTERNATE Function layer (MOMENTARY)
74 * ┌────┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───┐
75 * │ PWR│F1 │F2 │F3 │F4 │F5 │F6 │ │ │ │ │PRV│NXT│ │VL+│
76 * ├────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴───┤ ├───┤
77 * │ SLP │F7 │F8 │F9 │F10│F11│F12│ │ │ │ │ PLAY │ │VL-│
78 * ├─────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴──┬───┘ ├───┤
79 * │ WAKE │ │ │ │ │ │ │ │ │ │ │ ┌───┐ │ │
80 * ├────┬──┴─┬─┴──┬┴───┴───┴─┬─┴───┴──┬┴───┼───┴┬───┘ │ │ └───┘
81 * │RSET│ │ │ │ │ │ │ ┌───┼───┼───┐
82 * └────┴────┴────┴──────────┴────────┴────┴────┘ │ │ │ │
83 * └───┴───┴───┘
84 */
85 [_FN2] = LAYOUT_60_tsangan_hhkb_split_space(
86 KC_GRV, 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_DEL, _______,
87 RGB_TOG, RGB_MOD, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
88 BL_BRTG, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______,
89 BL_INC, BL_DEC, BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
90 _______, _______, _______, _______, _______, _______, _______, _______, RESET
91 ),
92
93 [_VIA] = LAYOUT_60_tsangan_hhkb_split_space(
94 KC_GRV, 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_DEL, _______,
95 RGB_TOG, RGB_MOD, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
96 BL_BRTG, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______,
97 BL_INC, BL_DEC, BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
98 _______, _______, _______, _______, _______, _______, _______, _______, RESET
99 )
100};
diff --git a/keyboards/checkerboards/nop60/keymaps/via/rules.mk b/keyboards/checkerboards/nop60/keymaps/via/rules.mk
new file mode 100644
index 000000000..1e5b99807
--- /dev/null
+++ b/keyboards/checkerboards/nop60/keymaps/via/rules.mk
@@ -0,0 +1 @@
VIA_ENABLE = yes