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.

43 lines
1.1 KiB

7 years ago
  1. # MCU name
  2. MCU = MK20DX256
  3. # Bootloader selection
  4. BOOTLOADER = kiibohd
  5. # Build Options
  6. # comment out to disable the options.
  7. #
  8. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  9. MOUSEKEY_ENABLE = yes # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = no # Console for debug
  12. COMMAND_ENABLE = yes # Commands for debug and configuration
  13. CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDox EZ
  14. SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  15. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  16. UNICODE_ENABLE = yes # Unicode
  17. SWAP_HANDS_ENABLE= yes # Allow swapping hands of keyboard
  18. CUSTOM_MATRIX = yes # Custom matrix file
  19. SERIAL_LINK_ENABLE = yes
  20. VISUALIZER_ENABLE = yes
  21. LCD_ENABLE = yes
  22. BACKLIGHT_ENABLE = yes
  23. BACKLIGHT_DRIVER = custom
  24. LCD_BACKLIGHT_ENABLE = yes
  25. MIDI_ENABLE = no
  26. RGBLIGHT_ENABLE = no
  27. LCD_DRIVER = st7565
  28. LCD_WIDTH = 128
  29. LCD_HEIGHT = 32
  30. LED_DRIVER = is31fl3731c
  31. LED_WIDTH = 7
  32. LED_HEIGHT = 7
  33. # project specific files
  34. SRC = matrix.c \
  35. led.c
  36. LAYOUTS = ergodox