Keyboard firmwares for Atmel AVR and Cortex-M
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Keyboard Firmware
  2. =================
  3. 2010/08/23 noname
  4. VERSION
  5. -------
  6. 0.1 2010/08/23
  7. implemented for macway modified.
  8. It works as normal keyboard now.
  9. TODO
  10. ----
  11. modulization
  12. clean source
  13. debouncing
  14. anti-ghost
  15. keymap layer
  16. key combination switch
  17. toggle siwtch
  18. HHKB like cursor etc.
  19. setting menu(wizard)
  20. debug console
  21. keymap setting
  22. matrix display
  23. HHKB support
  24. Trackpoint(PS/2) support
  25. Thinkpad keyboard support
  26. target board
  27. ------------
  28. Teensy 2.0
  29. http://www.pjrc.com/teensy
  30. projects based on/related to
  31. ----------------------------
  32. PJRC USB Keyboard Example
  33. http://www.pjrc.com/teensy/usb_keyboard.html
  34. kbupgrade
  35. http://github.com/rhomann/kbupgrade
  36. http://geekhack.org/showwiki.php?title=Island:8406
  37. c64key
  38. http://symlink.dk/projects/c64key/
  39. rump
  40. http://mg8.org/rump/
  41. http://github.com/clee/rump
  42. dulcimer
  43. http://www.schatenseite.de/dulcimer.html
  44. humblehacker-keyboard
  45. http://github.com/humblehacker
  46. http://www.humblehacker.com/keyboard/
  47. http://geekhack.org/showwiki.php?title=Island:6292
  48. ps2avr
  49. http://sourceforge.net/projects/ps2avr/
  50. EOF