logo

qmk_firmware

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

config.h (759B)


  1. // Copyright 2023 Robert Mills (@robcmills)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define DIRECT_PINS {{NO_PIN, A15,A8, B15, B14, B13}, \
  5. {B10, B1, B0, A7, A6, A5 }, \
  6. {NO_PIN, B3, B4, B5, B8, B9 }, \
  7. {A4, A3, A2, NO_PIN, NO_PIN, NO_PIN}}
  8. #define DIRECT_PINS_RIGHT {{B13, B14, B15, A8, A15, NO_PIN}, \
  9. {A5, A6, A7, B0, B1, B10}, \
  10. {B9, B8, B5, B4, B3, NO_PIN}, \
  11. {A2, A3, A4, NO_PIN, NO_PIN, NO_PIN}}
  12. #define SERIAL_USART_FULL_DUPLEX // Enable full duplex operation mode.
  13. #define SERIAL_USART_TX_PIN B6 // USART TX pin
  14. #define SERIAL_USART_RX_PIN B7 // USART RX pin