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.

.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