vial-qmk/keyboards/hlb/cantor/config.h
H3lli0n 8aee20919a
feat: adding support for HLB CantorMX F411 (#917)
* feat: adding CantorMX F411 support

* fix: documentation

* fix: bootloader definition

---------

Co-authored-by: H3lli0n <thulium.hqfr@gmail.com>
2025-08-01 19:43:27 -06:00

14 lines
395 B
C

// Copyright 2022 Diego Palacios (@diepala)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define SERIAL_USART_FULL_DUPLEX // Enable full duplex operation mode.
#define SERIAL_USART_TX_PIN B6 // USART TX pin
#define SERIAL_USART_RX_PIN B7 // USART RX pin
#define BOOTMAGIC_ROW 3
#define BOOTMAGIC_COLUMN 0
#define BOOTMAGIC_ROW_RIGHT 7
#define BOOTMAGIC_COLUMN_RIGHT 2