config.h 458 B

1234567891011121314151617181920
  1. // Copyright 2022 JoshwJB (@JoshwJB)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  5. #define LOCKING_SUPPORT_ENABLE
  6. /* Locking resynchronize hack */
  7. #define LOCKING_RESYNC_ENABLE
  8. /*
  9. * Feature disable options
  10. * These options are also useful to firmware size reduction.
  11. */
  12. /* disable debug print */
  13. //#define NO_DEBUG
  14. /* disable print */
  15. //#define NO_PRINT