From 784c6e39795edd86e368e601f3c2e367a758c69f Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 11 Jun 2012 15:20:40 +0900 Subject: [PATCH] Fix README.md: remove bad links --- README.md | 100 ++++++++++---------- keyboard/hhkb/doc/Bluetooth_img/.picasa.ini | 2 - 2 files changed, 51 insertions(+), 51 deletions(-) delete mode 100755 keyboard/hhkb/doc/Bluetooth_img/.picasa.ini diff --git a/README.md b/README.md index d6d8fb4e..65fc72f5 100644 --- a/README.md +++ b/README.md @@ -7,37 +7,29 @@ Source code is available here: Features -------- -* Mouse key - Mouse control by keyboard -* System Control Key - Power Down, Sleep, Wake Up and USB Remote Wake up -* Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc. -* USB NKRO - Can send 120 keys(+ 8 modifiers) simultaneously. -* PS/2 mouse support - integrate PS/2 mouse(TrackPoint) into keyboard as composite device. +* Mouse key - Mouse control by keyboard. +* System Control Key - Power Down, Sleep, Wake Up and USB Remote Wake up. +* Media Control Key - Volume Down/Up, Mute, Next/Prev track, Play, Stop and etc. +* USB NKRO - Can send 120 keys(+ 8 modifiers) simultaneously. +* PS/2 mouse support - integrate PS/2 mouse(TrackPoint) into keyboard as composite device. +* keyboard protocols - PS/2, ADB and old keyboard protocols. Projects -------- ### converter -* [ps2_usb][c1] - [PS/2 keyboard to USB][GH_ps2] -* [adb_usb][c2] - [ADB keyboard to USB][GH_adb] -* [m0110_usb][c3] - [Machintosh 128K/512K/Plus keyboard to USB][GH_m0110] -* [terminal_usb][c4] - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal] -* [news_usb][c5] - [Sony NEWS keyboard to USB][GH_news] -* [x68k_usb][c6] - [Sharp X68000 keyboard to USB][GH_x68k] +* ps2_usb - [PS/2 keyboard to USB][GH_ps2] +* adb_usb - [ADB keyboard to USB][GH_adb] +* m0110_usb - [Machintosh 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] ### keyboard -* [hhkb][k1] - [Happy Hacking Keyboard professional][GH_hhkb] -* [macway][k2] - [Compact keyboard mod][GH_macway] -* [hbkb][k3] - [Happy Buckling sprint keyboard(IBM Model M mod)][GH_hbkb] - -[c1]: converter/ps2_usb/ -[c2]: converter/adb_usb/ -[c3]: converter/m0110_usb/ -[c4]: converter/terminal_usb/ -[c5]: converter/news_usb/ -[c6]: converter/x68k_usb/ -[k1]: keyboard/hhkb -[k2]: keyboard/macway -[k3]: keyboard/hbkb +* hhkb - [Happy Hacking Keyboard professional][GH_hhkb] +* macway - [Compact keyboard mod][GH_macway] +* hbkb - [Happy Buckling sprint keyboard(IBM Model M mod)][GH_hbkb] + [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 @@ -54,21 +46,24 @@ Projects Files & Directories ------------------- ### Top -* [common/](common/) - common codes -* [protocol/](protocol/) - keyboard protocol support -* [keyboard/](keyboard/) - keyboard projects -* [converter/](converter/) - protocol converter projects -* [doc/](doc/) - documents +* common/ - common codes +* protocol/ - keyboard protocol support +* keyboard/ - keyboard projects +* converter/ - protocol converter projects +* doc/ - documents +* common.mk - Makefile for common +* protoco.mk - Makefile for protocol +* rules.mk - Makefile for build rules ### Keyboard Protocols -* [pjrc/](protocol/pjrc/) - PJRC USB stack -* [vusb/](protocol/vusb/) - Objective Development V-USB -* [iwrap/](protocol/iwrap) - Bluetooth HID for Bluegiga iWRAP -* [ps2.c](protocol/ps2.c) - PS/2 protocol -* [adb.c](protocol/adb.c) - Apple Desktop Bus protocol -* [m0110.c](protocol/m0110.c) - Macintosh 128K/512K/Plus keyboard protocol -* [news.c](protocol/news.c) - Sony NEWS keyboard protocol -* [x68k.c](protocol/x68k.c) - Sharp X68000 keyboard protocol +* pjrc/ - PJRC USB stack +* vusb/ - Objective Development V-USB +* iwrap/ - Bluetooth HID for Bluegiga iWRAP +* ps2.c - PS/2 protocol +* adb.c - Apple Desktop Bus protocol +* m0110.c - Macintosh 128K/512K/Plus keyboard protocol +* news.c - Sony NEWS keyboard protocol +* x68k.c - Sharp X68000 keyboard protocol Build & Program @@ -86,7 +81,7 @@ The firmware will be compiled as a file `tmk_.hex`. [crosspack]: http://www.obdev.at/products/crosspack/index.html ### Program Controller -If you have proper program command in Makefile just type this. +If you have a proper program command in `Makefile` just type this. $ make program @@ -94,23 +89,25 @@ As for `Teensy` you can use `PJRC's loader` to program hex file. mods == (MOD_BIT(KB_LSHIFT) | MOD_BIT(KB_RSHIFT))) Keymap diff --git a/keyboard/hhkb/doc/Bluetooth_img/.picasa.ini b/keyboard/hhkb/doc/Bluetooth_img/.picasa.ini deleted file mode 100755 index f6a4f606..00000000 --- a/keyboard/hhkb/doc/Bluetooth_img/.picasa.ini +++ /dev/null @@ -1,2 +0,0 @@ -[Picasa] -name=Bluetooth_img -- 2.39.3