qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (199B)


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