diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2020-11-24 02:47:01 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 19:47:01 +0000 |
commit | 429474d1c323bf746b0ed158ae9aa2002319009d (patch) | |
tree | 1be3501f63c0683fc7f698374f3a29543ec07f0b /keyboards/mechlovin/adelais/rgb_led/rev1/config.h | |
parent | 6f9934c669ff299f73121c42fef006b9eb0952b0 (diff) |
refactor adelais en ciel rev.2, mechlovin9 (#10930)
Co-authored-by: vuhopkep <boy9x0@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/adelais/rgb_led/rev1/config.h')
-rw-r--r-- | keyboards/mechlovin/adelais/rgb_led/rev1/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/mechlovin/adelais/rgb_led/rev1/config.h b/keyboards/mechlovin/adelais/rgb_led/rev1/config.h index 9ebb399bac..1ba7d27dff 100644 --- a/keyboards/mechlovin/adelais/rgb_led/rev1/config.h +++ b/keyboards/mechlovin/adelais/rgb_led/rev1/config.h @@ -3,6 +3,11 @@ #define PRODUCT_ID 0xAEC1 #define PRODUCT Adelais En Ciel +#define MATRIX_ROW_PINS { B1, A0, C13, A1, A2} +#define MATRIX_COL_PINS { A10, A9, A8, B15, B14, B13, B12, B11, B10, B8, B4, B5, B3, C14, A15 } +#define UNUSED_PINS + +#define RGB_DI_PIN A7 #define DRIVER_LED_TOTAL 91 #define RGB_MATRIX_KEYPRESSES // reacts to keypresses #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) |