logo

qmk_firmware

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

config.h (219B)


  1. // Copyright 2021 Nick Brassel (@tzarc)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define ADC_PIN A5
  5. #define SOLENOID_PINS { B12, B13, B14, B15 }
  6. #define SOLENOID_PINS_ACTIVE_STATE { high, high, low }