diff options
author | adophoxia <100170946+adophoxia@users.noreply.github.com> | 2023-12-13 23:44:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 00:44:44 -0700 |
commit | f19fa9854eeb6a59f88d1513f189be4da390d55b (patch) | |
tree | e664fa77face8dab65c04f0603d7e2904e627379 /keyboards/keychron/q8/ansi_encoder/config.h | |
parent | 79df864aa1bab98e96f30ca83a80ebb328a5c48e (diff) |
[Keyboard] Update Keychron Q8 (#22578)
* Update Q8
* Run `qmk format-json` and remove `RGB_MATRIX_LED_COUNT`
* Update keyboards/keychron/q8/ansi_encoder/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/keychron/q8/iso/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
---------
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keychron/q8/ansi_encoder/config.h')
-rw-r--r-- | keyboards/keychron/q8/ansi_encoder/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/keychron/q8/ansi_encoder/config.h b/keyboards/keychron/q8/ansi_encoder/config.h index 63d16c21af..9cd663a216 100644 --- a/keyboards/keychron/q8/ansi_encoder/config.h +++ b/keyboards/keychron/q8/ansi_encoder/config.h @@ -16,13 +16,5 @@ #pragma once -/* RGB Matrix Configuration */ -#define DRIVER_1_LED_TOTAL 35 -#define DRIVER_2_LED_TOTAL 34 -#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) - -/* Encoder Configuration */ -#define ENCODER_DEFAULT_POS 0x3 - /* Enable caps-lock LED */ #define CAPS_LOCK_LED_INDEX 30 |