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

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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</title>
  12. </head>
  13. <body>
  14. <h1>TMK keyboard</h1>
  15. <h2>Synopsis</h2>
  16. <p>Keyboard controller/converter firmware for Atmel AVR USB family</p>
  17. <h2>Source</h2>
  18. Dowload <a href="https://github.com/tmk/tmk_keyboard/zipball/master">the latest code(.zip)</a> or view its
  19. <a href="https://github.com/tmk/tmk_keyboard">repository</a> on GitHub.
  20. <h2>Build</h2>
  21. <pre><code>$ cd tmk_keyboard
  22. $ cd [project]
  23. $ make
  24. </code></pre>
  25. <h2>Keymap Editor</h2>
  26. <ul>
  27. <li><a href="editor/">Editor</a></li>
  28. <li><a href="editor/hhkb/index.html">Editor/hhkb</a></li>
  29. </ul>
  30. </body>
  31. </html>