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.

README 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. sleep&wakeup
  16. boot keyboard support
  17. mouse key
  18. keymap layer
  19. key combination switch
  20. toggle siwtch
  21. HHKB like cursor etc.
  22. setting menu(wizard)
  23. debug console
  24. keymap setting
  25. matrix display
  26. PS/2 keyboard mode
  27. HHKB support
  28. Trackpoint(PS/2) support
  29. Thinkpad keyboard support
  30. target board
  31. ------------
  32. Teensy 2.0
  33. http://www.pjrc.com/teensy
  34. projects based on/related to
  35. ----------------------------
  36. PJRC USB Keyboard Example
  37. http://www.pjrc.com/teensy/usb_keyboard.html
  38. kbupgrade
  39. http://github.com/rhomann/kbupgrade
  40. http://geekhack.org/showwiki.php?title=Island:8406
  41. c64key
  42. http://symlink.dk/projects/c64key/
  43. rump
  44. http://mg8.org/rump/
  45. http://github.com/clee/rump
  46. dulcimer
  47. http://www.schatenseite.de/dulcimer.html
  48. humblehacker-keyboard
  49. http://github.com/humblehacker
  50. http://www.humblehacker.com/keyboard/
  51. http://geekhack.org/showwiki.php?title=Island:6292
  52. ps2avr
  53. http://sourceforge.net/projects/ps2avr/
  54. EOF