logo

qmk_firmware

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

config.h (201B)


  1. // Copyright 2022 Takuya Urakawa @hsgw (dm9records.com, 5z6p.com)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /* LED Settings */
  5. #define LED_NUM 3
  6. #define LED_PINS \
  7. { B6, B5, B4 }