logo

qmk_firmware

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

config.h (428B)


  1. // Copyright 2022 QMK
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define ADC_PIN A0
  5. #define APA102_NOPS (100 / (1000000000L / (CPU_CLOCK / 4)))
  6. #define SOLENOID_PIN B12
  7. #define SOLENOID_PINS { B12, B13, B14, B15 }
  8. #define SOLENOID_PINS_ACTIVE_STATE { high, high, low }
  9. #define I2C1_SDA_PIN B7
  10. #define I2C1_SCL_PIN B6
  11. #define I2C1_SCL_PAL_MODE 4
  12. #define I2C1_OPMODE OPMODE_I2C
  13. #define I2C1_CLOCK_SPEED 100000