qmk_firmware

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

config.h (163B)


      1 #pragma once
      2 
      3 #ifndef CONVERT_TO_PROTON_C
      4 #    define LED_NUM_LOCK_PIN B0 // RXLED
      5 #    define LED_CAPS_LOCK_PIN D5 // TXLED
      6 #    define LED_PIN_ON_STATE 0
      7 #endif