logo

qmk_firmware

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

config.h (223B)


  1. // Copyright 2023 Stefan Kerkmann
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define ADC_PIN A0
  5. #define UART_TX_PIN C4
  6. #define UART_RX_PIN C5
  7. #define SERIAL_USART_TX_PIN C4
  8. #define SERIAL_USART_RX_PIN C4