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.

33 lines
1.3 KiB

  1. # MCU name
  2. MCU = MK20DX256
  3. # Bootloader selection
  4. BOOTLOADER = kiibohd
  5. # Board: it should exist either in <chibios>/os/hal/boards/
  6. # or <this_dir>/boards
  7. # This board was copied from PJRC_TEENSY_3_1. The only difference should be a
  8. # hack to ensure the watchdog has started before trying to disable it.
  9. BOARD = IC_TEENSY_3_1
  10. # Build Options
  11. # change yes to no to disable
  12. #
  13. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  14. MOUSEKEY_ENABLE = yes # Mouse keys
  15. EXTRAKEY_ENABLE = yes # Audio control and System control
  16. CONSOLE_ENABLE = yes # Console for debug
  17. COMMAND_ENABLE = yes # Commands for debug and configuration
  18. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  19. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  20. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  21. NKRO_ENABLE = yes # USB Nkey Rollover
  22. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  23. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  24. BLUETOOTH_ENABLE = no # Enable Bluetooth
  25. AUDIO_ENABLE = no # Audio output
  26. LAYOUTS = tkl_ansi
  27. # Enter lower-power sleep mode when on the ChibiOS idle thread
  28. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE