1
0
tmk_keyboard/editor/index.html
2015-04-12 15:48:11 +09:00

29 lines
778 B
HTML

<html>
<head>
<title>TMK Keymap Editor</title>
</head>
<body>
<h1>TMK Keymap Editor</h1>
<h2>Online Keymap Editor Demo</h2>
<ul>
<li><a href="hhkb/index.html">HHKB Alt Controller USB</a>
<li><a href="hhkb_bt/index.html">HHKB Alt Controller Bluetooth</a>
<li><a href="m0110/m0110.html">Apple M0110</a>
<li><a href="m0110/m0110a.html">Apple M0110A</a>
</ul>
<h2>Instrucion</h2>
<ul>
<li><a href="https://github.com/tmk/tmk_keyboard/blob/master/doc/keymap.md">Keymap Description</a>
<li><a href="https://github.com/tmk/tmk_keyboard/blob/master/doc/build.md#program-controller">Program Controller</a>
</ul>
<h2>Internal</h2>
<ul>
<li><a href="keymap_editor.md">Keymap Editor MEMO</a>
</ul>
</body>
</html>