Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sn32: adding Keychron K3v2 Optical ISO #435

Open
wants to merge 2 commits into
base: sn32_develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions keyboards/keychron/k3/rgb/v2/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* Copyright 2020 Adam Honse <[email protected]>
* Copyright 2020 Dimitris Mantzouranis <[email protected]>
* Copyright 2022 Pablo Ramirez <[email protected]>
*
* 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

// Connects each switch in the dip switch to the GPIO pin of the MCU

#define SN32F2XX_RGB_MATRIX_ROW_PINS { C3, C1, C0, C6, C5, C4, C9, C8, C7, C12, C11, C10, B13, C14, C13, B14, B15, D3 }
17 changes: 17 additions & 0 deletions keyboards/keychron/k3/rgb/v2/optical_iso/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Copyright 2023 KeijoMika (https://github.com/KeijoMika)
*
* 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/>.
*/

#define RGB_MATRIX_LED_COUNT 85
274 changes: 274 additions & 0 deletions keyboards/keychron/k3/rgb/v2/optical_iso/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,274 @@
{
"keyboard_name": "Keychron K3 Optical ISO",
"manufacturer": "Keychron",
"url": "https://www.keychron.com/collections/keychron-k-series-keyboard/products/keychron-k3-wireless-mechanical-keyboard",
"maintainer": "macaholik",
"usb": {
"pid": "0xFE05",
"vid": "0x3434",
"device_version": "1.0.0"
},
"matrix_pins": {
"input_pressed_state": 1,
"cols": ["A8", "A9", "A10", "A11", "A12", "A13", "A14", "A15", "B0", "B1", "B2", "B3", "B4", "B5", "B6", "B7"],
"rows": ["C15", "D11", "D10", "D9", "D8", "D7"]
},
"diode_direction": "COL2ROW",
"features": {
"rgb_matrix": true,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"nkro": true,
"dip_switch": true
},
"processor": "SN32F248BF",
"bootloader": "sn32-dfu",
"debounce": 5,
"development_board": "sn32f240b_shared_matrix",
"indicators": {
"caps_lock": "D4",
"on_state": 1
},
"dip_switch": {
"pins": ["D5", "D6"]
},
"layouts": {
"LAYOUT_75_iso": {
"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], "x":13, "y":0},
{"matrix":[0, 14], "x":14, "y":0},
{"matrix":[0, 15], "x":15, "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], "x":11, "y":1},
{"matrix":[1, 12], "x":12, "y":1},
{"matrix":[1, 13], "x":13, "y":1, "w":2},
{"matrix":[1, 15], "x":15, "y":1},

{"matrix":[2, 0], "x":0, "y":2, "w":1.5},
{"matrix":[2, 1], "x":1.5, "y":2},
{"matrix":[2, 2], "x":2.5, "y":2},
{"matrix":[2, 3], "x":3.5, "y":2},
{"matrix":[2, 4], "x":4.5, "y":2},
{"matrix":[2, 5], "x":5.5, "y":2},
{"matrix":[2, 6], "x":6.5, "y":2},
{"matrix":[2, 7], "x":7.5, "y":2},
{"matrix":[2, 8], "x":8.5, "y":2},
{"matrix":[2, 9], "x":9.5, "y":2},
{"matrix":[2, 10], "x":10.5, "y":2},
{"matrix":[2, 11], "x":11.5, "y":2},
{"matrix":[2, 12], "x":12.5, "y":2},
{"matrix":[2, 15], "x":15, "y":2},

{"matrix":[3, 0], "x":0, "y":3, "w":1.75},
{"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, 10], "x":10.75, "y":3},
{"matrix":[3, 11], "x":11.75, "y":3},
{"matrix":[3, 12], "x":12.75, "y":3},
{"matrix":[3, 13], "x":12.75, "y":2, "h":2},
{"matrix":[3, 15], "x":15, "y":3},

{"matrix":[4, 0], "x":0, "y":4, "w":1.25},
{"matrix":[4, 1], "x":1.25, "y":4},
{"matrix":[4, 2], "x":2.25, "y":4},
{"matrix":[4, 3], "x":3.25, "y":4},
{"matrix":[4, 4], "x":4.25, "y":4},
{"matrix":[4, 5], "x":5.25, "y":4},
{"matrix":[4, 6], "x":6.25, "y":4},
{"matrix":[4, 7], "x":7.25, "y":4},
{"matrix":[4, 8], "x":8.25, "y":4},
{"matrix":[4, 9], "x":9.25, "y":4},
{"matrix":[4, 10], "x":10.25, "y":4},
{"matrix":[4, 11], "x":11.25, "y":4},
{"matrix":[4, 13], "x":12.25, "y":4, "w":1.75},
{"matrix":[4, 14], "x":14, "y":4},
{"matrix":[4, 15], "x":15, "y":4},

{"matrix":[5, 0], "x":0, "y":5, "w":1.25},
{"matrix":[5, 1], "x":1.25, "y":5, "w":1.25},
{"matrix":[5, 2], "x":2.5, "y":5, "w":1.25},
{"matrix":[5, 6], "x":3.75, "y":5, "w":6.25},
{"matrix":[5, 10], "x":10, "y":5},
{"matrix":[5, 11], "x":11, "y":5},
{"matrix":[5, 12], "x":12, "y":5},
{"matrix":[5, 13], "x":13, "y":5},
{"matrix":[5, 14], "x":14, "y":5},
{"matrix":[5, 15], "x":15, "y":5}
]
}
},
"rgb_matrix": {
"driver": "sn32f2xx",
"layout": [
{ "matrix": [ 0, 0 ], "flags": 4, "x": 7, "y": 0 },
{ "matrix": [ 0, 1 ], "flags": 4, "x": 21, "y": 0 },
{ "matrix": [ 0, 2 ], "flags": 4, "x": 35, "y": 0 },
{ "matrix": [ 0, 3 ], "flags": 4, "x": 49, "y": 0 },
{ "matrix": [ 0, 4 ], "flags": 4, "x": 63, "y": 0 },
{ "matrix": [ 0, 5 ], "flags": 4, "x": 77, "y": 0 },
{ "matrix": [ 0, 6 ], "flags": 4, "x": 91, "y": 0 },
{ "matrix": [ 0, 7 ], "flags": 4, "x": 105, "y": 0 },
{ "matrix": [ 0, 8 ], "flags": 4, "x": 119, "y": 0 },
{ "matrix": [ 0, 9 ], "flags": 4, "x": 133, "y": 0 },
{ "matrix": [ 0, 10 ], "flags": 4, "x": 147, "y": 0 },
{ "matrix": [ 0, 11 ], "flags": 4, "x": 161, "y": 0 },
{ "matrix": [ 0, 12 ], "flags": 4, "x": 175, "y": 0 },
{ "matrix": [ 0, 13 ], "flags": 4, "x": 189, "y": 0 },
{ "matrix": [ 0, 14 ], "flags": 4, "x": 203, "y": 0 },
{ "matrix": [ 0, 15 ], "flags": 4, "x": 217, "y": 0 },

{ "matrix": [ 1, 0 ], "flags": 4, "x": 7, "y": 0 },
{ "matrix": [ 1, 1 ], "flags": 4, "x": 21, "y": 13 },
{ "matrix": [ 1, 2 ], "flags": 4, "x": 35, "y": 13 },
{ "matrix": [ 1, 3 ], "flags": 4, "x": 49, "y": 13 },
{ "matrix": [ 1, 4 ], "flags": 4, "x": 63, "y": 13 },
{ "matrix": [ 1, 5 ], "flags": 4, "x": 77, "y": 13 },
{ "matrix": [ 1, 6 ], "flags": 4, "x": 91, "y": 13 },
{ "matrix": [ 1, 7 ], "flags": 4, "x": 105, "y": 13 },
{ "matrix": [ 1, 8 ], "flags": 4, "x": 119, "y": 13 },
{ "matrix": [ 1, 9 ], "flags": 4, "x": 133, "y": 13 },
{ "matrix": [ 1, 10 ], "flags": 4, "x": 147, "y": 13 },
{ "matrix": [ 1, 11 ], "flags": 4, "x": 161, "y": 13 },
{ "matrix": [ 1, 12 ], "flags": 4, "x": 175, "y": 13 },
{ "matrix": [ 1, 13 ], "flags": 4, "x": 196, "y": 13 },
{ "matrix": [ 1, 15 ], "flags": 4, "x": 217, "y": 13 },

{ "matrix": [ 2, 0 ], "flags": 4, "x": 11, "y": 26 },
{ "matrix": [ 2, 1 ], "flags": 4, "x": 28, "y": 26 },
{ "matrix": [ 2, 2 ], "flags": 4, "x": 42, "y": 26 },
{ "matrix": [ 2, 3 ], "flags": 4, "x": 56, "y": 26 },
{ "matrix": [ 2, 4 ], "flags": 4, "x": 70, "y": 26 },
{ "matrix": [ 2, 5 ], "flags": 4, "x": 84, "y": 26 },
{ "matrix": [ 2, 6 ], "flags": 4, "x": 98, "y": 26 },
{ "matrix": [ 2, 7 ], "flags": 4, "x": 112, "y": 26 },
{ "matrix": [ 2, 8 ], "flags": 4, "x": 126, "y": 26 },
{ "matrix": [ 2, 9 ], "flags": 4, "x": 140, "y": 26 },
{ "matrix": [ 2, 10 ], "flags": 4, "x": 154, "y": 26 },
{ "matrix": [ 2, 11 ], "flags": 4, "x": 168, "y": 26 },
{ "matrix": [ 2, 12 ], "flags": 4, "x": 182, "y": 26 },
{ "matrix": [ 2, 15 ], "flags": 4, "x": 217, "y": 26 },

{ "matrix": [ 3, 0 ], "flags": 4, "x": 12, "y": 38 },
{ "matrix": [ 3, 1 ], "flags": 4, "x": 32, "y": 38 },
{ "matrix": [ 3, 2 ], "flags": 4, "x": 46, "y": 38 },
{ "matrix": [ 3, 3 ], "flags": 4, "x": 60, "y": 38 },
{ "matrix": [ 3, 4 ], "flags": 4, "x": 74, "y": 38 },
{ "matrix": [ 3, 5 ], "flags": 4, "x": 88, "y": 38 },
{ "matrix": [ 3, 6 ], "flags": 4, "x": 102, "y": 38 },
{ "matrix": [ 3, 7 ], "flags": 4, "x": 116, "y": 38 },
{ "matrix": [ 3, 8 ], "flags": 4, "x": 130, "y": 38 },
{ "matrix": [ 3, 9 ], "flags": 4, "x": 144, "y": 38 },
{ "matrix": [ 3, 10 ], "flags": 4, "x": 158, "y": 38 },
{ "matrix": [ 3, 11 ], "flags": 4, "x": 172, "y": 38 },
{ "matrix": [ 3, 12 ], "flags": 4, "x": 182, "y": 38 },
{ "matrix": [ 3, 13 ], "flags": 4, "x": 194, "y": 38 },
{ "matrix": [ 3, 15 ], "flags": 4, "x": 217, "y": 38 },

{ "matrix": [ 4, 0 ], "flags": 4, "x": 9, "y": 51 },
{ "matrix": [ 4, 1 ], "flags": 4, "x": 26, "y": 51 },
{ "matrix": [ 4, 2 ], "flags": 4, "x": 39, "y": 51 },
{ "matrix": [ 4, 3 ], "flags": 4, "x": 53, "y": 51 },
{ "matrix": [ 4, 4 ], "flags": 4, "x": 67, "y": 51 },
{ "matrix": [ 4, 5 ], "flags": 4, "x": 81, "y": 51 },
{ "matrix": [ 4, 6 ], "flags": 4, "x": 95, "y": 51 },
{ "matrix": [ 4, 7 ], "flags": 4, "x": 109, "y": 51 },
{ "matrix": [ 4, 8 ], "flags": 4, "x": 123, "y": 51 },
{ "matrix": [ 4, 9 ], "flags": 4, "x": 137, "y": 51 },
{ "matrix": [ 4, 10 ], "flags": 4, "x": 151, "y": 51 },
{ "matrix": [ 4, 11 ], "flags": 4, "x": 165, "y": 51 },
{ "matrix": [ 4, 13 ], "flags": 4, "x": 184, "y": 51 },
{ "matrix": [ 4, 14 ], "flags": 4, "x": 203, "y": 51 },
{ "matrix": [ 4, 15 ], "flags": 4, "x": 217, "y": 51 },

{ "matrix": [ 5, 0 ], "flags": 4, "x": 9, "y": 64 },
{ "matrix": [ 5, 1 ], "flags": 4, "x": 26, "y": 64 },
{ "matrix": [ 5, 2 ], "flags": 4, "x": 44, "y": 64 },
{ "matrix": [ 5, 6 ], "flags": 4, "x": 97, "y": 64 },
{ "matrix": [ 5, 10 ], "flags": 4, "x": 147, "y": 64 },
{ "matrix": [ 5, 11 ], "flags": 4, "x": 161, "y": 64 },
{ "matrix": [ 5, 12 ], "flags": 4, "x": 175, "y": 64 },
{ "matrix": [ 5, 13 ], "flags": 4, "x": 189, "y": 64 },
{ "matrix": [ 5, 14 ], "flags": 4, "x": 203, "y": 64 },
{ "matrix": [ 5, 15 ], "flags": 4, "x": 217, "y": 64 }
],
"animations": {
"alphas_mods" : true,
"band_pinwheel_sat" : true,
"band_pinwheel_val" : true,
"band_sat" : true,
"band_spiral_sat" : true,
"band_spiral_val" : true,
"band_val" : true,
"breathing" : true,
"cycle_all" : true,
"cycle_left_right" : true,
"cycle_out_in" : true,
"cycle_out_in_dual" : true,
"cycle_pinwheel" : true,
"cycle_spiral" : true,
"cycle_up_down" : true,
"digital_rain" : true,
"dual_beacon" : true,
"gradient_left_right" : true,
"gradient_up_down" : true,
"hue_breathing" : true,
"hue_pendulum" : true,
"hue_wave" : true,
"jellybean_raindrops" : true,
"multisplash" : true,
"pixel_flow" : true,
"pixel_fractal" : true,
"pixel_rain" : true,
"rainbow_beacon" : true,
"rainbow_moving_chevron" : true,
"rainbow_pinwheels" : true,
"raindrops" : true,
"solid_multisplash" : true,
"solid_reactive" : true,
"solid_reactive_cross" : true,
"solid_reactive_multicross" : true,
"solid_reactive_multinexus" : true,
"solid_reactive_multiwide" : true,
"solid_reactive_nexus" : true,
"solid_reactive_simple" : true,
"solid_reactive_wide" : true,
"solid_splash" : true,
"splash" : true,
"typing_heatmap" : true
}
}
}
Loading
Loading