Keyboard firmwares for Atmel AVR and Cortex-M
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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