logo

qmk_firmware

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

config.h (314B)


  1. // Copyright 2024 Markus Knutsson (@TweetyDaBird)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define SERIAL_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the Serial implementation uses the PIO0 peripheral
  5. #define I2C_DRIVER I2CD1
  6. #define I2C1_SDA_PIN GP2
  7. #define I2C1_SCL_PIN GP3