logo

qmk_firmware

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

mcuconf.h (191B)


  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. #pragma once
  3. #include_next <mcuconf.h>
  4. #undef RP_I2C_USE_I2C0
  5. #define RP_I2C_USE_I2C0 TRUE
  6. #undef RP_I2C_USE_I2C1
  7. #define RP_I2C_USE_I2C1 FALSE