From 0c62ee9811f8eb3c591132e9f77c6ea2f880ad82 Mon Sep 17 00:00:00 2001 From: hmj6502 Date: Thu, 6 Nov 2025 14:13:57 +0000 Subject: initial commit this was never a git repo so dates are inaccurate --- firmware/QMK/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 firmware/QMK/config.h (limited to 'firmware/QMK/config.h') diff --git a/firmware/QMK/config.h b/firmware/QMK/config.h new file mode 100644 index 0000000..28a5d66 --- /dev/null +++ b/firmware/QMK/config.h @@ -0,0 +1,9 @@ +// Copyright 2023 QMK +// SPDX-License-Identifier: GPL-2.0-or-later + +#define ENCODER_A_PINS { GP4 } +#define ENCODER_B_PINS { GP1 } + +#define I2C_DRIVER I2CD1 +#define I2C1_SDA_PIN GP6 +#define I2C1_SCL_PIN GP7 -- cgit v1.2.3