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.rev1 299B

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