mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
Updated Projects (markdown)
This commit is contained in:
parent
2dbd047aa5
commit
62d5ca9b81
1 changed files with 47 additions and 26 deletions
63
Projects.md
63
Projects.md
|
@ -1,26 +1,47 @@
|
||||||
### converter
|
### converter
|
||||||
* [ps2_usb](converter/ps2_usb/) - [PS/2 keyboard to USB][GH_ps2]
|
* [ps2_usb] - [PS/2 keyboard to USB][GH_ps2]
|
||||||
* [adb_usb](converter/adb_usb/) - [ADB keyboard to USB][GH_adb]
|
* [adb_usb] - [ADB keyboard to USB][GH_adb]
|
||||||
* [m0110_usb](converter/m0110_usb) - [Macintosh 128K/512K/Plus keyboard to USB][GH_m0110]
|
* [m0110_usb] - [Macintosh 128K/512K/Plus keyboard to USB][GH_m0110]
|
||||||
* [terminal_usb](converter/terminal_usb/) - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal]
|
* [terminal_usb] - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal]
|
||||||
* [news_usb](converter/news_usb/) - [Sony NEWS keyboard to USB][GH_news]
|
* [news_usb] - [Sony NEWS keyboard to USB][GH_news]
|
||||||
* [x68k_usb](converter/x68k_usb/) - [Sharp X68000 keyboard to USB][GH_x68k]
|
* [x68k_usb] - [Sharp X68000 keyboard to USB][GH_x68k]
|
||||||
* [sun_usb](converter/sun_usb/) - [Sun] to USB(type4, 5 and 3?)
|
* [sun_usb] - [Sun] to USB(type4, 5 and 3?)
|
||||||
* [pc98_usb](converter/pc98_usb/) - [PC98] to USB
|
* [pc98_usb] - [PC98] to USB
|
||||||
* [usb_usb](converter/usb_usb/) - USB to USB(experimental)
|
* [usb_usb] - USB to USB(experimental)
|
||||||
* [ascii_usb](converter/ascii_usb/) - ASCII(Serial console terminal) to USB
|
* [ascii_usb] - ASCII(Serial console terminal) to USB
|
||||||
* [ibm4704_usb](converter/ibm4704_usb) - [IBM 4704 keyboard Converter][GH_ibm4704]
|
* [ibm4704_usb] - [IBM 4704 keyboard Converter][GH_ibm4704]
|
||||||
|
|
||||||
### keyboard
|
### keyboard
|
||||||
* [hhkb](keyboard/hhkb/) - [Happy Hacking Keyboard pro][GH_hhkb] **my main board**
|
* [hhkb] - [Happy Hacking Keyboard pro][GH_hhkb]
|
||||||
* [gh60](keyboard/gh60/) - [GH60] DIY 60% keyboard [prototype][GH60_proto] **my second board**
|
* [gh60] - [GH60][GH60_diy] DIY 60% keyboard [prototype][GH60_proto]
|
||||||
* [hbkb](keyboard/hbkb/) - [Happy Buckling spring keyboard][GH_hbkb](IBM Model M 60% mod)
|
* [hbkb] - [Happy Buckling spring keyboard][GH_hbkb](IBM Model M 60% mod)
|
||||||
* [hid_liber](keyboard/hid_liber/) - [HID liberation][HID_liber] controller (by alaricljs)
|
* [hid_liber] - [HID liberation][HID_liber] controller (by alaricljs)
|
||||||
* [phantom](keyboard/phantom/) - [Phantom] keyboard (by Tranquilite)
|
* [phantom] - [Phantom] keyboard (by Tranquilite)
|
||||||
* [IIgs_Standard](keyboard/IIgs/) - Apple [IIGS] keyboard mod(by JeffreySung)
|
* [IIgs_Standard] - Apple [IIGS] keyboard mod(by JeffreySung)
|
||||||
* [macway](keyboard/macway/) - [Compact keyboard mod][GH_macway] [retired]
|
* [macway] - [Compact keyboard mod][GH_macway] [retired]
|
||||||
* [KMAC](keyboard/kmac/) - Korean custom keyboard
|
* [KMAC] - Korean custom keyboard
|
||||||
* [Lightsaber](keyboard/lightsaber/) - Korean custom keyboard
|
* [Lightsaber] - Korean custom keyboard
|
||||||
|
|
||||||
|
[ps2_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/ps2_usb/
|
||||||
|
[adb_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/adb_usb/
|
||||||
|
[m0110_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/m0110_usb
|
||||||
|
[terminal_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/terminal_usb/
|
||||||
|
[news_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/news_usb/
|
||||||
|
[x68k_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/x68k_usb/
|
||||||
|
[sun_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/sun_usb/
|
||||||
|
[pc98_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/pc98_usb/
|
||||||
|
[usb_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/usb_usb/
|
||||||
|
[ascii_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/ascii_usb/
|
||||||
|
[ibm4704_usb]: https://github.com/tmk/tmk_keyboard/tree/master/converter/ibm4704_usb
|
||||||
|
[hhkb]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/hhkb/
|
||||||
|
[gh60]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/gh60/
|
||||||
|
[hbkb]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/hbkb/
|
||||||
|
[hid_liber]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/hid_liber/
|
||||||
|
[phantom]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/phantom/
|
||||||
|
[IIgs_Standard]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/IIgs/
|
||||||
|
[macway]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/macway/
|
||||||
|
[KMAC]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/kmac/
|
||||||
|
[Lightsaber]: https://github.com/tmk/tmk_keyboard/tree/master/keyboard/lightsaber/
|
||||||
|
|
||||||
[GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930
|
[GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930
|
||||||
[GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047
|
[GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047
|
||||||
|
@ -35,7 +56,7 @@
|
||||||
[GH_ibm4704]: http://geekhack.org/index.php?topic=54706.0
|
[GH_ibm4704]: http://geekhack.org/index.php?topic=54706.0
|
||||||
[HID_liber]: http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions
|
[HID_liber]: http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions
|
||||||
[Phantom]: http://geekhack.org/index.php?topic=26742
|
[Phantom]: http://geekhack.org/index.php?topic=26742
|
||||||
[GH60]: http://geekhack.org/index.php?topic=34959
|
[GH60_diy]: http://geekhack.org/index.php?topic=34959
|
||||||
[GH60_proto]: http://geekhack.org/index.php?topic=37570.0
|
[GH60_proto]: http://geekhack.org/index.php?topic=37570.0
|
||||||
[PC98]: http://en.wikipedia.org/wiki/NEC_PC-9801
|
[PC98]: http://en.wikipedia.org/wiki/NEC_PC-9801
|
||||||
[Sun]: http://en.wikipedia.org/wiki/Sun-3
|
[Sun]: http://en.wikipedia.org/wiki/Sun-3
|
||||||
|
|
Loading…
Reference in a new issue