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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <script>
  7. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  8. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  9. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  10. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  11. ga('create', 'UA-87738806-5', 'auto');
  12. ga('send', 'pageview');
  13. </script>
  14. <!--
  15. <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
  16. <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
  17. <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
  18. -->
  19. <title>TMK Keyboard Firmware</title>
  20. </head>
  21. <body>
  22. <h1>TMK Keyboard Firmware</h1>
  23. <h2>Synopsis</h2>
  24. <p><b>Keyboard controller/converter firmware for Atmel AVR USB family</b></p>
  25. See <a href="https://github.com/tmk/tmk_keyboard#tmk-keyboard-firmware-collection">README</a> on repository for the detail.
  26. <h2>Source</h2>
  27. <ul>
  28. <li>Git <a href="https://github.com/tmk/tmk_keyboard">repository</a> on GitHub
  29. <li>Dowload <a href="https://github.com/tmk/tmk_keyboard/zipball/master">the latest code(.zip)</a>
  30. </ul>
  31. <h2>Build</h2>
  32. <pre><code>$ cd tmk_keyboard
  33. $ cd [project]
  34. $ make
  35. </code></pre>
  36. <h2>Customize</h2>
  37. <ul>
  38. <li><a href="editor/index.html">Keymap Editor</a></li>
  39. </ul>
  40. </body>
  41. </html>