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