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

.gitignore 133B

12345678910111213141516
  1. .dep
  2. *.o
  3. *.eep
  4. *.elf
  5. *.hex
  6. *.lss
  7. *.lst
  8. *.map
  9. *.sym
  10. tags
  11. *~
  12. build/
  13. *.bak
  14. .DS_Store
  15. !converter/*/binary/*.hex
  16. !keyboard/*/binary/*.hex