1
0
tmk_keyboard/index.html

44 lines
1.0 KiB
HTML
Raw 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">
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-12 05:40:57 +00:00
<title>TMK keyboard</title>
2012-05-14 02:54:16 +00:00
</head>
<body>
2013-09-12 05:40:57 +00:00
<h1>TMK keyboard</h1>
2012-05-14 02:54:16 +00:00
2013-09-12 05:40:57 +00:00
<h2>Synopsis</h2>
<p>Keyboard controller/converter firmware for Atmel AVR USB family</p>
2012-05-14 02:54:16 +00:00
2013-09-12 05:40:57 +00:00
<h2>Source</h2>
Dowload <a href="https://github.com/tmk/tmk_keyboard/zipball/master">the latest code(.zip)</a> or view its
<a href="https://github.com/tmk/tmk_keyboard">repository</a> on GitHub.
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-12 05:40:57 +00:00
<h2>Keymap Editor</h2>
<ul>
<li><a href="editor/">Editor</a></li>
<li><a href="editor/hhkb/index.html">Editor/hhkb</a></li>
</ul>
2012-05-14 02:54:16 +00:00
</body>
2013-09-12 05:40:57 +00:00
</html>