qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (223B)


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