forked from qmk/qmk_firmware
-
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.
Adding support for TAN67 PCB (qmk#21003)
Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Duncan Sutherland <[email protected]>
- Loading branch information
Showing
8 changed files
with
508 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,24 @@ | ||
/* Copyright 2023 Pangorin <https://github.com/pangorin> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#pragma once | ||
#ifdef RGB_MATRIX_ENABLE | ||
/* RGB Matrix config */ | ||
#define RGB_MATRIX_LED_COUNT 84 | ||
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS | ||
#define RGB_MATRIX_KEYPRESSES | ||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS | ||
#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,246 @@ | ||
{ | ||
"keyboard_name": "Tan67", | ||
"manufacturer": "Unknown", | ||
"maintainer": "Pangorin", | ||
"usb": { | ||
"vid": "0x4D4B", | ||
"pid": "0x6067", | ||
"device_version": "0.0.1" | ||
}, | ||
"diode_direction": "COL2ROW", | ||
"matrix_pins": { | ||
"cols": ["A5", "B10", "A3", "A2", "B0", "A9", "B1", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"], | ||
"rows": ["B12", "B11", "B14", "A8", "A1"] | ||
}, | ||
"processor": "STM32F072", | ||
"bootloader": "stm32-dfu", | ||
"features": { | ||
"bootmagic": true, | ||
"mousekey": false, | ||
"extrakey": true, | ||
"console": false, | ||
"command": false, | ||
"nkro": true, | ||
"rgb_matrix": true | ||
}, | ||
"ws2812": { | ||
"pin": "B15" | ||
}, | ||
"rgb_matrix": { | ||
"driver": "WS2812", | ||
"max_brightness": 200, | ||
"animations": { | ||
"alphas_mods": true, | ||
"gradient_up_down": true, | ||
"gradient_left_right": true, | ||
"breathing": true, | ||
"band_sat": true, | ||
"band_val": true, | ||
"band_pinwheel_sat": true, | ||
"band_pinwheel_val": true, | ||
"band_spiral_sat": true, | ||
"band_spiral_val": true, | ||
"cycle_all": true, | ||
"cycle_left_right": true, | ||
"cycle_up_down": true, | ||
"rainbow_moving_chevron": true, | ||
"cycle_out_in": true, | ||
"cycle_out_in_dual": true, | ||
"cycle_pinwheel": true, | ||
"cycle_spiral": true, | ||
"dual_beacon": true, | ||
"rainbow_beacon": true, | ||
"rainbow_pinwheels": true, | ||
"raindrops": true, | ||
"jellybean_raindrops": true, | ||
"hue_breathing": true, | ||
"hue_pendulum": true, | ||
"hue_wave": true, | ||
"pixel_rain": true, | ||
"pixel_flow": true, | ||
"pixel_fractal": true, | ||
"typing_heatmap": true, | ||
"digital_rain": true, | ||
"solid_reactive_simple": true, | ||
"solid_reactive": true, | ||
"solid_reactive_wide": true, | ||
"solid_reactive_multiwide": true, | ||
"solid_reactive_cross": true, | ||
"solid_reactive_multicross": true, | ||
"solid_reactive_nexus": true, | ||
"solid_reactive_multinexus": true, | ||
"splash": true, | ||
"multisplash": true, | ||
"solid_splash": true, | ||
"solid_multisplash": true | ||
}, | ||
"layout": [ | ||
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}, | ||
{"matrix": [0, 1], "x": 15, "y": 0, "flags": 4}, | ||
{"matrix": [0, 2], "x": 30, "y": 0, "flags": 4}, | ||
{"matrix": [0, 3], "x": 45, "y": 0, "flags": 4}, | ||
{"matrix": [0, 4], "x": 60, "y": 0, "flags": 4}, | ||
{"matrix": [0, 5], "x": 75, "y": 0, "flags": 4}, | ||
{"matrix": [0, 6], "x": 90, "y": 0, "flags": 4}, | ||
{"matrix": [0, 7], "x": 105, "y": 0, "flags": 4}, | ||
{"matrix": [0, 8], "x": 119, "y": 0, "flags": 4}, | ||
{"matrix": [0, 9], "x": 134, "y": 0, "flags": 4}, | ||
{"matrix": [0, 10], "x": 149, "y": 0, "flags": 4}, | ||
{"matrix": [0, 11], "x": 164, "y": 0, "flags": 4}, | ||
{"matrix": [0, 12], "x": 179, "y": 0, "flags": 4}, | ||
{"matrix": [0, 13], "x": 202, "y": 0, "flags": 1}, | ||
{"matrix": [0, 14], "x": 224, "y": 0, "flags": 4}, | ||
|
||
{"matrix": [1, 0], "x": 4, "y": 16, "flags": 1}, | ||
{"matrix": [1, 1], "x": 22, "y": 16, "flags": 4}, | ||
{"matrix": [1, 2], "x": 37, "y": 16, "flags": 4}, | ||
{"matrix": [1, 3], "x": 52, "y": 16, "flags": 4}, | ||
{"matrix": [1, 4], "x": 67, "y": 16, "flags": 4}, | ||
{"matrix": [1, 5], "x": 82, "y": 16, "flags": 4}, | ||
{"matrix": [1, 6], "x": 97, "y": 16, "flags": 4}, | ||
{"matrix": [1, 7], "x": 112, "y": 16, "flags": 4}, | ||
{"matrix": [1, 8], "x": 127, "y": 16, "flags": 4}, | ||
{"matrix": [1, 9], "x": 142, "y": 16, "flags": 4}, | ||
{"matrix": [1, 10], "x": 157, "y": 16, "flags": 4}, | ||
{"matrix": [1, 11], "x": 172, "y": 16, "flags": 4}, | ||
{"matrix": [1, 12], "x": 187, "y": 16, "flags": 4}, | ||
{"matrix": [1, 13], "x": 205, "y": 16, "flags": 4}, | ||
{"matrix": [1, 14], "x": 224, "y": 16, "flags": 4}, | ||
|
||
{"matrix": [2, 0], "x": 6, "y": 32, "flags": 8}, | ||
{"matrix": [2, 1], "x": 26, "y": 32, "flags": 4}, | ||
{"matrix": [2, 2], "x": 41, "y": 32, "flags": 4}, | ||
{"matrix": [2, 3], "x": 56, "y": 32, "flags": 4}, | ||
{"matrix": [2, 4], "x": 71, "y": 32, "flags": 4}, | ||
{"matrix": [2, 5], "x": 86, "y": 32, "flags": 4}, | ||
{"matrix": [2, 6], "x": 101, "y": 32, "flags": 4}, | ||
{"matrix": [2, 7], "x": 116, "y": 32, "flags": 4}, | ||
{"matrix": [2, 8], "x": 131, "y": 32, "flags": 4}, | ||
{"matrix": [2, 9], "x": 146, "y": 32, "flags": 4}, | ||
{"matrix": [2, 10], "x": 161, "y": 32, "flags": 4}, | ||
{"matrix": [2, 11], "x": 175, "y": 32, "flags": 4}, | ||
{"matrix": [2, 12], "x": 200, "y": 32, "flags": 1}, | ||
{"matrix": [2, 14], "x": 224, "y": 32, "flags": 4}, | ||
|
||
{"matrix": [3, 0], "x": 9, "y": 48, "flags": 1}, | ||
{"matrix": [3, 1], "x": 34, "y": 48, "flags": 4}, | ||
{"matrix": [3, 2], "x": 49, "y": 48, "flags": 4}, | ||
{"matrix": [3, 3], "x": 63, "y": 48, "flags": 4}, | ||
{"matrix": [3, 4], "x": 78, "y": 48, "flags": 4}, | ||
{"matrix": [3, 5], "x": 93, "y": 48, "flags": 4}, | ||
{"matrix": [3, 6], "x": 108, "y": 48, "flags": 4}, | ||
{"matrix": [3, 7], "x": 123, "y": 48, "flags": 4}, | ||
{"matrix": [3, 8], "x": 138, "y": 48, "flags": 4}, | ||
{"matrix": [3, 9], "x": 153, "y": 48, "flags": 4}, | ||
{"matrix": [3, 10], "x": 168, "y": 48, "flags": 4}, | ||
{"matrix": [3, 11], "x": 189, "y": 48, "flags": 1}, | ||
{"matrix": [3, 12], "x": 209, "y": 48, "flags": 4}, | ||
{"matrix": [3, 14], "x": 224, "y": 48, "flags": 4}, | ||
|
||
{"matrix": [4, 0], "x": 2, "y": 64, "flags": 1}, | ||
{"matrix": [4, 1], "x": 21, "y": 64, "flags": 1}, | ||
{"matrix": [4, 2], "x": 39, "y": 64, "flags": 1}, | ||
{"matrix": [4, 5], "x": 95, "y": 64, "flags": 4}, | ||
{"matrix": [4, 9], "x": 151, "y": 64, "flags": 1}, | ||
{"matrix": [4, 10], "x": 170, "y": 64, "flags": 1}, | ||
{"matrix": [4, 11], "x": 194, "y": 64, "flags": 4}, | ||
{"matrix": [4, 12], "x": 209, "y": 64, "flags": 4}, | ||
{"matrix": [4, 13], "x": 224, "y": 64, "flags": 4}, | ||
|
||
{"x": 220, "y": 56, "flags": 2}, | ||
{"x": 202, "y": 56, "flags": 2}, | ||
{"x": 179, "y": 56, "flags": 2}, | ||
{"x": 161, "y": 56, "flags": 2}, | ||
{"x": 131, "y": 56, "flags": 2}, | ||
{"x": 105, "y": 56, "flags": 2}, | ||
{"x": 82, "y": 56, "flags": 2}, | ||
{"x": 52, "y": 56, "flags": 2}, | ||
{"x": 30, "y": 56, "flags": 2}, | ||
{"x": 4, "y": 56, "flags": 2}, | ||
{"x": 19, "y": 8, "flags": 2}, | ||
{"x": 52, "y": 8, "flags": 2}, | ||
{"x": 90, "y": 8, "flags": 2}, | ||
{"x": 127, "y": 8, "flags": 2}, | ||
{"x": 164, "y": 8, "flags": 2}, | ||
{"x": 205, "y": 8, "flags": 2} | ||
] | ||
}, | ||
"community_layouts": ["65_ansi_blocker"], | ||
"layouts": { | ||
"LAYOUT_65_ansi_blocker": { | ||
"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": [0, 6], "x": 6, "y": 0}, | ||
{"matrix": [0, 7], "x": 7, "y": 0}, | ||
{"matrix": [0, 8], "x": 8, "y": 0}, | ||
{"matrix": [0, 9], "x": 9, "y": 0}, | ||
{"matrix": [0, 10], "x": 10, "y": 0}, | ||
{"matrix": [0, 11], "x": 11, "y": 0}, | ||
{"matrix": [0, 12], "x": 12, "y": 0}, | ||
{"matrix": [0, 13], "w": 2, "x": 13, "y": 0}, | ||
{"matrix": [0, 14], "x": 15, "y": 0}, | ||
|
||
{"matrix": [1, 0], "w": 1.5, "x": 0, "y": 1}, | ||
{"matrix": [1, 1], "x": 1.5, "y": 1}, | ||
{"matrix": [1, 2], "x": 2.5, "y": 1}, | ||
{"matrix": [1, 3], "x": 3.5, "y": 1}, | ||
{"matrix": [1, 4], "x": 4.5, "y": 1}, | ||
{"matrix": [1, 5], "x": 5.5, "y": 1}, | ||
{"matrix": [1, 6], "x": 6.5, "y": 1}, | ||
{"matrix": [1, 7], "x": 7.5, "y": 1}, | ||
{"matrix": [1, 8], "x": 8.5, "y": 1}, | ||
{"matrix": [1, 9], "x": 9.5, "y": 1}, | ||
{"matrix": [1, 10], "x": 10.5, "y": 1}, | ||
{"matrix": [1, 11], "x": 11.5, "y": 1}, | ||
{"matrix": [1, 12], "x": 12.5, "y": 1}, | ||
{"matrix": [1, 13], "w": 1.5, "x": 13.5, "y": 1}, | ||
{"matrix": [1, 14], "x": 15, "y": 1}, | ||
|
||
{"matrix": [2, 0], "w": 1.75, "x": 0, "y": 2}, | ||
{"matrix": [2, 1], "x": 1.75, "y": 2}, | ||
{"matrix": [2, 2], "x": 2.75, "y": 2}, | ||
{"matrix": [2, 3], "x": 3.75, "y": 2}, | ||
{"matrix": [2, 4], "x": 4.75, "y": 2}, | ||
{"matrix": [2, 5], "x": 5.75, "y": 2}, | ||
{"matrix": [2, 6], "x": 6.75, "y": 2}, | ||
{"matrix": [2, 7], "x": 7.75, "y": 2}, | ||
{"matrix": [2, 8], "x": 8.75, "y": 2}, | ||
{"matrix": [2, 9], "x": 9.75, "y": 2}, | ||
{"matrix": [2, 10], "x": 10.75, "y": 2}, | ||
{"matrix": [2, 11], "x": 11.75, "y": 2}, | ||
{"matrix": [2, 12], "w": 2.25, "x": 12.75, "y": 2}, | ||
{"matrix": [2, 14], "x": 15, "y": 2}, | ||
|
||
{"matrix": [3, 0], "w": 2.25, "x": 0, "y": 3}, | ||
{"matrix": [3, 1], "x": 2.25, "y": 3}, | ||
{"matrix": [3, 2], "x": 3.25, "y": 3}, | ||
{"matrix": [3, 3], "x": 4.25, "y": 3}, | ||
{"matrix": [3, 4], "x": 5.25, "y": 3}, | ||
{"matrix": [3, 5], "x": 6.25, "y": 3}, | ||
{"matrix": [3, 6], "x": 7.25, "y": 3}, | ||
{"matrix": [3, 7], "x": 8.25, "y": 3}, | ||
{"matrix": [3, 8], "x": 9.25, "y": 3}, | ||
{"matrix": [3, 9], "x": 10.25, "y": 3}, | ||
{"matrix": [3, 10], "x": 11.25, "y": 3}, | ||
{"matrix": [3, 11], "w": 1.75, "x": 12.25, "y": 3}, | ||
{"matrix": [3, 12], "x": 14, "y": 3}, | ||
{"matrix": [3, 14], "x": 15, "y": 3}, | ||
|
||
{"matrix": [4, 0], "w": 1.25, "x": 0, "y": 4}, | ||
{"matrix": [4, 1], "w": 1.25, "x": 1.25, "y": 4}, | ||
{"matrix": [4, 2], "w": 1.25, "x": 2.5, "y": 4}, | ||
{"matrix": [4, 5], "w": 6.25, "x": 3.75, "y": 4}, | ||
{"matrix": [4, 9], "w": 1.25, "x": 10, "y": 4}, | ||
{"matrix": [4, 10], "w": 1.25, "x": 11.25, "y": 4}, | ||
{"matrix": [4, 11], "x": 13, "y": 4}, | ||
{"matrix": [4, 12], "x": 14, "y": 4}, | ||
{"matrix": [4, 13], "x": 15, "y": 4} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.