logo

qmk_firmware

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

config.h (507B)


  1. // Copyright 2023 Gummor (@gumorr)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
  5. #define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2 }
  6. #define USE_I2C
  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