diff --git a/keyboards/keychron/v3/ansi/ansi.c b/keyboards/keychron/v3/ansi/ansi.c index 31ef493251..fc6d20f0a8 100644 --- a/keyboards/keychron/v3/ansi/ansi.c +++ b/keyboards/keychron/v3/ansi/ansi.c @@ -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, } }; diff --git a/keyboards/keychron/v3/ansi/config.h b/keyboards/keychron/v3/ansi/config.h index 9ab065c284..1194d213f3 100644 --- a/keyboards/keychron/v3/ansi/config.h +++ b/keyboards/keychron/v3/ansi/config.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 } - /* If PH3 used with a stronger pull resistor then the following definition needs be included */ // #define MATRIX_UNSELECT_DRIVE_HIGH diff --git a/keyboards/keychron/v3/ansi/info.json b/keyboards/keychron/v3/ansi/info.json index f342cc4c24..e748171cdf 100644 --- a/keyboards/keychron/v3/ansi/info.json +++ b/keyboards/keychron/v3/ansi/info.json @@ -8,6 +8,11 @@ "pid": "0x0330", "device_version": "1.0.4" }, + "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": { diff --git a/keyboards/keychron/v3/ansi_encoder/ansi_encoder.c b/keyboards/keychron/v3/ansi_encoder/ansi_encoder.c index f58d6fff50..b513c15ed4 100644 --- a/keyboards/keychron/v3/ansi_encoder/ansi_encoder.c +++ b/keyboards/keychron/v3/ansi_encoder/ansi_encoder.c @@ -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, } }; diff --git a/keyboards/keychron/v3/ansi_encoder/config.h b/keyboards/keychron/v3/ansi_encoder/config.h index 3dfa057500..9dbf9efdb5 100644 --- a/keyboards/keychron/v3/ansi_encoder/config.h +++ b/keyboards/keychron/v3/ansi_encoder/config.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, 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 diff --git a/keyboards/keychron/v3/ansi_encoder/info.json b/keyboards/keychron/v3/ansi_encoder/info.json index d6d24be9ce..a3452d592b 100644 --- a/keyboards/keychron/v3/ansi_encoder/info.json +++ b/keyboards/keychron/v3/ansi_encoder/info.json @@ -8,6 +8,11 @@ "pid": "0x0331", "device_version": "1.0.2" }, + "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"} diff --git a/keyboards/keychron/v3/config.h b/keyboards/keychron/v3/config.h index bf52363243..5505f9c6a3 100644 --- a/keyboards/keychron/v3/config.h +++ b/keyboards/keychron/v3/config.h @@ -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 @@ -29,7 +26,7 @@ #define I2C1_TIMINGR_SCLDEL 3U #define I2C1_TIMINGR_SDADEL 0U #define I2C1_TIMINGR_SCLH 15U -#define I2C1_TIMINGR_SCLL 30U +#define I2C1_TIMINGR_SCLL 51U /* Scan phase of led driver set as MSKPHASE_9CHANNEL(defined as 0x03 in CKLED2001.h) */ #define PHASE_CHANNEL MSKPHASE_9CHANNEL diff --git a/keyboards/keychron/v3/iso/config.h b/keyboards/keychron/v3/iso/config.h index 0ac7d7369f..e21975d649 100644 --- a/keyboards/keychron/v3/iso/config.h +++ b/keyboards/keychron/v3/iso/config.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 } - /* If PH3 used with a stronger pull resistor then the following definition needs be included */ // #define MATRIX_UNSELECT_DRIVE_HIGH diff --git a/keyboards/keychron/v3/iso/info.json b/keyboards/keychron/v3/iso/info.json index 4f5e8ec850..84e1a64e08 100644 --- a/keyboards/keychron/v3/iso/info.json +++ b/keyboards/keychron/v3/iso/info.json @@ -8,6 +8,11 @@ "pid": "0x0332", "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": { diff --git a/keyboards/keychron/v3/iso/iso.c b/keyboards/keychron/v3/iso/iso.c index a3d39a2618..d648ecf46e 100644 --- a/keyboards/keychron/v3/iso/iso.c +++ b/keyboards/keychron/v3/iso/iso.c @@ -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, } }; diff --git a/keyboards/keychron/v3/iso_encoder/config.h b/keyboards/keychron/v3/iso_encoder/config.h index ccce9ef2da..9da7b66ef1 100644 --- a/keyboards/keychron/v3/iso_encoder/config.h +++ b/keyboards/keychron/v3/iso_encoder/config.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, 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 diff --git a/keyboards/keychron/v3/iso_encoder/info.json b/keyboards/keychron/v3/iso_encoder/info.json index 4898d9778c..f3a5f8c249 100644 --- a/keyboards/keychron/v3/iso_encoder/info.json +++ b/keyboards/keychron/v3/iso_encoder/info.json @@ -8,6 +8,11 @@ "pid": "0x0333", "device_version": "1.0.2" }, + "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"} diff --git a/keyboards/keychron/v3/iso_encoder/iso_encoder.c b/keyboards/keychron/v3/iso_encoder/iso_encoder.c index 6f68d10c4b..97cf474e23 100644 --- a/keyboards/keychron/v3/iso_encoder/iso_encoder.c +++ b/keyboards/keychron/v3/iso_encoder/iso_encoder.c @@ -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 diff --git a/keyboards/keychron/v3/jis/config.h b/keyboards/keychron/v3/jis/config.h index 25066120cd..673daed552 100644 --- a/keyboards/keychron/v3/jis/config.h +++ b/keyboards/keychron/v3/jis/config.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 } - /* If PH3 used with a stronger pull resistor then the following definition needs be included */ // #define MATRIX_UNSELECT_DRIVE_HIGH diff --git a/keyboards/keychron/v3/jis/info.json b/keyboards/keychron/v3/jis/info.json index aab6e600e7..a8a1f809b9 100644 --- a/keyboards/keychron/v3/jis/info.json +++ b/keyboards/keychron/v3/jis/info.json @@ -8,6 +8,11 @@ "pid": "0x0334", "device_version": "1.0.1" }, + "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": { diff --git a/keyboards/keychron/v3/jis/jis.c b/keyboards/keychron/v3/jis/jis.c index 9c38918849..0066c5222e 100644 --- a/keyboards/keychron/v3/jis/jis.c +++ b/keyboards/keychron/v3/jis/jis.c @@ -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, } }; diff --git a/keyboards/keychron/v3/jis_encoder/config.h b/keyboards/keychron/v3/jis_encoder/config.h index 9fca0cfc73..d8b8d2d64d 100644 --- a/keyboards/keychron/v3/jis_encoder/config.h +++ b/keyboards/keychron/v3/jis_encoder/config.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, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN } - /* RGB Matrix Configuration */ #define DRIVER_1_LED_TOTAL 49 #define DRIVER_2_LED_TOTAL 43 diff --git a/keyboards/keychron/v3/jis_encoder/info.json b/keyboards/keychron/v3/jis_encoder/info.json index 3943a1ad8f..f07b1401b7 100644 --- a/keyboards/keychron/v3/jis_encoder/info.json +++ b/keyboards/keychron/v3/jis_encoder/info.json @@ -8,6 +8,11 @@ "pid": "0x0335", "device_version": "1.0.1" }, + "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"} diff --git a/keyboards/keychron/v3/jis_encoder/jis_encoder.c b/keyboards/keychron/v3/jis_encoder/jis_encoder.c index 27eb1accc0..b9a3c5eb92 100644 --- a/keyboards/keychron/v3/jis_encoder/jis_encoder.c +++ b/keyboards/keychron/v3/jis_encoder/jis_encoder.c @@ -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 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 {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, } }; diff --git a/keyboards/keychron/v3/readme.md b/keyboards/keychron/v3/readme.md index 9f83b7395d..523445697a 100644 --- a/keyboards/keychron/v3/readme.md +++ b/keyboards/keychron/v3/readme.md @@ -1,18 +1,30 @@ # Keychron V3 +![Keychron V3](https://i.imgur.com/QpgIi0Q.jpg[/img]) + A customizable 80% keyboard. * Keyboard Maintainer: [Keychron](https://github.com/keychron) * Hardware Supported: Keychron V3 -* Hardware Availability: [Keychron](https://www.keychron.com) +* Hardware Availability: [Keychron V3 QMK Custom Mechanical Keyboard](https://www.keychron.com/products/keychron-v3-qmk-custom-mechanical-keyboard) Make example for this keyboard (after setting up your build environment): make keychron/v3/ansi:default + make keychron/v3/ansi_encoder:default + make keychron/v3/iso:default + make keychron/v3/iso_encoder:default + make keychron/v3/jis:default + make keychron/v3/jis_encoder:default Flashing example for this keyboard: - make keychron/v3/v3_ansi_stm32l432:default:flash + make keychron/v3/ansi:default:flash + make keychron/v3/ansi_encoder:default:flash + make keychron/v3/iso:default:flash + make keychron/v3/iso_encoder:default:flash + make keychron/v3/jis:default:flash + make keychron/v3/jis_encoder:default:flash **Reset Key**: Hold down the key located at *K00*, commonly programmed as *Esc* while plugging in the keyboard.