Keyboard firmwares for Atmel AVR and Cortex-M
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.

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