1
0
tmk_keyboard/editor/index.html

30 lines
847 B
HTML
Raw Normal View History

2013-09-25 08:47:25 +00:00
<html>
<head>
<title>TMK Keymap Editor</title>
</head>
<body>
<h1>TMK Keymap Editor</h1>
<h2>Online Keymap Editor Demo</h2>
<ul>
2015-04-12 06:47:27 +00:00
<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>
2015-11-08 05:45:17 +00:00
<li><a href="alps64/index.html">TMK Alps64</a>
2013-09-25 08:47:25 +00:00
</ul>
<h2>Instrucion</h2>
<ul>
2016-01-06 03:28:20 +00:00
<li><a href="https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/keymap.md">Keymap Description</a>
<li><a href="https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/build.md#program-controller">Program Controller</a>
2013-09-25 08:47:25 +00:00
</ul>
<h2>Internal</h2>
<ul>
<li><a href="keymap_editor.md">Keymap Editor MEMO</a>
</ul>
</body>
</html>