forked from vial-kb/vial-qmk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zhol Internet
committed
Nov 20, 2023
1 parent
9caabdd
commit 9cf49a9
Showing
9 changed files
with
356 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Copyright 2023 Zhol Internet (@zhol0777) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
|
||
// #include "config_common.h" | ||
|
||
|
||
/* | ||
* Feature disable options | ||
* These options are also useful to firmware size reduction. | ||
*/ | ||
|
||
/* disable debug print */ | ||
//#define NO_DEBUG | ||
|
||
/* disable print */ | ||
//#define NO_PRINT | ||
|
||
/* disable action features */ | ||
//#define NO_ACTION_LAYER | ||
//#define NO_ACTION_TAPPING | ||
//#define NO_ACTION_ONESHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"manufacturer": "islandworks", | ||
"keyboard_name": "arena", | ||
"maintainer": "zhol0777", | ||
"processor": "RP2040", | ||
"bootloader": "rp2040", | ||
"usb": { | ||
"vid": "0x8008", | ||
"pid": "0xA7A1", | ||
"device_version": "0.0.1" | ||
}, | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": true | ||
}, | ||
"diode_direction": "COL2ROW", | ||
"matrix_pins": { | ||
"rows": ["GP29", "GP4", "GP3", "GP2", "GP1"], | ||
"cols": ["GP28", "GP27", "GP26", "GP25", "GP24", "GP23", "GP20", "GP19", "GP18", "GP17", "GP16", "GP11"] | ||
}, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{ "matrix": [0, 1], "x": 0.5, "y": 0 }, | ||
{ "matrix": [0, 2], "x": 1.5, "y": 0 }, | ||
{ "matrix": [0, 3], "x": 2.5, "y": 0 }, | ||
{ "matrix": [0, 4], "x": 3.5, "y": 0 }, | ||
{ "matrix": [0, 5], "x": 4.5, "y": 0 }, | ||
{ "matrix": [0, 6], "x": 5.5, "y": 0 }, | ||
{ "matrix": [1, 0], "x": 0, "y": 1 }, | ||
{ "matrix": [1, 1], "x": 1, "y": 1 }, | ||
{ "matrix": [1, 2], "x": 2, "y": 1 }, | ||
{ "matrix": [1, 3], "x": 3, "y": 1 }, | ||
{ "matrix": [1, 4], "x": 4, "y": 1 }, | ||
{ "matrix": [1, 5], "x": 5, "y": 1 }, | ||
{ "matrix": [1, 6], "x": 6, "y": 1 }, | ||
{ "matrix": [1, 7], "x": 7, "y": 1 }, | ||
{ "matrix": [1, 8], "x": 8, "y": 1 }, | ||
{ "matrix": [1, 9], "x": 9, "y": 1 }, | ||
{ "matrix": [1, 10], "x": 10, "y": 1 }, | ||
{ "matrix": [1, 11], "w": 1.5, "x": 11, "y": 1 }, | ||
{ "matrix": [2, 0], "w": 1.25, "x": 0, "y": 2 }, | ||
{ "matrix": [2, 1], "x": 1.25, "y": 2 }, | ||
{ "matrix": [2, 2], "x": 2.25, "y": 2 }, | ||
{ "matrix": [2, 3], "x": 3.25, "y": 2 }, | ||
{ "matrix": [2, 4], "x": 4.25, "y": 2 }, | ||
{ "matrix": [2, 5], "x": 5.25, "y": 2 }, | ||
{ "matrix": [2, 6], "x": 6.25, "y": 2 }, | ||
{ "matrix": [2, 7], "x": 7.25, "y": 2 }, | ||
{ "matrix": [2, 8], "x": 8.25, "y": 2 }, | ||
{ "matrix": [2, 9], "x": 9.25, "y": 2 }, | ||
{ "matrix": [2, 10], "x": 10.25, "y": 2 }, | ||
{ "matrix": [2, 11], "w": 1.25, "x": 11.25, "y": 2 }, | ||
{ "matrix": [3, 0], "w": 1.75, "x": 0, "y": 3 }, | ||
{ "matrix": [3, 1], "x": 1.75, "y": 3 }, | ||
{ "matrix": [3, 2], "x": 2.75, "y": 3 }, | ||
{ "matrix": [3, 3], "x": 3.75, "y": 3 }, | ||
{ "matrix": [3, 4], "x": 4.75, "y": 3 }, | ||
{ "matrix": [3, 5], "x": 5.75, "y": 3 }, | ||
{ "matrix": [3, 6], "x": 6.75, "y": 3 }, | ||
{ "matrix": [3, 7], "x": 7.75, "y": 3 }, | ||
{ "matrix": [3, 8], "x": 8.75, "y": 3 }, | ||
{ "matrix": [3, 9], "x": 9.75, "y": 3 }, | ||
{ "matrix": [3, 11], "w": 1.75, "x": 10.75, "y": 3 }, | ||
{ "matrix": [4, 0], "x": 0, "y": 4 }, | ||
{ "matrix": [4, 1], "w": 1.25, "x": 1, "y": 4 }, | ||
{ "matrix": [4, 2], "x": 2.25, "y": 4 }, | ||
{ "matrix": [4, 3], "w": 3, "x": 3.25, "y": 4 }, | ||
{ "matrix": [4, 5], "w": 6, "x": 3.25, "y": 4 }, | ||
{ "matrix": [4, 6], "w": 3, "x": 6.25, "y": 4 }, | ||
{ "matrix": [4, 8], "x": 9.25, "y": 4 }, | ||
{ "matrix": [4, 9], "w": 1.25, "x": 10.25, "y": 4 }, | ||
{ "matrix": [4, 10], "x": 11.5, "y": 4 } | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
||
[0] = LAYOUT( | ||
KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, | ||
QK_GESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT, | ||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_RSFT, | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL | ||
), | ||
|
||
[1] = LAYOUT( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
), | ||
|
||
[2] = LAYOUT( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
), | ||
|
||
[3] = LAYOUT( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
), | ||
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#pragma once | ||
|
||
#define VIAL_KEYBOARD_UID {0x88, 0x5A, 0x95, 0xCC, 0x0F, 0x24, 0x03, 0x49} | ||
|
||
/* CONSIDER ADDING AN UNLOCK COMBO. SEE DOCUMENTATION. */ | ||
#define VIAL_INSECURE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
||
[0] = LAYOUT( | ||
KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, | ||
QK_GESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT, | ||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_RSFT, | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL | ||
), | ||
|
||
[1] = LAYOUT( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
), | ||
|
||
[2] = LAYOUT( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
), | ||
|
||
[3] = LAYOUT( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
), | ||
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
VIA_ENABLE = yes | ||
VIAL_ENABLE = yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
{ | ||
"name": "arena", | ||
"vendorId": "0x8008", | ||
"productId": "0xA7A1", | ||
"lighting": "none", | ||
"matrix": { | ||
"rows": 5, | ||
"cols": 12 | ||
}, | ||
"layouts": { | ||
"labels": [ | ||
"WKL", | ||
"Split Bar" | ||
], | ||
"keymap": [ | ||
[ | ||
{ | ||
"x": 0.5 | ||
}, | ||
"0,1", | ||
"0,2", | ||
"0,3", | ||
"0,4", | ||
"0,5", | ||
"0,6" | ||
], | ||
[ | ||
"1,0", | ||
"1,1", | ||
"1,2", | ||
"1,3", | ||
"1,4", | ||
"1,5", | ||
"1,6", | ||
"1,7", | ||
"1,8", | ||
"1,9", | ||
"1,10", | ||
{ | ||
"w": 1.5 | ||
}, | ||
"1,11" | ||
], | ||
[ | ||
{ | ||
"w": 1.25 | ||
}, | ||
"2,0", | ||
"2,1", | ||
"2,2", | ||
"2,3", | ||
"2,4", | ||
"2,5", | ||
"2,6", | ||
"2,7", | ||
"2,8", | ||
"2,9", | ||
"2,10", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"2,11" | ||
], | ||
[ | ||
{ | ||
"w": 1.75 | ||
}, | ||
"3,0", | ||
"3,1", | ||
"3,2", | ||
"3,3", | ||
"3,4", | ||
"3,5", | ||
"3,6", | ||
"3,7", | ||
"3,8", | ||
"3,9", | ||
{ | ||
"w": 1.75 | ||
}, | ||
"3,11" | ||
], | ||
[ | ||
"4,0\n\n\n0,0", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,1\n\n\n0,0", | ||
"4,2\n\n\n0,0", | ||
{ | ||
"w": 3 | ||
}, | ||
"4,3\n\n\n1,0", | ||
{ | ||
"w": 3 | ||
}, | ||
"4,6\n\n\n1,0", | ||
"4,8\n\n\n0,0", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,9\n\n\n0,0", | ||
"4,10\n\n\n0,0" | ||
], | ||
[ | ||
{ | ||
"y": 0.25, | ||
"w": 1.25 | ||
}, | ||
"4,0\n\n\n0,1", | ||
{ | ||
"x": 0.75, | ||
"w": 1.25 | ||
}, | ||
"4,2\n\n\n0,1", | ||
{ | ||
"x": 6, | ||
"w": 1.25 | ||
}, | ||
"4,8\n\n\n0,1", | ||
{ | ||
"x": 0.75, | ||
"w": 1.25 | ||
}, | ||
"4,10\n\n\n0,1" | ||
], | ||
[ | ||
{ | ||
"y": 0.25, | ||
"x": 3.25, | ||
"w": 6 | ||
}, | ||
"4,5\n\n\n1,1" | ||
] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# arena | ||
|
||
![arena](imgur.com image replace me!) | ||
|
||
*v4n, but 12.5u* | ||
|
||
* Keyboard Maintainer: Islandworks Keyboards (dwminik) | ||
* Hardware Supported: RP2040 | ||
* Hardware Availability: Private Buy | ||
|
||
Make example for this keyboard (after setting up your build environment): | ||
|
||
make zhol:arena:default | ||
|
||
Flashing example for this keyboard: | ||
|
||
make zhol:arena:default:flash | ||
|
||
See 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). | ||
|
||
## Bootloader | ||
|
||
Enter the bootloader in 2 ways: | ||
|
||
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead | ||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# This file intentionally left blank |