]> git.donarmstrong.com Git - qmk_firmware.git/blob - TMK-Own-Projects.md
Updated TMK Own Projects (markdown)
[qmk_firmware.git] / TMK-Own-Projects.md
1 ## TMK own projects by hasu(in tmk_keyboard repository)
2 ### converter                                                                                                                                                                                          
3 * [ps2_usb]         - [PS/2 keyboard to USB][GH_ps2]
4 * [adb_usb]         - [ADB keyboard to USB][GH_adb]
5 * [m0110_usb]       - [Macintosh 128K/512K/Plus keyboard to USB][GH_m0110]
6 * [terminal_usb]    - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal]
7 * [news_usb]        - [Sony NEWS keyboard to USB][GH_news]
8 * [x68k_usb]        - [Sharp X68000 keyboard to USB][GH_x68k]
9 * [sun_usb]         - [Sun] to USB(type4, 5 and 3?)
10 * [pc98_usb]        - [PC98] to USB
11 * [usb_usb]         - USB to USB(experimental)
12 * [ascii_usb]       - ASCII(Serial console terminal) to USB
13 * [ibm4704_usb]     - [IBM 4704 keyboard Converter][GH_ibm4704]
14                    
15 ### keyboard 
16 * [hhkb]            - [Happy Hacking Keyboard pro][GH_hhkb]
17 * [gh60]            - [GH60][GH60_diy] DIY 60% keyboard [prototype][GH60_proto]
18 * [hbkb]            - [Happy Buckling spring keyboard][GH_hbkb](IBM Model M 60% mod)
19 * [hid_liber]       - [HID liberation][HID_liber] controller (by alaricljs)
20 * [phantom]         - [Phantom] keyboard (by Tranquilite)
21 * [IIgs_Standard]   - Apple [IIGS] keyboard mod(by JeffreySung)
22 * [macway]          - [Compact keyboard mod][GH_macway] [retired]
23 * [KMAC]            - Korean custom keyboard
24 * [Lightsaber]      - Korean custom keyboard
25              
26 [ps2_usb]:              https://github.com/tmk/tmk_keyboard/tree/master/converter/ps2_usb/
27 [adb_usb]:              https://github.com/tmk/tmk_keyboard/tree/master/converter/adb_usb/
28 [m0110_usb]:            https://github.com/tmk/tmk_keyboard/tree/master/converter/m0110_usb
29 [terminal_usb]:         https://github.com/tmk/tmk_keyboard/tree/master/converter/terminal_usb/
30 [news_usb]:             https://github.com/tmk/tmk_keyboard/tree/master/converter/news_usb/
31 [x68k_usb]:             https://github.com/tmk/tmk_keyboard/tree/master/converter/x68k_usb/
32 [sun_usb]:              https://github.com/tmk/tmk_keyboard/tree/master/converter/sun_usb/
33 [pc98_usb]:             https://github.com/tmk/tmk_keyboard/tree/master/converter/pc98_usb/
34 [usb_usb]:              https://github.com/tmk/tmk_keyboard/tree/master/converter/usb_usb/
35 [ascii_usb]:            https://github.com/tmk/tmk_keyboard/tree/master/converter/ascii_usb/
36 [ibm4704_usb]:          https://github.com/tmk/tmk_keyboard/tree/master/converter/ibm4704_usb
37 [hhkb]:                 https://github.com/tmk/tmk_keyboard/tree/master/keyboard/hhkb/
38 [gh60]:                 https://github.com/tmk/tmk_keyboard/tree/master/keyboard/gh60/
39 [hbkb]:                 https://github.com/tmk/tmk_keyboard/tree/master/keyboard/hbkb/
40 [hid_liber]:            https://github.com/tmk/tmk_keyboard/tree/master/keyboard/hid_liber/
41 [phantom]:              https://github.com/tmk/tmk_keyboard/tree/master/keyboard/phantom/
42 [IIgs_Standard]:        https://github.com/tmk/tmk_keyboard/tree/master/keyboard/IIgs/
43 [macway]:               https://github.com/tmk/tmk_keyboard/tree/master/keyboard/macway/
44 [KMAC]:                 https://github.com/tmk/tmk_keyboard/tree/master/keyboard/kmac/
45 [Lightsaber]:           https://github.com/tmk/tmk_keyboard/tree/master/keyboard/lightsaber/
46              
47 [GH_macway]:    http://geekhack.org/showwiki.php?title=Island:11930
48 [GH_hhkb]:      http://geekhack.org/showwiki.php?title=Island:12047
49 [GH_ps2]:       http://geekhack.org/showwiki.php?title=Island:14618
50 [GH_adb]:       http://geekhack.org/showwiki.php?title=Island:14290
51 [GH_hhkb_bt]:   http://geekhack.org/showwiki.php?title=Island:20851
52 [GH_m0110]:     http://geekhack.org/showwiki.php?title=Island:24965
53 [GH_news]:      http://geekhack.org/showwiki.php?title=Island:25759
54 [GH_terminal]:  http://geekhack.org/showwiki.php?title=Island:27272
55 [GH_x68k]:      http://geekhack.org/showwiki.php?title=Island:29060
56 [GH_hbkb]:      http://geekhack.org/showwiki.php?title=Island:29483
57 [GH_ibm4704]:   http://geekhack.org/index.php?topic=54706.0
58 [HID_liber]:    http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions
59 [Phantom]:      http://geekhack.org/index.php?topic=26742
60 [GH60_diy]:     http://geekhack.org/index.php?topic=34959
61 [GH60_proto]:   http://geekhack.org/index.php?topic=37570.0
62 [PC98]:         http://en.wikipedia.org/wiki/NEC_PC-9801
63 [Sun]:          http://en.wikipedia.org/wiki/Sun-3
64 [IIGS]:         http://en.wikipedia.org/wiki/Apple_IIGS
65
66
67 See other [[TMK Based Projects]]