You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
799 B

  1. // Copyright 2022 makenova (@makenova)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include "config_common.h"
  5. /*
  6. * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
  7. */
  8. // #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6
  9. /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
  10. #define DEBOUNCE 5
  11. /* define if matrix has ghost (lacks anti-ghosting diodes) */
  12. //#define MATRIX_HAS_GHOST
  13. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  14. #define LOCKING_SUPPORT_ENABLE
  15. /* Locking resynchronize hack */
  16. #define LOCKING_RESYNC_ENABLE
  17. /* Bootmagic Lite key configuration */
  18. //#define BOOTMAGIC_LITE_ROW 0
  19. //#define BOOTMAGIC_LITE_COLUMN 0