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

.gitignore 154B

1234567891011121314
  1. *.o
  2. *.d
  3. *.elf
  4. *.hex
  5. *.eep
  6. *.sym
  7. *.bin
  8. *.lss
  9. *.map
  10. *.bak
  11. *.class
  12. Documentation/
  13. LUFA/StudioIntegration/ProjectGenerator/*
  14. LUFA/StudioIntegration/DocBook/*