logo

qmk_firmware

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

config.h (472B)


  1. // Copyright 2023 Alabahuy (@Alabahuy)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define I2C_DRIVER I2CD2
  5. #define I2C1_SDA_PIN GP26
  6. #define I2C1_SCL_PIN GP27
  7. /*
  8. * Feature disable options
  9. * These options are also useful to firmware size reduction.
  10. */
  11. /* disable debug print */
  12. //#define NO_DEBUG
  13. /* disable print */
  14. //#define NO_PRINT
  15. /* disable action features */
  16. //#define NO_ACTION_LAYER
  17. //#define NO_ACTION_TAPPING
  18. //#define NO_ACTION_ONESHOT