1
0
tmk_keyboard/editor/index.html
2016-01-13 15:40:53 +09:00

29 lines
849 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</a>
<li><a href="alps64/index.html">Alps64 PCB</a>
<li>Apple M0110 Converter [<a href="m0110/m0110.html">Mac 128/512K</a>] [<a href="m0110/m0110a.html">Mac Plus</a>]
<li><a href="usb_usb/index.html">USB to USB Converter</a>
</ul>
<h2>Instrucion</h2>
<ul>
<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>
</ul>
<h2>Internal</h2>
<ul>
<li><a href="keymap_editor.md">Keymap Editor MEMO</a>
</ul>
</body>
</html>