1
0
tmk_keyboard/index.html

55 lines
1.6 KiB
HTML
Raw Permalink Normal View History

2012-05-14 02:54:16 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
2016-11-23 23:40:21 +00:00
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
2012-05-14 02:54:16 +00:00
2016-11-23 23:40:21 +00:00
ga('create', 'UA-87738806-5', 'auto');
ga('send', 'pageview');
</script>
2013-09-12 05:40:57 +00:00
<!--
2012-05-14 02:54:16 +00:00
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
2013-09-12 05:40:57 +00:00
-->
2012-05-14 02:54:16 +00:00
2013-09-25 08:47:25 +00:00
<title>TMK Keyboard Firmware</title>
2012-05-14 02:54:16 +00:00
</head>
<body>
2013-09-25 08:47:25 +00:00
<h1>TMK Keyboard Firmware</h1>
2012-05-14 02:54:16 +00:00
2013-09-12 05:40:57 +00:00
<h2>Synopsis</h2>
2013-09-25 08:47:25 +00:00
<p><b>Keyboard controller/converter firmware for Atmel AVR USB family</b></p>
See <a href="https://github.com/tmk/tmk_keyboard#tmk-keyboard-firmware-collection">README</a> on repository for the detail.
2012-05-14 02:54:16 +00:00
2013-09-12 05:40:57 +00:00
<h2>Source</h2>
2013-09-25 08:47:25 +00:00
<ul>
<li>Git <a href="https://github.com/tmk/tmk_keyboard">repository</a> on GitHub
<li>Dowload <a href="https://github.com/tmk/tmk_keyboard/zipball/master">the latest code(.zip)</a>
</ul>
2012-05-14 02:54:16 +00:00
2013-09-12 05:40:57 +00:00
<h2>Build</h2>
<pre><code>$ cd tmk_keyboard
$ cd [project]
$ make
</code></pre>
2012-05-14 02:54:16 +00:00
2013-09-25 08:47:25 +00:00
<h2>Customize</h2>
2013-09-12 05:40:57 +00:00
<ul>
2013-09-25 08:47:25 +00:00
<li><a href="editor/index.html">Keymap Editor</a></li>
2013-09-12 05:40:57 +00:00
</ul>
2012-05-14 02:54:16 +00:00
</body>
2013-09-12 05:40:57 +00:00
</html>