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.

42 lines
1.5 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. # - BOARD =
  8. # - PJRC_TEENSY_LC for Teensy LC
  9. # - PJRC_TEENSY_3 for Teensy 3.0
  10. # - PJRC_TEENSY_3_1 for Teensy 3.1 or 3.2
  11. # - MCHCK_K20 for Infinity KB
  12. BOARD = IC_TEENSY_3_1
  13. # Build Options
  14. # change yes to no to disable
  15. #
  16. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  17. MOUSEKEY_ENABLE = yes # Mouse keys
  18. EXTRAKEY_ENABLE = yes # Audio control and System control
  19. CONSOLE_ENABLE = no # Console for debug
  20. COMMAND_ENABLE = yes # Commands for debug and configuration
  21. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  22. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  23. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  24. NKRO_ENABLE = yes # USB Nkey Rollover
  25. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  26. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  27. BLUETOOTH_ENABLE = no # Enable Bluetooth
  28. AUDIO_ENABLE = no # Audio output
  29. BACKLIGHT_DRIVER = custom
  30. VISUALIZER_ENABLE = yes
  31. LED_DRIVER = is31fl3731c
  32. LED_WIDTH = 16
  33. LED_HEIGHT = 5
  34. LAYOUTS = 65_ansi 65_ansi_blocker 65_ansi_blocker_split_bs 65_iso 65_iso_blocker 65_iso_blocker_split_bs
  35. # Enter lower-power sleep mode when on the ChibiOS idle thread
  36. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE