diff --git a/keyboards/keychron/q3/ansi/ansi.c b/keyboards/keychron/q3/ansi/ansi.c index 8d30b78207..f44471e364 100644 --- a/keyboards/keychron/q3/ansi/ansi.c +++ b/keyboards/keychron/q3/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/q3/ansi/config.h b/keyboards/keychron/q3/ansi/config.h index e529d576fb..8f3ff5f5d5 100644 --- a/keyboards/keychron/q3/ansi/config.h +++ b/keyboards/keychron/q3/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 } - /* RGB Matrix Configuration */ #define DRIVER_1_LED_TOTAL 48 #define DRIVER_2_LED_TOTAL 39 diff --git a/keyboards/keychron/q3/ansi/info.json b/keyboards/keychron/q3/ansi/info.json index 42f5d36584..9160d4c69d 100644 --- a/keyboards/keychron/q3/ansi/info.json +++ b/keyboards/keychron/q3/ansi/info.json @@ -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": { diff --git a/keyboards/keychron/q3/ansi_encoder/ansi_encoder.c b/keyboards/keychron/q3/ansi_encoder/ansi_encoder.c index c935a13ce0..d58e846712 100644 --- a/keyboards/keychron/q3/ansi_encoder/ansi_encoder.c +++ b/keyboards/keychron/q3/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/q3/ansi_encoder/config.h b/keyboards/keychron/q3/ansi_encoder/config.h index b2c6384cce..381c1492a1 100644 --- a/keyboards/keychron/q3/ansi_encoder/config.h +++ b/keyboards/keychron/q3/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/q3/ansi_encoder/info.json b/keyboards/keychron/q3/ansi_encoder/info.json index d828007183..fcb7c9d003 100644 --- a/keyboards/keychron/q3/ansi_encoder/info.json +++ b/keyboards/keychron/q3/ansi_encoder/info.json @@ -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"} diff --git a/keyboards/keychron/q3/config.h b/keyboards/keychron/q3/config.h index 714ada7f8c..1a616b3f75 100644 --- a/keyboards/keychron/q3/config.h +++ b/keyboards/keychron/q3/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 diff --git a/keyboards/keychron/q3/halconf.h b/keyboards/keychron/q3/halconf.h index 74821ffac7..41bddcb279 100644 --- a/keyboards/keychron/q3/halconf.h +++ b/keyboards/keychron/q3/halconf.h @@ -17,6 +17,5 @@ #pragma once #define HAL_USE_I2C TRUE -#define PAL_USE_CALLBACKS FALSE #include_next diff --git a/keyboards/keychron/q3/iso/config.h b/keyboards/keychron/q3/iso/config.h index c236646745..c361c200e2 100644 --- a/keyboards/keychron/q3/iso/config.h +++ b/keyboards/keychron/q3/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 } - /* RGB Matrix Configuration */ #define DRIVER_1_LED_TOTAL 48 #define DRIVER_2_LED_TOTAL 40 diff --git a/keyboards/keychron/q3/iso/info.json b/keyboards/keychron/q3/iso/info.json index b70c8d4233..30ae267b2e 100644 --- a/keyboards/keychron/q3/iso/info.json +++ b/keyboards/keychron/q3/iso/info.json @@ -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": { diff --git a/keyboards/keychron/q3/iso/iso.c b/keyboards/keychron/q3/iso/iso.c index 50947ba7b8..4563d51f11 100644 --- a/keyboards/keychron/q3/iso/iso.c +++ b/keyboards/keychron/q3/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/q3/iso_encoder/config.h b/keyboards/keychron/q3/iso_encoder/config.h index 34ce5c3c84..9431562d3f 100644 --- a/keyboards/keychron/q3/iso_encoder/config.h +++ b/keyboards/keychron/q3/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/q3/iso_encoder/info.json b/keyboards/keychron/q3/iso_encoder/info.json index b7ebee35f8..f7604c91f9 100644 --- a/keyboards/keychron/q3/iso_encoder/info.json +++ b/keyboards/keychron/q3/iso_encoder/info.json @@ -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"} diff --git a/keyboards/keychron/q3/iso_encoder/iso_encoder.c b/keyboards/keychron/q3/iso_encoder/iso_encoder.c index 7890623552..4c7ac5adf3 100644 --- a/keyboards/keychron/q3/iso_encoder/iso_encoder.c +++ b/keyboards/keychron/q3/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 @@ -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/q3/jis/config.h b/keyboards/keychron/q3/jis/config.h index fde44ad0da..aec63c9d94 100644 --- a/keyboards/keychron/q3/jis/config.h +++ b/keyboards/keychron/q3/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 } - /* RGB Matrix Configuration */ #define DRIVER_1_LED_TOTAL 48 #define DRIVER_2_LED_TOTAL 43 diff --git a/keyboards/keychron/q3/jis/info.json b/keyboards/keychron/q3/jis/info.json index d5359623ef..fc21516641 100644 --- a/keyboards/keychron/q3/jis/info.json +++ b/keyboards/keychron/q3/jis/info.json @@ -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": { diff --git a/keyboards/keychron/q3/jis/jis.c b/keyboards/keychron/q3/jis/jis.c index 99ab6aed28..6b21fa3681 100644 --- a/keyboards/keychron/q3/jis/jis.c +++ b/keyboards/keychron/q3/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/q3/jis_encoder/info.json b/keyboards/keychron/q3/jis_encoder/info.json index 5c6ade74be..0d396a1906 100644 --- a/keyboards/keychron/q3/jis_encoder/info.json +++ b/keyboards/keychron/q3/jis_encoder/info.json @@ -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"} diff --git a/keyboards/keychron/q3/jis_encoder/jis_encoder.c b/keyboards/keychron/q3/jis_encoder/jis_encoder.c index 3d9915806d..2bb7675039 100644 --- a/keyboards/keychron/q3/jis_encoder/jis_encoder.c +++ b/keyboards/keychron/q3/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 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, } }; diff --git a/keyboards/keychron/q3/readme.md b/keyboards/keychron/q3/readme.md index 42636074ed..ceb6cb2d8c 100644 --- a/keyboards/keychron/q3/readme.md +++ b/keyboards/keychron/q3/readme.md @@ -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):