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.

index.html 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <!--
  7. <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
  8. <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
  9. <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
  10. -->
  11. <title>TMK Keyboard Firmware</title>
  12. </head>
  13. <body>
  14. <h1>TMK Keyboard Firmware</h1>
  15. <h2>Synopsis</h2>
  16. <p><b>Keyboard controller/converter firmware for Atmel AVR USB family</b></p>
  17. See <a href="https://github.com/tmk/tmk_keyboard#tmk-keyboard-firmware-collection">README</a> on repository for the detail.
  18. <h2>Source</h2>
  19. <ul>
  20. <li>Git <a href="https://github.com/tmk/tmk_keyboard">repository</a> on GitHub
  21. <li>Dowload <a href="https://github.com/tmk/tmk_keyboard/zipball/master">the latest code(.zip)</a>
  22. </ul>
  23. <h2>Build</h2>
  24. <pre><code>$ cd tmk_keyboard
  25. $ cd [project]
  26. $ make
  27. </code></pre>
  28. <h2>Customize</h2>
  29. <ul>
  30. <li><a href="editor/index.html">Keymap Editor</a></li>
  31. </ul>
  32. </body>
  33. </html>