summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkeyboards/flashquark/horizon_z/config.h78
-rwxr-xr-xkeyboards/flashquark/horizon_z/horizon_z.c95
-rwxr-xr-xkeyboards/flashquark/horizon_z/info.json162
-rwxr-xr-xkeyboards/flashquark/horizon_z/keymaps/default/keymap.c35
-rwxr-xr-xkeyboards/flashquark/horizon_z/keymaps/via/keymap.c35
-rwxr-xr-xkeyboards/flashquark/horizon_z/keymaps/via/rules.mk2
-rwxr-xr-xkeyboards/flashquark/horizon_z/readme.md20
-rwxr-xr-xkeyboards/flashquark/horizon_z/rules.mk0
8 files changed, 427 insertions, 0 deletions
diff --git a/keyboards/flashquark/horizon_z/config.h b/keyboards/flashquark/horizon_z/config.h
new file mode 100755
index 0000000000..8828834d74
--- /dev/null
+++ b/keyboards/flashquark/horizon_z/config.h
@@ -0,0 +1,78 @@
1/* Copyright 2023 Flashquark
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
18#pragma once
19
20
21
22#ifdef RGB_MATRIX_ENABLE
23# define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
24# define RGB_MATRIX_KEYPRESSES
25# define RGB_MATRIX_FRAMEBUFFER_EFFECTS
26// RGB Matrix Animation modes. Explicitly enabled
27// For full list of effects, see:
28// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects
29# define ENABLE_RGB_MATRIX_ALPHAS_MODS
30// # define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
31# define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
32# define ENABLE_RGB_MATRIX_BREATHING
33// # define ENABLE_RGB_MATRIX_BAND_SAT
34# define ENABLE_RGB_MATRIX_BAND_VAL
35// # define ENABLE_RGB_MATRIX_BAND_PINWHEEL_SAT
36# define ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL
37// # define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT
38# define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL
39# define ENABLE_RGB_MATRIX_CYCLE_ALL
40# define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
41# define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN
42# define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
43# define ENABLE_RGB_MATRIX_CYCLE_OUT_IN
44# define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL
45# define ENABLE_RGB_MATRIX_CYCLE_PINWHEEL
46# define ENABLE_RGB_MATRIX_CYCLE_SPIRAL
47# define ENABLE_RGB_MATRIX_DUAL_BEACON
48# define ENABLE_RGB_MATRIX_RAINBOW_BEACON
49# define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS
50# define ENABLE_RGB_MATRIX_RAINDROPS
51# define ENABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS
52# define ENABLE_RGB_MATRIX_HUE_BREATHING
53# define ENABLE_RGB_MATRIX_HUE_PENDULUM
54# define ENABLE_RGB_MATRIX_HUE_WAVE
55# define ENABLE_RGB_MATRIX_PIXEL_RAIN
56# define ENABLE_RGB_MATRIX_PIXEL_FLOW
57# define ENABLE_RGB_MATRIX_PIXEL_FRACTAL
58// enabled only if RGB_MATRIX_FRAMEBUFFER_EFFECTS is defined
59# define ENABLE_RGB_MATRIX_TYPING_HEATMAP
60// # define ENABLE_RGB_MATRIX_DIGITAL_RAIN
61// enabled only of RGB_MATRIX_KEYPRESSES or RGB_MATRIX_KEYRELEASES is defined
62# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
63# define ENABLE_RGB_MATRIX_SOLID_REACTIVE
64// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE
65// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE
66// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS
67// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
68// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS
69// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
70// # define ENABLE_RGB_MATRIX_SPLASH
71// # define ENABLE_RGB_MATRIX_MULTISPLASH
72// # define ENABLE_RGB_MATRIX_SOLID_SPLASH
73// # define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
74
75# define DRIVER_ADDR_1 0b1010000
76# define DRIVER_COUNT 1
77# define RGB_MATRIX_LED_COUNT 62
78#endif
diff --git a/keyboards/flashquark/horizon_z/horizon_z.c b/keyboards/flashquark/horizon_z/horizon_z.c
new file mode 100755
index 0000000000..da62deaf29
--- /dev/null
+++ b/keyboards/flashquark/horizon_z/horizon_z.c
@@ -0,0 +1,95 @@
1/* Copyright 2023 Flashquark
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 "quantum.h"
18
19#ifdef RGB_MATRIX_ENABLE
20const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = {
21 {0, B_1, A_1, C_1},
22 {0, B_2, A_2, C_2},
23 {0, B_3, A_3, C_3},
24 {0, B_4, A_4, C_4},
25 {0, B_5, A_5, C_5},
26 {0, B_6, A_6, C_6},
27 {0, B_7, A_7, C_7},
28 {0, B_8, A_8, C_8},
29 {0, B_9, A_9, C_9},
30 {0, B_10, A_10, C_10},
31 {0, B_11, A_11, C_11},
32 {0, B_12, A_12, C_12},
33 {0, B_13, A_13, C_13},
34 {0, B_14, A_14, C_14},
35 {0, E_1, D_1, F_1},
36 {0, E_2, D_2, F_2},
37 {0, E_3, D_3, F_3},
38 {0, E_4, D_4, F_4},
39 {0, E_5, D_5, F_5},
40 {0, E_6, D_6, F_6},
41 {0, E_7, D_7, F_7},
42 {0, E_8, D_8, F_8},
43 {0, E_9, D_9, F_9},
44 {0, E_10, D_10, F_10},
45 {0, E_11, D_11, F_11},
46 {0, E_12, D_12, F_12},
47 {0, E_13, D_13, F_13},
48 {0, E_14, D_14, F_14},
49 {0, H_1, G_1, I_1},
50 {0, H_2, G_2, I_2},
51 {0, H_3, G_3, I_3},
52 {0, H_4, G_4, I_4},
53 {0, H_5, G_5, I_5},
54 {0, H_6, G_6, I_6},
55 {0, H_7, G_7, I_7},
56 {0, H_8, G_8, I_8},
57 {0, H_9, G_9, I_9},
58 {0, H_10, G_10, I_10},
59 {0, H_11, G_11, I_11},
60 {0, H_12, G_12, I_12},
61 {0, H_13, G_13, I_13},
62 {0, K_1, J_1, L_1},
63 {0, K_2, J_2, L_2},
64 {0, K_3, J_3, L_3},
65 {0, K_4, J_4, L_4},
66 {0, K_5, J_5, L_5},
67 {0, K_6, J_6, L_6},
68 {0, K_7, J_7, L_7},
69 {0, K_8, J_8, L_8},
70 {0, K_9, J_9, L_9},
71 {0, K_10, J_10, L_10},
72 {0, K_11, J_11, L_11},
73 {0, K_14, J_14, L_14},
74 {0, B_16, A_16, C_16},
75 {0, E_16, D_16, F_16},
76 {0, H_16, G_16, I_16},
77 {0, K_16, J_16, L_16},
78 {0, K_15, J_15, L_15},
79 {0, K_12, J_12, L_12},
80 {0, K_13, J_13, L_13},
81 {0, H_14, G_14, I_14},
82};
83
84
85#endif
86
87bool rgb_matrix_indicators_kb(void) {
88 if (!rgb_matrix_indicators_user()) {
89 return false;
90 }
91 if (host_keyboard_led_state().caps_lock) {
92 rgb_matrix_set_color(28, 0xFF, 0xFF, 0xFF);
93 }
94 return true;
95}
diff --git a/keyboards/flashquark/horizon_z/info.json b/keyboards/flashquark/horizon_z/info.json
new file mode 100755
index 0000000000..3e299442c5
--- /dev/null
+++ b/keyboards/flashquark/horizon_z/info.json
@@ -0,0 +1,162 @@
1{
2 "manufacturer": "FLASHQUARK",
3 "keyboard_name": "Horizon_Z",
4 "maintainer": "FLASHQUARK",
5 "bootloader": "atmel-dfu",
6 "debounce": 3,
7 "diode_direction": "COL2ROW",
8 "features": {
9 "bootmagic": true,
10 "command": false,
11 "console": false,
12 "extrakey": true,
13 "mousekey": true,
14 "nkro": true,
15 "rgb_matrix": true
16 },
17 "matrix_pins": {
18 "cols": ["B5", "B6", "C6", "C7", "F7", "F6", "B0", "B1", "B2", "B3", "B7", "D2", "D3", "D5"],
19 "rows": ["F0", "F1", "F4", "F5", "B4"]
20 },
21 "processor": "atmega32u4",
22 "rgb_matrix": {
23 "driver": "IS31FL3733",
24 "layout": [
25 { "flags": 1, "matrix": [0, 0], "x": 0, "y": 0 },
26 { "flags": 4, "matrix": [0, 1], "x": 16, "y": 0 },
27 { "flags": 4, "matrix": [0, 2], "x": 32, "y": 0 },
28 { "flags": 4, "matrix": [0, 3], "x": 48, "y": 0 },
29 { "flags": 4, "matrix": [0, 4], "x": 64, "y": 0 },
30 { "flags": 4, "matrix": [0, 5], "x": 80, "y": 0 },
31 { "flags": 4, "matrix": [0, 6], "x": 96, "y": 0 },
32 { "flags": 4, "matrix": [0, 7], "x": 112, "y": 0 },
33 { "flags": 4, "matrix": [0, 8], "x": 128, "y": 0 },
34 { "flags": 4, "matrix": [0, 9], "x": 144, "y": 0 },
35 { "flags": 4, "matrix": [0, 10], "x": 160, "y": 0 },
36 { "flags": 4, "matrix": [0, 11], "x": 176, "y": 0 },
37 { "flags": 4, "matrix": [0, 12], "x": 192, "y": 0 },
38 { "flags": 1, "matrix": [0, 13], "x": 216, "y": 0 },
39 { "flags": 4, "matrix": [1, 0], "x": 4, "y": 16 },
40 { "flags": 4, "matrix": [1, 1], "x": 24, "y": 16 },
41 { "flags": 4, "matrix": [1, 2], "x": 40, "y": 16 },
42 { "flags": 4, "matrix": [1, 3], "x": 56, "y": 16 },
43 { "flags": 4, "matrix": [1, 4], "x": 72, "y": 16 },
44 { "flags": 4, "matrix": [1, 5], "x": 88, "y": 16 },
45 { "flags": 4, "matrix": [1, 6], "x": 104, "y": 16 },
46 { "flags": 4, "matrix": [1, 7], "x": 120, "y": 16 },
47 { "flags": 4, "matrix": [1, 8], "x": 136, "y": 16 },
48 { "flags": 4, "matrix": [1, 9], "x": 152, "y": 16 },
49 { "flags": 4, "matrix": [1, 10], "x": 168, "y": 16 },
50 { "flags": 4, "matrix": [1, 11], "x": 184, "y": 16 },
51 { "flags": 4, "matrix": [1, 12], "x": 200, "y": 16 },
52 { "flags": 4, "matrix": [1, 13], "x": 220, "y": 16 },
53 { "flags": 4, "matrix": [2, 0], "x": 6, "y": 32 },
54 { "flags": 4, "matrix": [2, 1], "x": 28, "y": 32 },
55 { "flags": 4, "matrix": [2, 2], "x": 44, "y": 32 },
56 { "flags": 4, "matrix": [2, 3], "x": 60, "y": 32 },
57 { "flags": 4, "matrix": [2, 4], "x": 76, "y": 32 },
58 { "flags": 4, "matrix": [2, 5], "x": 92, "y": 32 },
59 { "flags": 4, "matrix": [2, 6], "x": 108, "y": 32 },
60 { "flags": 4, "matrix": [2, 7], "x": 124, "y": 32 },
61 { "flags": 4, "matrix": [2, 8], "x": 140, "y": 32 },
62 { "flags": 4, "matrix": [2, 9], "x": 156, "y": 32 },
63 { "flags": 4, "matrix": [2, 10], "x": 172, "y": 32 },
64 { "flags": 4, "matrix": [2, 11], "x": 188, "y": 32 },
65 { "flags": 1, "matrix": [2, 13], "x": 204, "y": 32 },
66 { "flags": 1, "matrix": [3, 0], "x": 10, "y": 48 },
67 { "flags": 4, "matrix": [3, 1], "x": 20, "y": 48 },
68 { "flags": 4, "matrix": [3, 2], "x": 52, "y": 48 },
69 { "flags": 4, "matrix": [3, 3], "x": 68, "y": 48 },
70 { "flags": 4, "matrix": [3, 4], "x": 84, "y": 48 },
71 { "flags": 4, "matrix": [3, 5], "x": 100, "y": 48 },
72 { "flags": 4, "matrix": [3, 6], "x": 116, "y": 48 },
73 { "flags": 4, "matrix": [3, 7], "x": 132, "y": 48 },
74 { "flags": 4, "matrix": [3, 8], "x": 148, "y": 48 },
75 { "flags": 4, "matrix": [3, 9], "x": 164, "y": 48 },
76 { "flags": 4, "matrix": [3, 10], "x": 180, "y": 48 },
77 { "flags": 1, "matrix": [3, 13], "x": 210, "y": 48 },
78 { "flags": 1, "matrix": [4, 0], "x": 2, "y": 64 },
79 { "flags": 1, "matrix": [4, 1], "x": 22, "y": 64 },
80 { "flags": 1, "matrix": [4, 2], "x": 42, "y": 64 },
81 { "flags": 1, "matrix": [4, 5], "x": 102, "y": 64 },
82 { "flags": 1, "matrix": [4, 9], "x": 162, "y": 64 },
83 { "flags": 1, "matrix": [4, 10], "x": 182, "y": 64 },
84 { "flags": 1, "matrix": [4, 12], "x": 202, "y": 64 },
85 { "flags": 1, "matrix": [4, 13], "x": 222, "y": 64 }
86 ]
87 },
88 "url": "https://flashquark.com/product/flashquark-horizon-z-qmk-edition-custom-kit/",
89 "usb": {
90 "device_version": "1.0.0",
91 "pid": "0x0223",
92 "vid": "0x4B42"
93 },
94 "community_layouts": ["60_ansi"],
95 "layouts": {
96 "LAYOUT_60_ansi": {
97 "layout": [
98 { "matrix": [0, 0], "x": 0, "y": 0 },
99 { "matrix": [0, 1], "x": 1, "y": 0 },
100 { "matrix": [0, 2], "x": 2, "y": 0 },
101 { "matrix": [0, 3], "x": 3, "y": 0 },
102 { "matrix": [0, 4], "x": 4, "y": 0 },
103 { "matrix": [0, 5], "x": 5, "y": 0 },
104 { "matrix": [0, 6], "x": 6, "y": 0 },
105 { "matrix": [0, 7], "x": 7, "y": 0 },
106 { "matrix": [0, 8], "x": 8, "y": 0 },
107 { "matrix": [0, 9], "x": 9, "y": 0 },
108 { "matrix": [0, 10], "x": 10, "y": 0 },
109 { "matrix": [0, 11], "x": 11, "y": 0 },
110 { "matrix": [0, 12], "x": 12, "y": 0 },
111 { "matrix": [0, 13], "w": 2, "x": 13, "y": 0 },
112 { "matrix": [1, 0], "w": 1.5, "x": 0, "y": 1 },
113 { "matrix": [1, 1], "x": 1.5, "y": 1 },
114 { "matrix": [1, 2], "x": 2.5, "y": 1 },
115 { "matrix": [1, 3], "x": 3.5, "y": 1 },
116 { "matrix": [1, 4], "x": 4.5, "y": 1 },
117 { "matrix": [1, 5], "x": 5.5, "y": 1 },
118 { "matrix": [1, 6], "x": 6.5, "y": 1 },
119 { "matrix": [1, 7], "x": 7.5, "y": 1 },
120 { "matrix": [1, 8], "x": 8.5, "y": 1 },
121 { "matrix": [1, 9], "x": 9.5, "y": 1 },
122 { "matrix": [1, 10], "x": 10.5, "y": 1 },
123 { "matrix": [1, 11], "x": 11.5, "y": 1 },
124 { "matrix": [1, 12], "x": 12.5, "y": 1 },
125 { "matrix": [1, 13], "w": 1.5, "x": 13.5, "y": 1 },
126 { "matrix": [2, 0], "w": 1.75, "x": 0, "y": 2 },
127 { "matrix": [2, 1], "x": 1.75, "y": 2 },
128 { "matrix": [2, 2], "x": 2.75, "y": 2 },
129 { "matrix": [2, 3], "x": 3.75, "y": 2 },
130 { "matrix": [2, 4], "x": 4.75, "y": 2 },
131 { "matrix": [2, 5], "x": 5.75, "y": 2 },
132 { "matrix": [2, 6], "x": 6.75, "y": 2 },
133 { "matrix": [2, 7], "x": 7.75, "y": 2 },
134 { "matrix": [2, 8], "x": 8.75, "y": 2 },
135 { "matrix": [2, 9], "x": 9.75, "y": 2 },
136 { "matrix": [2, 10], "x": 10.75, "y": 2 },
137 { "matrix": [2, 11], "x": 11.75, "y": 2 },
138 { "matrix": [2, 13], "w": 2.25, "x": 12.75, "y": 2 },
139 { "matrix": [3, 0], "w": 2.25, "x": 0, "y": 3 },
140 { "matrix": [3, 1], "x": 2.25, "y": 3 },
141 { "matrix": [3, 2], "x": 3.25, "y": 3 },
142 { "matrix": [3, 3], "x": 4.25, "y": 3 },
143 { "matrix": [3, 4], "x": 5.25, "y": 3 },
144 { "matrix": [3, 5], "x": 6.25, "y": 3 },
145 { "matrix": [3, 6], "x": 7.25, "y": 3 },
146 { "matrix": [3, 7], "x": 8.25, "y": 3 },
147 { "matrix": [3, 8], "x": 9.25, "y": 3 },
148 { "matrix": [3, 9], "x": 10.25, "y": 3 },
149 { "matrix": [3, 10], "x": 11.25, "y": 3 },
150 { "matrix": [3, 13], "w": 2.75, "x": 12.25, "y": 3 },
151 { "matrix": [4, 0], "w": 1.25, "x": 0, "y": 4 },
152 { "matrix": [4, 1], "w": 1.25, "x": 1.25, "y": 4 },
153 { "matrix": [4, 2], "w": 1.25, "x": 2.5, "y": 4 },
154 { "matrix": [4, 5], "w": 6.25, "x": 3.75, "y": 4 },
155 { "matrix": [4, 9], "w": 1.25, "x": 10, "y": 4 },
156 { "matrix": [4, 10], "w": 1.25, "x": 11.25, "y": 4 },
157 { "matrix": [4, 12], "w": 1.25, "x": 12.5, "y": 4 },
158 { "matrix": [4, 13], "w": 1.25, "x": 13.75, "y": 4 }
159 ]
160 }
161 }
162} \ No newline at end of file
diff --git a/keyboards/flashquark/horizon_z/keymaps/default/keymap.c b/keyboards/flashquark/horizon_z/keymaps/default/keymap.c
new file mode 100755
index 0000000000..1ab95c54a5
--- /dev/null
+++ b/keyboards/flashquark/horizon_z/keymaps/default/keymap.c
@@ -0,0 +1,35 @@
1/* Copyright 2023 Flashquark
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
18enum layers {
19 _LAYER0,
20 _LAYER1,
21};
22const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
23 [_LAYER0] = LAYOUT_60_ansi( /* Base */
24 QK_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,
25 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,
26 CTL_T(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,
27 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
28 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RGUI, KC_RCTL),
29 [_LAYER1] = LAYOUT_60_ansi( /* FN */
30 QK_GESC, 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 ,
31 KC_TRNS, RGB_TOG, KC_UP, RGB_MOD, KC_TRNS, KC_TRNS, KC_CALC, KC_TRNS, KC_INS, KC_TRNS, KC_PSCR, KC_SCRL, KC_PAUS, QK_BOOT ,
32 KC_TRNS, KC_LEFT, KC_DOWN, KC_RIGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_HOME, KC_PGUP, KC_TRNS,
33 KC_MPRV, KC_VOLD, KC_VOLU, KC_MUTE, KC_TRNS, KC_TRNS, MAGIC_TOGGLE_NKRO, KC_TRNS, KC_TRNS, KC_END, KC_PGDN, KC_MNXT,
34 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
35 }; \ No newline at end of file
diff --git a/keyboards/flashquark/horizon_z/keymaps/via/keymap.c b/keyboards/flashquark/horizon_z/keymaps/via/keymap.c
new file mode 100755
index 0000000000..1ab95c54a5
--- /dev/null
+++ b/keyboards/flashquark/horizon_z/keymaps/via/keymap.c
@@ -0,0 +1,35 @@
1/* Copyright 2023 Flashquark
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
18enum layers {
19 _LAYER0,
20 _LAYER1,
21};
22const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
23 [_LAYER0] = LAYOUT_60_ansi( /* Base */
24 QK_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,
25 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,
26 CTL_T(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,
27 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
28 KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RGUI, KC_RCTL),
29 [_LAYER1] = LAYOUT_60_ansi( /* FN */
30 QK_GESC, 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 ,
31 KC_TRNS, RGB_TOG, KC_UP, RGB_MOD, KC_TRNS, KC_TRNS, KC_CALC, KC_TRNS, KC_INS, KC_TRNS, KC_PSCR, KC_SCRL, KC_PAUS, QK_BOOT ,
32 KC_TRNS, KC_LEFT, KC_DOWN, KC_RIGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_HOME, KC_PGUP, KC_TRNS,
33 KC_MPRV, KC_VOLD, KC_VOLU, KC_MUTE, KC_TRNS, KC_TRNS, MAGIC_TOGGLE_NKRO, KC_TRNS, KC_TRNS, KC_END, KC_PGDN, KC_MNXT,
34 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
35 }; \ No newline at end of file
diff --git a/keyboards/flashquark/horizon_z/keymaps/via/rules.mk b/keyboards/flashquark/horizon_z/keymaps/via/rules.mk
new file mode 100755
index 0000000000..bfbf8681c9
--- /dev/null
+++ b/keyboards/flashquark/horizon_z/keymaps/via/rules.mk
@@ -0,0 +1,2 @@
1VIA_ENABLE = yes
2LTO_ENABLE = yes
diff --git a/keyboards/flashquark/horizon_z/readme.md b/keyboards/flashquark/horizon_z/readme.md
new file mode 100755
index 0000000000..0c4e8d5745
--- /dev/null
+++ b/keyboards/flashquark/horizon_z/readme.md
@@ -0,0 +1,20 @@
1# Horizon Z QMK Edition
2
3A hotswap 60% keyboard by Flashquark
4
5* Keyboard Maintainer: [Flashquark](https://flashquark.com)
6* Hardware Supported: Horizon Z QMK
7* Hardware Availability: [Horizon Z QMK Edition](https://flashquark.com/product/flashquark-horizon-z-qmk-edition-custom-kit/)
8
9
10## Build
11
12Make example for this keyboard (after setting up your build environment):
13
14 make flashquark/horizon_z:default
15
16See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
17
18## Bootloader
19
20Press reset button on the back of keyboard. \ No newline at end of file
diff --git a/keyboards/flashquark/horizon_z/rules.mk b/keyboards/flashquark/horizon_z/rules.mk
new file mode 100755
index 0000000000..e69de29bb2
--- /dev/null
+++ b/keyboards/flashquark/horizon_z/rules.mk