Keyboard firmwares for Atmel AVR and Cortex-M
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Makefile.rev2 298B

1234567891011121314151617
  1. TARGET ?= ps2_usb_rev2
  2. MCU = atmega32u2
  3. CONFIG_H = config_rev2.h
  4. BOOTLOADER_SIZE = 4096
  5. BOOTMAGIC_ENABLE ?= no
  6. MOUSEKEY_ENABLE ?= no
  7. EXTRAKEY_ENABLE ?= yes
  8. CONSOLE_ENABLE ?= yes
  9. COMMAND_ENABLE ?= yes
  10. NKRO_ENABLE ?= yes
  11. PS2_USE_USART = no
  12. PS2_USE_INT = yes
  13. PS2_USE_BUSYWAIT = no
  14. include Makefile