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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. will be coded when bouncing occurs.
  15. bouncing doesnt occur on my alps switch so far.
  16. scan rate is too slow?(to be measure)
  17. anti-ghost
  18. 2010/09/13 done
  19. sleep&wakeup
  20. boot keyboard support
  21. mouse key
  22. keymap layer
  23. 2010/09/16 simple layer(HHKB/vi cursor)
  24. key combination switch
  25. toggle siwtch
  26. setting menu(wizard)
  27. debug console
  28. keymap setting
  29. matrix display
  30. PS/2 keyboard mode
  31. HHKB support
  32. Trackpoint(PS/2) support
  33. Thinkpad keyboard support
  34. target board
  35. ------------
  36. Teensy 2.0
  37. http://www.pjrc.com/teensy
  38. projects based on/related to
  39. ----------------------------
  40. PJRC USB Keyboard Example
  41. http://www.pjrc.com/teensy/usb_keyboard.html
  42. kbupgrade
  43. http://github.com/rhomann/kbupgrade
  44. http://geekhack.org/showwiki.php?title=Island:8406
  45. c64key
  46. http://symlink.dk/projects/c64key/
  47. rump
  48. http://mg8.org/rump/
  49. http://github.com/clee/rump
  50. dulcimer
  51. http://www.schatenseite.de/dulcimer.html
  52. humblehacker-keyboard
  53. http://github.com/humblehacker
  54. http://www.humblehacker.com/keyboard/
  55. http://geekhack.org/showwiki.php?title=Island:6292
  56. ps2avr
  57. http://sourceforge.net/projects/ps2avr/
  58. EOF