summaryrefslogtreecommitdiffstats
path: root/Projects.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2014-04-26 06:13:36 +0200
committertmk <tmk@users.noreply.github.com>2014-04-26 06:13:36 +0200
commit62d5ca9b81bf2317525a385c47d3505dcbef3fc6 (patch)
tree003523eda73099165c6792ceeb00bd54949fb134 /Projects.md
parent2dbd047aa59930799471935d985a7d5b6f9131f4 (diff)
downloadqmk_firmware-62d5ca9b81bf2317525a385c47d3505dcbef3fc6.tar.gz
qmk_firmware-62d5ca9b81bf2317525a385c47d3505dcbef3fc6.tar.xz
Updated Projects (markdown)
Diffstat (limited to 'Projects.md')
-rw-r--r--Projects.md73
1 files changed, 47 insertions, 26 deletions
diff --git a/Projects.md b/Projects.md
index 8456b90ca..0536e9232 100644
--- a/Projects.md
+++ b/Projects.md
@@ -1,27 +1,48 @@
-### converter
-* [ps2_usb](converter/ps2_usb/) - [PS/2 keyboard to USB][GH_ps2]
-* [adb_usb](converter/adb_usb/) - [ADB keyboard to USB][GH_adb]
-* [m0110_usb](converter/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]
-* [news_usb](converter/news_usb/) - [Sony NEWS keyboard to USB][GH_news]
-* [x68k_usb](converter/x68k_usb/) - [Sharp X68000 keyboard to USB][GH_x68k]
-* [sun_usb](converter/sun_usb/) - [Sun] to USB(type4, 5 and 3?)
-* [pc98_usb](converter/pc98_usb/) - [PC98] to USB
-* [usb_usb](converter/usb_usb/) - USB to USB(experimental)
-* [ascii_usb](converter/ascii_usb/) - ASCII(Serial console terminal) to USB
-* [ibm4704_usb](converter/ibm4704_usb) - [IBM 4704 keyboard Converter][GH_ibm4704]
-
-### keyboard
-* [hhkb](keyboard/hhkb/) - [Happy Hacking Keyboard pro][GH_hhkb] **my main board**
-* [gh60](keyboard/gh60/) - [GH60] DIY 60% keyboard [prototype][GH60_proto] **my second board**
-* [hbkb](keyboard/hbkb/) - [Happy Buckling spring keyboard][GH_hbkb](IBM Model M 60% mod)
-* [hid_liber](keyboard/hid_liber/) - [HID liberation][HID_liber] controller (by alaricljs)
-* [phantom](keyboard/phantom/) - [Phantom] keyboard (by Tranquilite)
-* [IIgs_Standard](keyboard/IIgs/) - Apple [IIGS] keyboard mod(by JeffreySung)
-* [macway](keyboard/macway/) - [Compact keyboard mod][GH_macway] [retired]
-* [KMAC](keyboard/kmac/) - Korean custom keyboard
-* [Lightsaber](keyboard/lightsaber/) - Korean custom keyboard
-
+### converter
+* [ps2_usb] - [PS/2 keyboard to USB][GH_ps2]
+* [adb_usb] - [ADB keyboard to USB][GH_adb]
+* [m0110_usb] - [Macintosh 128K/512K/Plus keyboard to USB][GH_m0110]
+* [terminal_usb] - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal]
+* [news_usb] - [Sony NEWS keyboard to USB][GH_news]
+* [x68k_usb] - [Sharp X68000 keyboard to USB][GH_x68k]
+* [sun_usb] - [Sun] to USB(type4, 5 and 3?)
+* [pc98_usb] - [PC98] to USB
+* [usb_usb] - USB to USB(experimental)
+* [ascii_usb] - ASCII(Serial console terminal) to USB
+* [ibm4704_usb] - [IBM 4704 keyboard Converter][GH_ibm4704]
+
+### keyboard
+* [hhkb] - [Happy Hacking Keyboard pro][GH_hhkb]
+* [gh60] - [GH60][GH60_diy] DIY 60% keyboard [prototype][GH60_proto]
+* [hbkb] - [Happy Buckling spring keyboard][GH_hbkb](IBM Model M 60% mod)
+* [hid_liber] - [HID liberation][HID_liber] controller (by alaricljs)
+* [phantom] - [Phantom] keyboard (by Tranquilite)
+* [IIgs_Standard] - Apple [IIGS] keyboard mod(by JeffreySung)
+* [macway] - [Compact keyboard mod][GH_macway] [retired]
+* [KMAC] - 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_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047
[GH_ps2]: http://geekhack.org/showwiki.php?title=Island:14618
@@ -35,8 +56,8 @@
[GH_ibm4704]: http://geekhack.org/index.php?topic=54706.0
[HID_liber]: http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions
[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
[PC98]: http://en.wikipedia.org/wiki/NEC_PC-9801
[Sun]: http://en.wikipedia.org/wiki/Sun-3
-[IIGS]: http://en.wikipedia.org/wiki/Apple_IIGS \ No newline at end of file
+[IIGS]: http://en.wikipedia.org/wiki/Apple_IIGS