logo

qmk_firmware

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

config.h (464B)


  1. // Copyright 2022 Kyle McCreery (@kylemccreery)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define OLED_FONT_H "keyboards/mechwild/mokulua/glcdfont.c"
  5. /*
  6. * Feature disable options
  7. * These options are also useful to firmware size reduction.
  8. */
  9. /* disable debug print */
  10. //#define NO_DEBUG
  11. /* disable print */
  12. //#define NO_PRINT
  13. /* disable action features */
  14. //#define NO_ACTION_LAYER
  15. //#define NO_ACTION_TAPPING
  16. //#define NO_ACTION_ONESHOT