forked from vial-kb/vial-qmk
-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
e7d7f12
commit 47d2c4c
Showing
9 changed files
with
958 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,22 @@ | ||
// Copyright 2023 Markus Knutsson (@TweetyDaBird) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
|
||
/* | ||
* 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 | ||
|
||
#define WS2812_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the WS2812 implementation uses the PIO0 peripheral |
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,123 @@ | ||
{ | ||
"manufacturer": "Tweetys Wild Thinking", | ||
"keyboard_name": "Chameleon (Vial)", | ||
"maintainer": "TweetyDaBird", | ||
"bootloader": "rp2040", | ||
"bootmagic": { | ||
"matrix": [0, 0] | ||
}, | ||
"diode_direction": "COL2ROW", | ||
"encoder": { | ||
"rotary": [ | ||
{"pin_a": "GP18", "pin_b": "GP19", "resolution": 2}, | ||
{"pin_a": "GP27", "pin_b": "GP0", "resolution": 2}, | ||
{"pin_a": "GP16", "pin_b": "GP17", "resolution": 2}, | ||
{"pin_a": "GP9", "pin_b": "GP10", "resolution": 2} | ||
] | ||
}, | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": true, | ||
"encoder": true, | ||
"rgblight": true, | ||
"tri_layer": true | ||
}, | ||
"matrix_pins": { | ||
"cols": ["GP15", "GP14", "GP6", "GP5", "GP4", "GP3"], | ||
"rows": ["GP29", "GP22", "GP21", "GP24", "GP13", "GP1", "GP11", "GP2", "GP12", "GP8"] | ||
}, | ||
"processor": "RP2040", | ||
"rgblight": { | ||
"led_count": 8, | ||
"sleep": true, | ||
"layers": { | ||
"enabled": true | ||
}, | ||
"animations": { | ||
"alternating": true, | ||
"breathing": true, | ||
"rainbow_mood": true | ||
} | ||
}, | ||
"ws2812": { | ||
"driver": "vendor", | ||
"pin": "GP20" | ||
}, | ||
"url": "https://lectronz.com/stores/tweetys-wild-thinking", | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"pid": "0x23B0", | ||
"vid": "0xFEED", | ||
"force_nkro": true | ||
}, | ||
"layouts": { | ||
"LAYOUT_ortho_5x12": { | ||
"layout": [ | ||
{"matrix": [0, 0], "x": 0, "y": 0}, | ||
{"matrix": [0, 1], "x": 1, "y": 0}, | ||
{"matrix": [0, 2], "x": 2, "y": 0}, | ||
{"matrix": [0, 3], "x": 3, "y": 0}, | ||
{"matrix": [0, 4], "x": 4, "y": 0}, | ||
{"matrix": [0, 5], "x": 5, "y": 0}, | ||
{"matrix": [1, 5], "x": 6, "y": 0}, | ||
{"matrix": [1, 4], "x": 7, "y": 0}, | ||
{"matrix": [1, 3], "x": 8, "y": 0}, | ||
{"matrix": [1, 2], "x": 9, "y": 0}, | ||
{"matrix": [1, 1], "x": 10, "y": 0}, | ||
{"matrix": [1, 0], "x": 11, "y": 0}, | ||
{"matrix": [2, 0], "x": 0, "y": 1}, | ||
{"matrix": [2, 1], "x": 1, "y": 1}, | ||
{"matrix": [2, 2], "x": 2, "y": 1}, | ||
{"matrix": [2, 3], "x": 3, "y": 1}, | ||
{"matrix": [2, 4], "x": 4, "y": 1}, | ||
{"matrix": [2, 5], "x": 5, "y": 1}, | ||
{"matrix": [3, 5], "x": 6, "y": 1}, | ||
{"matrix": [3, 4], "x": 7, "y": 1}, | ||
{"matrix": [3, 3], "x": 8, "y": 1}, | ||
{"matrix": [3, 2], "x": 9, "y": 1}, | ||
{"matrix": [3, 1], "x": 10, "y": 1}, | ||
{"matrix": [3, 0], "x": 11, "y": 1}, | ||
{"matrix": [4, 0], "x": 0, "y": 2}, | ||
{"matrix": [4, 1], "x": 1, "y": 2}, | ||
{"matrix": [4, 2], "x": 2, "y": 2}, | ||
{"matrix": [4, 3], "x": 3, "y": 2}, | ||
{"matrix": [4, 4], "x": 4, "y": 2}, | ||
{"matrix": [4, 5], "x": 5, "y": 2}, | ||
{"matrix": [5, 5], "x": 6, "y": 2}, | ||
{"matrix": [5, 4], "x": 7, "y": 2}, | ||
{"matrix": [5, 3], "x": 8, "y": 2}, | ||
{"matrix": [5, 2], "x": 9, "y": 2}, | ||
{"matrix": [5, 1], "x": 10, "y": 2}, | ||
{"matrix": [5, 0], "x": 11, "y": 2}, | ||
{"matrix": [6, 0], "x": 0, "y": 3}, | ||
{"matrix": [6, 1], "x": 1, "y": 3}, | ||
{"matrix": [6, 2], "x": 2, "y": 3}, | ||
{"matrix": [6, 3], "x": 3, "y": 3}, | ||
{"matrix": [6, 4], "x": 4, "y": 3}, | ||
{"matrix": [6, 5], "x": 5, "y": 3}, | ||
{"matrix": [7, 5], "x": 6, "y": 3}, | ||
{"matrix": [7, 4], "x": 7, "y": 3}, | ||
{"matrix": [7, 3], "x": 8, "y": 3}, | ||
{"matrix": [7, 2], "x": 9, "y": 3}, | ||
{"matrix": [7, 1], "x": 10, "y": 3}, | ||
{"matrix": [7, 0], "x": 11, "y": 3}, | ||
{"matrix": [8, 0], "x": 0, "y": 4}, | ||
{"matrix": [8, 1], "x": 1, "y": 4}, | ||
{"matrix": [8, 2], "x": 2, "y": 4}, | ||
{"matrix": [8, 3], "x": 3, "y": 4}, | ||
{"matrix": [8, 4], "x": 4, "y": 4}, | ||
{"matrix": [8, 5], "x": 5, "y": 4}, | ||
{"matrix": [9, 5], "x": 6, "y": 4}, | ||
{"matrix": [9, 4], "x": 7, "y": 4}, | ||
{"matrix": [9, 3], "x": 8, "y": 4}, | ||
{"matrix": [9, 2], "x": 9, "y": 4}, | ||
{"matrix": [9, 1], "x": 10, "y": 4}, | ||
{"matrix": [9, 0], "x": 11, "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,57 @@ | ||
// Copyright 2023 QMK | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
/* | ||
* ┌──────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┐ | ||
* │ A │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ Del │ | ||
* ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ | ||
* │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ Bksp│ | ||
* ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ | ||
* │ Esc │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ | ||
* ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ | ||
* │ Shft │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │ Ent │ | ||
* ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ | ||
* │ AltGr│ CTRL│ ALT │ Win │ ⇓ │Space│Space│ ⇑ │ ← │ ↓ │ ↑ │ → │ | ||
* └──────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘ | ||
*/ | ||
[0] = LAYOUT_ortho_5x12( | ||
KC_A, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL, | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT, | ||
KC_RALT, KC_LCTL, KC_LALT, KC_LGUI, TG(1), KC_SPC, KC_SPC, TG(2), KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT | ||
), | ||
[1] = LAYOUT_ortho_5x12( | ||
_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
), | ||
[2] = LAYOUT_ortho_5x12( | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
), | ||
[3] = LAYOUT_ortho_5x12( | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, RGB_TOG, RGB_MOD, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
) | ||
}; | ||
|
||
#if defined(ENCODER_MAP_ENABLE) | ||
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { | ||
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[1] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[2] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[3] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) } | ||
}; | ||
#endif |
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,14 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#pragma once | ||
|
||
#define VIAL_KEYBOARD_UID {0x40, 0x13, 0xA0, 0xCD, 0x14, 0x2B, 0xB5, 0xB0} | ||
|
||
#define VIAL_UNLOCK_COMBO_ROWS { 2, 3 } | ||
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 } | ||
|
||
#define DYNAMIC_KEYMAP_LAYER_COUNT 5 | ||
#define DYNAMIC_KEYMAP_COMBO_COUNT 2 | ||
#define DYNAMIC_KEYMAP_MACRO_COUNT 2 | ||
#define VIAL_TAP_DANCE_ENTRIES 4 | ||
#define VIAL_COMBO_ENTRIES 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,57 @@ | ||
// Copyright 2023 QMK | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
/* | ||
* ┌──────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┐ | ||
* │ A │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ Del │ | ||
* ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ | ||
* │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ Bksp│ | ||
* ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ | ||
* │ Esc │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ | ||
* ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ | ||
* │ Shft │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │ Ent │ | ||
* ├──────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤ | ||
* │ AltGr│ CTRL│ ALT │ Win │ ⇓ │Space│Space│ ⇑ │ ← │ ↓ │ ↑ │ → │ | ||
* └──────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘ | ||
*/ | ||
[0] = LAYOUT_ortho_5x12( | ||
KC_A, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL, | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT, | ||
KC_RALT, KC_LCTL, KC_LALT, KC_LGUI, TG(1), KC_SPC, KC_SPC, TG(2), KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT | ||
), | ||
[1] = LAYOUT_ortho_5x12( | ||
_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
), | ||
[2] = LAYOUT_ortho_5x12( | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
), | ||
[3] = LAYOUT_ortho_5x12( | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, RGB_TOG, RGB_MOD, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
) | ||
}; | ||
|
||
#if defined(ENCODER_MAP_ENABLE) | ||
const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { | ||
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[1] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[2] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[3] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) } | ||
}; | ||
#endif |
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 @@ | ||
VIA_ENABLE = yes | ||
VIAL_ENABLE = yes | ||
|
||
QMK_SETTINGS = yes | ||
TAP_DANCE_ENABLE = yes | ||
COMBO_ENABLE = yes | ||
KEY_OVERRIDE_ENABLE = yes | ||
DYNAMIC_MACRO_ENABLE = yes |
Oops, something went wrong.