logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (199B)


  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. )