config.h 199 B

123456789
  1. #pragma once
  2. /* Pins for custom per-row LEDs. Should be changed to use named pins. */
  3. #define LED_ROW_PINS { 8, 9, 10, 11 }
  4. /* key combination for command */
  5. #define IS_COMMAND() ( \
  6. false \
  7. )