config.h 354 B

1234567891011121314
  1. #pragma once
  2. #include "config_common.h"
  3. // wiring of each half
  4. #define MATRIX_ROW_PINS { F4, F5, C6, D7, E6 }
  5. #define MATRIX_COL_PINS { F7, F6, B1, B3, B2, B6, B5, B4 }
  6. #define DIODE_DIRECTION ROW2COL
  7. /* ws2812 RGB LED */
  8. #define RGB_DI_PIN D3
  9. #define RGBLED_NUM 1 // Number of LEDs
  10. // #define ws2812_PORTREG PORTD
  11. // #define ws2812_DDRREG DDRD