mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
Update Keychron Q3
This commit is contained in:
parent
71653e9a7d
commit
41178d5ede
|
@ -19,7 +19,7 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
@ -147,7 +147,7 @@ led_config_t g_led_config = {
|
|||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1,
|
||||
8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1,
|
||||
1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 4, 1, 1, 4, 1, 1, 1, 1,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -16,12 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ B5, B4, B3, A15, A14, A13 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ C14, C15, A0, A1, A2, A3, A4, A5, A6, A7, B0, B1, A8, A9, A10, H3 }
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 48
|
||||
#define DRIVER_2_LED_TOTAL 39
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x0120",
|
||||
"device_version": "1.0.7"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "A10", "H3"],
|
||||
"rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
"layouts": {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
@ -148,7 +148,7 @@ led_config_t g_led_config = {
|
|||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1,
|
||||
8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1,
|
||||
1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 4, 1, 1, 4, 1, 1, 1, 1,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -16,12 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ B5, B4, B3, A15, A14, A13 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ C14, C15, A0, A1, A2, A3, A4, A5, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN }
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 48
|
||||
#define DRIVER_2_LED_TOTAL 39
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x0121",
|
||||
"device_version": "1.0.7"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", null, null, null, null, null, null, null, null],
|
||||
"rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "A10", "pin_b": "A8"}
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 0b1110111
|
||||
|
|
|
@ -17,6 +17,5 @@
|
|||
#pragma once
|
||||
|
||||
#define HAL_USE_I2C TRUE
|
||||
#define PAL_USE_CALLBACKS FALSE
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
|
|
@ -16,12 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ B5, B4, B3, A15, A14, A13 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ C14, C15, A0, A1, A2, A3, A4, A5, A6, A7, B0, B1, A8, A9, A10, H3 }
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 48
|
||||
#define DRIVER_2_LED_TOTAL 40
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x0122",
|
||||
"device_version": "1.0.5"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "A10", "H3"],
|
||||
"rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
"layouts": {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
@ -148,7 +148,7 @@ led_config_t g_led_config = {
|
|||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1,
|
||||
8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1,
|
||||
1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 4, 1, 1, 4, 1, 1, 1, 1,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -16,12 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ B5, B4, B3, A15, A14, A13 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ C14, C15, A0, A1, A2, A3, A4, A5, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN }
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 48
|
||||
#define DRIVER_2_LED_TOTAL 40
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x0123",
|
||||
"device_version": "1.0.5"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", null, null, null, null, null, null, null, null],
|
||||
"rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "A10", "pin_b": "A8"}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
@ -148,7 +148,7 @@ led_config_t g_led_config = {
|
|||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1,
|
||||
8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1,
|
||||
1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 4, 1, 1, 4, 1, 1, 1, 1,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -16,12 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ B5, B4, B3, A15, A14, A13 }
|
||||
#define MATRIX_COL_PINS \
|
||||
{ C14, C15, A0, A1, A2, A3, A4, A5, A6, A7, B0, B1, A8, A9, A10, H3 }
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 48
|
||||
#define DRIVER_2_LED_TOTAL 43
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x0124",
|
||||
"device_version": "1.0.3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "A10", "H3"],
|
||||
"rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
"layouts": {
|
||||
|
|
|
@ -19,21 +19,21 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
* | | | B location
|
||||
* | | | | */
|
||||
{0, I_1, G_1, H_1}, // ESC
|
||||
{0, I_2, G_2, H_2}, // F1
|
||||
{0, I_3, G_3, H_3}, // F2
|
||||
{0, I_4, G_4, H_4}, // F3
|
||||
{0, I_5, G_5, H_5}, // F4
|
||||
{0, I_6, G_6, H_6}, // F5
|
||||
{0, I_7, G_7, H_7}, // F6
|
||||
{0, I_8, G_8, H_8}, // F7
|
||||
{0, I_9, G_9, H_9}, // F8
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
* | | | B location
|
||||
* | | | | */
|
||||
{0, I_1, G_1, H_1}, // ESC
|
||||
{0, I_2, G_2, H_2}, // F1
|
||||
{0, I_3, G_3, H_3}, // F2
|
||||
{0, I_4, G_4, H_4}, // F3
|
||||
{0, I_5, G_5, H_5}, // F4
|
||||
{0, I_6, G_6, H_6}, // F5
|
||||
{0, I_7, G_7, H_7}, // F6
|
||||
{0, I_8, G_8, H_8}, // F7
|
||||
{0, I_9, G_9, H_9}, // F8
|
||||
{0, I_10, G_10, H_10}, // F9
|
||||
{0, I_11, G_11, H_11}, // F10
|
||||
{0, I_12, G_12, H_12}, // F11
|
||||
|
@ -42,15 +42,15 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
|||
{0, I_16, G_16, H_16}, // Cortana
|
||||
{1, I_15, G_15, H_15}, // Light
|
||||
|
||||
{0, C_1, A_1, B_1}, // `~
|
||||
{0, C_2, A_2, B_2}, // 1!
|
||||
{0, C_3, A_3, B_3}, // 2@
|
||||
{0, C_4, A_4, B_4}, // 3#
|
||||
{0, C_5, A_5, B_5}, // 4$
|
||||
{0, C_6, A_6, B_6}, // 5%
|
||||
{0, C_7, A_7, B_7}, // 6^
|
||||
{0, C_8, A_8, B_8}, // 7&
|
||||
{0, C_9, A_9, B_9}, // 8*
|
||||
{0, C_1, A_1, B_1}, // `~
|
||||
{0, C_2, A_2, B_2}, // 1!
|
||||
{0, C_3, A_3, B_3}, // 2@
|
||||
{0, C_4, A_4, B_4}, // 3#
|
||||
{0, C_5, A_5, B_5}, // 4$
|
||||
{0, C_6, A_6, B_6}, // 5%
|
||||
{0, C_7, A_7, B_7}, // 6^
|
||||
{0, C_8, A_8, B_8}, // 7&
|
||||
{0, C_9, A_9, B_9}, // 8*
|
||||
{0, C_10, A_10, B_10}, // 9()
|
||||
{0, C_11, A_11, B_11}, // 0)
|
||||
{0, C_12, A_12, B_12}, // -_
|
||||
|
@ -61,15 +61,15 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
|||
{0, C_16, A_16, B_16}, // Home
|
||||
{1, I_16, G_16, H_16}, // Page Up
|
||||
|
||||
{0, F_1, D_1, E_1}, // tab
|
||||
{0, F_2, D_2, E_2}, // Q
|
||||
{0, F_3, D_3, E_3}, // W
|
||||
{0, F_4, D_4, E_4}, // E
|
||||
{0, F_5, D_5, E_5}, // R
|
||||
{0, F_6, D_6, E_6}, // T
|
||||
{0, F_7, D_7, E_7}, // Y
|
||||
{0, F_8, D_8, E_8}, // U
|
||||
{0, F_9, D_9, E_9}, // I
|
||||
{0, F_1, D_1, E_1}, // tab
|
||||
{0, F_2, D_2, E_2}, // Q
|
||||
{0, F_3, D_3, E_3}, // W
|
||||
{0, F_4, D_4, E_4}, // E
|
||||
{0, F_5, D_5, E_5}, // R
|
||||
{0, F_6, D_6, E_6}, // T
|
||||
{0, F_7, D_7, E_7}, // Y
|
||||
{0, F_8, D_8, E_8}, // U
|
||||
{0, F_9, D_9, E_9}, // I
|
||||
{0, F_10, D_10, E_10}, // O
|
||||
{0, F_11, D_11, E_11}, // P
|
||||
{0, F_12, D_12, E_12}, // [{
|
||||
|
@ -78,29 +78,29 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
|||
{0, F_16, D_16, E_16}, // End
|
||||
{1, I_13, G_13, H_13}, // Page Down
|
||||
|
||||
{1, I_1, G_1, H_1}, // Cpas
|
||||
{1, I_2, G_2, H_2}, // A
|
||||
{1, I_3, G_3, H_3}, // S
|
||||
{1, I_4, G_4, H_4}, // D
|
||||
{1, I_5, G_5, H_5}, // F
|
||||
{1, I_6, G_6, H_6}, // G
|
||||
{1, I_7, G_7, H_7}, // H
|
||||
{1, I_8, G_8, H_8}, // J
|
||||
{1, I_9, G_9, H_9}, // K
|
||||
{1, I_1, G_1, H_1}, // Cpas
|
||||
{1, I_2, G_2, H_2}, // A
|
||||
{1, I_3, G_3, H_3}, // S
|
||||
{1, I_4, G_4, H_4}, // D
|
||||
{1, I_5, G_5, H_5}, // F
|
||||
{1, I_6, G_6, H_6}, // G
|
||||
{1, I_7, G_7, H_7}, // H
|
||||
{1, I_8, G_8, H_8}, // J
|
||||
{1, I_9, G_9, H_9}, // K
|
||||
{1, I_10, G_10, H_10}, // L
|
||||
{1, I_11, G_11, H_11}, // ;
|
||||
{1, I_12, G_12, H_12}, // :
|
||||
{1, I_14, G_14, H_14}, // #~
|
||||
{0, F_14, D_14, E_14}, // Enter
|
||||
|
||||
{1, C_1, A_1, B_1}, // LShift
|
||||
{1, C_3, A_3, B_3}, // Z
|
||||
{1, C_4, A_4, B_4}, // X
|
||||
{1, C_5, A_5, B_5}, // C
|
||||
{1, C_6, A_6, B_6}, // V
|
||||
{1, C_7, A_7, B_7}, // B
|
||||
{1, C_8, A_8, B_8}, // N
|
||||
{1, C_9, A_9, B_9}, // M
|
||||
{1, C_1, A_1, B_1}, // LShift
|
||||
{1, C_3, A_3, B_3}, // Z
|
||||
{1, C_4, A_4, B_4}, // X
|
||||
{1, C_5, A_5, B_5}, // C
|
||||
{1, C_6, A_6, B_6}, // V
|
||||
{1, C_7, A_7, B_7}, // B
|
||||
{1, C_8, A_8, B_8}, // N
|
||||
{1, C_9, A_9, B_9}, // M
|
||||
{1, C_10, A_10, B_10}, // ,<
|
||||
{1, C_11, A_11, B_11}, // .>
|
||||
{1, C_12, A_12, B_12}, // /?
|
||||
|
@ -108,11 +108,11 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
|||
{1, C_14, A_14, B_14}, // RShift
|
||||
{1, C_16, A_16, B_16}, // Up
|
||||
|
||||
{1, F_1, D_1, E_1}, // LCtrl
|
||||
{1, F_2, D_2, E_2}, // LWin
|
||||
{1, F_3, D_3, E_3}, // LAlt
|
||||
{1, F_4, D_4, E_4}, // NUm
|
||||
{1, F_7, D_7, E_7}, // Space
|
||||
{1, F_1, D_1, E_1}, // LCtrl
|
||||
{1, F_2, D_2, E_2}, // LWin
|
||||
{1, F_3, D_3, E_3}, // LAlt
|
||||
{1, F_4, D_4, E_4}, // NUm
|
||||
{1, F_7, D_7, E_7}, // Space
|
||||
{1, F_10, D_10, E_10}, // Jap
|
||||
{1, F_11, D_11, E_11}, // RAlt
|
||||
{1, F_12, D_12, E_12}, // RWin
|
||||
|
@ -151,7 +151,7 @@ led_config_t g_led_config = {
|
|||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1,
|
||||
8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1,
|
||||
1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 1, 4, 1, 1, 1, 4, 1, 1, 1, 1,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x0125",
|
||||
"device_version": "1.0.3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", null, null, null, null, null, null, null, null],
|
||||
"rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "A10", "pin_b": "A8"}
|
||||
|
|
|
@ -19,21 +19,21 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
* | | | B location
|
||||
* | | | | */
|
||||
{0, I_1, G_1, H_1}, // ESC
|
||||
{0, I_2, G_2, H_2}, // F1
|
||||
{0, I_3, G_3, H_3}, // F2
|
||||
{0, I_4, G_4, H_4}, // F3
|
||||
{0, I_5, G_5, H_5}, // F4
|
||||
{0, I_6, G_6, H_6}, // F5
|
||||
{0, I_7, G_7, H_7}, // F6
|
||||
{0, I_8, G_8, H_8}, // F7
|
||||
{0, I_9, G_9, H_9}, // F8
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
* | | | B location
|
||||
* | | | | */
|
||||
{0, I_1, G_1, H_1}, // ESC
|
||||
{0, I_2, G_2, H_2}, // F1
|
||||
{0, I_3, G_3, H_3}, // F2
|
||||
{0, I_4, G_4, H_4}, // F3
|
||||
{0, I_5, G_5, H_5}, // F4
|
||||
{0, I_6, G_6, H_6}, // F5
|
||||
{0, I_7, G_7, H_7}, // F6
|
||||
{0, I_8, G_8, H_8}, // F7
|
||||
{0, I_9, G_9, H_9}, // F8
|
||||
{0, I_10, G_10, H_10}, // F9
|
||||
{0, I_11, G_11, H_11}, // F10
|
||||
{0, I_12, G_12, H_12}, // F11
|
||||
|
@ -43,34 +43,34 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
|||
{0, I_16, G_16, H_16}, // Cortana
|
||||
{1, I_15, G_15, H_15}, // Light
|
||||
|
||||
{0, C_1, A_1, B_1}, // `~
|
||||
{0, C_2, A_2, B_2}, // 1!
|
||||
{0, C_3, A_3, B_3}, // 2@
|
||||
{0, C_4, A_4, B_4}, // 3#
|
||||
{0, C_5, A_5, B_5}, // 4$
|
||||
{0, C_6, A_6, B_6}, // 5%
|
||||
{0, C_7, A_7, B_7}, // 6^
|
||||
{0, C_8, A_8, B_8}, // 7&
|
||||
{0, C_9, A_9, B_9}, // 8*
|
||||
{0, C_1, A_1, B_1}, // `~
|
||||
{0, C_2, A_2, B_2}, // 1!
|
||||
{0, C_3, A_3, B_3}, // 2@
|
||||
{0, C_4, A_4, B_4}, // 3#
|
||||
{0, C_5, A_5, B_5}, // 4$
|
||||
{0, C_6, A_6, B_6}, // 5%
|
||||
{0, C_7, A_7, B_7}, // 6^
|
||||
{0, C_8, A_8, B_8}, // 7&
|
||||
{0, C_9, A_9, B_9}, // 8*
|
||||
{0, C_10, A_10, B_10}, // 9()
|
||||
{0, C_11, A_11, B_11}, // 0)
|
||||
{0, C_12, A_12, B_12}, // -_
|
||||
{0, C_13, A_13, B_13}, // =+
|
||||
{0, C_14, A_14, B_14}, // |
|
||||
{1, F_6, D_6, E_6}, // Backspace
|
||||
{1, F_6, D_6, E_6}, // Backspace
|
||||
{0, C_15, A_15, B_15}, // Ins
|
||||
{0, C_16, A_16, B_16}, // Home
|
||||
{1, I_16, G_16, H_16}, // Page Up
|
||||
|
||||
{0, F_1, D_1, E_1}, // tab
|
||||
{0, F_2, D_2, E_2}, // Q
|
||||
{0, F_3, D_3, E_3}, // W
|
||||
{0, F_4, D_4, E_4}, // E
|
||||
{0, F_5, D_5, E_5}, // R
|
||||
{0, F_6, D_6, E_6}, // T
|
||||
{0, F_7, D_7, E_7}, // Y
|
||||
{0, F_8, D_8, E_8}, // U
|
||||
{0, F_9, D_9, E_9}, // I
|
||||
{0, F_1, D_1, E_1}, // tab
|
||||
{0, F_2, D_2, E_2}, // Q
|
||||
{0, F_3, D_3, E_3}, // W
|
||||
{0, F_4, D_4, E_4}, // E
|
||||
{0, F_5, D_5, E_5}, // R
|
||||
{0, F_6, D_6, E_6}, // T
|
||||
{0, F_7, D_7, E_7}, // Y
|
||||
{0, F_8, D_8, E_8}, // U
|
||||
{0, F_9, D_9, E_9}, // I
|
||||
{0, F_10, D_10, E_10}, // O
|
||||
{0, F_11, D_11, E_11}, // P
|
||||
{0, F_12, D_12, E_12}, // [{
|
||||
|
@ -79,29 +79,29 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
|||
{0, F_16, D_16, E_16}, // End
|
||||
{1, I_13, G_13, H_13}, // Page Down
|
||||
|
||||
{1, I_1, G_1, H_1}, // Cpas
|
||||
{1, I_2, G_2, H_2}, // A
|
||||
{1, I_3, G_3, H_3}, // S
|
||||
{1, I_4, G_4, H_4}, // D
|
||||
{1, I_5, G_5, H_5}, // F
|
||||
{1, I_6, G_6, H_6}, // G
|
||||
{1, I_7, G_7, H_7}, // H
|
||||
{1, I_8, G_8, H_8}, // J
|
||||
{1, I_9, G_9, H_9}, // K
|
||||
{1, I_1, G_1, H_1}, // Cpas
|
||||
{1, I_2, G_2, H_2}, // A
|
||||
{1, I_3, G_3, H_3}, // S
|
||||
{1, I_4, G_4, H_4}, // D
|
||||
{1, I_5, G_5, H_5}, // F
|
||||
{1, I_6, G_6, H_6}, // G
|
||||
{1, I_7, G_7, H_7}, // H
|
||||
{1, I_8, G_8, H_8}, // J
|
||||
{1, I_9, G_9, H_9}, // K
|
||||
{1, I_10, G_10, H_10}, // L
|
||||
{1, I_11, G_11, H_11}, // ;
|
||||
{1, I_12, G_12, H_12}, // :
|
||||
{1, I_14, G_14, H_14}, // #~
|
||||
{0, F_14, D_14, E_14}, // Enter
|
||||
|
||||
{1, C_1, A_1, B_1}, // LShift
|
||||
{1, C_3, A_3, B_3}, // Z
|
||||
{1, C_4, A_4, B_4}, // X
|
||||
{1, C_5, A_5, B_5}, // C
|
||||
{1, C_6, A_6, B_6}, // V
|
||||
{1, C_7, A_7, B_7}, // B
|
||||
{1, C_8, A_8, B_8}, // N
|
||||
{1, C_9, A_9, B_9}, // M
|
||||
{1, C_1, A_1, B_1}, // LShift
|
||||
{1, C_3, A_3, B_3}, // Z
|
||||
{1, C_4, A_4, B_4}, // X
|
||||
{1, C_5, A_5, B_5}, // C
|
||||
{1, C_6, A_6, B_6}, // V
|
||||
{1, C_7, A_7, B_7}, // B
|
||||
{1, C_8, A_8, B_8}, // N
|
||||
{1, C_9, A_9, B_9}, // M
|
||||
{1, C_10, A_10, B_10}, // ,<
|
||||
{1, C_11, A_11, B_11}, // .>
|
||||
{1, C_12, A_12, B_12}, // /?
|
||||
|
@ -109,11 +109,11 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
|||
{1, C_14, A_14, B_14}, // RShift
|
||||
{1, C_16, A_16, B_16}, // Up
|
||||
|
||||
{1, F_1, D_1, E_1}, // LCtrl
|
||||
{1, F_2, D_2, E_2}, // LWin
|
||||
{1, F_3, D_3, E_3}, // LAlt
|
||||
{1, F_4, D_4, E_4}, // NUm
|
||||
{1, F_7, D_7, E_7}, // Space
|
||||
{1, F_1, D_1, E_1}, // LCtrl
|
||||
{1, F_2, D_2, E_2}, // LWin
|
||||
{1, F_3, D_3, E_3}, // LAlt
|
||||
{1, F_4, D_4, E_4}, // NUm
|
||||
{1, F_7, D_7, E_7}, // Space
|
||||
{1, F_10, D_10, E_10}, // Jap
|
||||
{1, F_11, D_11, E_11}, // RAlt
|
||||
{1, F_12, D_12, E_12}, // RWin
|
||||
|
@ -152,7 +152,7 @@ led_config_t g_led_config = {
|
|||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1,
|
||||
8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1,
|
||||
1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 1, 4, 1, 1, 1, 4, 1, 1, 1, 1,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
# Keychron Q3
|
||||
|
||||
![Keychron Q3](https://i.imgur.com/KjP4nqd.jpg[/img])
|
||||
|
||||
A customizable 80% keyboard.
|
||||
|
||||
* Keyboard Maintainer: [Keychron](https://github.com/keychron)
|
||||
* Hardware Supported: Keychron Q3
|
||||
* Hardware Availability: [Keychron](https://www.keychron.com)
|
||||
* Hardware Availability: [Keychron Q3 QMK Custom Mechanical Keyboard](https://www.keychron.com/products/keychron-q3-qmk-custom-mechanical-keyboard)
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user