1
0
tmk_keyboard/index.html
2013-09-25 17:47:25 +09:00

46 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!--
<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" />
-->
<title>TMK Keyboard Firmware</title>
</head>
<body>
<h1>TMK Keyboard Firmware</h1>
<h2>Synopsis</h2>
<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.
<h2>Source</h2>
<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>
<h2>Build</h2>
<pre><code>$ cd tmk_keyboard
$ cd [project]
$ make
</code></pre>
<h2>Customize</h2>
<ul>
<li><a href="editor/index.html">Keymap Editor</a></li>
</ul>
</body>
</html>