diff options
Diffstat (limited to 'ps2_usb/README')
| -rw-r--r-- | ps2_usb/README | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/ps2_usb/README b/ps2_usb/README index 3c9eb1428..ad5c6c431 100644 --- a/ps2_usb/README +++ b/ps2_usb/README | |||
| @@ -47,10 +47,10 @@ Keymap customization | |||
| 47 | You can customize keymaps easily by editing source code. | 47 | You can customize keymaps easily by editing source code. |
| 48 | 48 | ||
| 49 | 49 | ||
| 50 | Build | 50 | Build for Teensy |
| 51 | ----- | 51 | ---------------- |
| 52 | 0. Connect PS/2 keyboard to Teensy by 4 lines(Vcc, GND, Data, Clock). | 52 | 0. Connect PS/2 keyboard to Teensy by 4 lines(Vcc, GND, Data, Clock). |
| 53 | 1. Define following macros for PS/2 connection in config.h: | 53 | 1. Define following macros for PS/2 connection in config_pjrc.h: |
| 54 | PS2_DATA_PORT | 54 | PS2_DATA_PORT |
| 55 | PS2_DATA_PIN | 55 | PS2_DATA_PIN |
| 56 | PS2_DATA_DDR | 56 | PS2_DATA_DDR |
| @@ -65,6 +65,15 @@ Build | |||
| 65 | http://www.pjrc.com/teensy/loader.html | 65 | http://www.pjrc.com/teensy/loader.html |
| 66 | 66 | ||
| 67 | 67 | ||
| 68 | Build for V-USB | ||
| 69 | --------------- | ||
| 70 | 0. Build V-USB controller board and connect PS/2 keyboard. | ||
| 71 | 1. Define macros in config_vusb.h if needed. | ||
| 72 | 2. Edit Makefile.vusb for build options and MCU setting. | ||
| 73 | 3. make -f Makefile.vusb | ||
| 74 | 4. program your V-USB controller. | ||
| 75 | |||
| 76 | |||
| 68 | Keymap | 77 | Keymap |
| 69 | ------ | 78 | ------ |
| 70 | You can change a keymap by editing code of keymap.c like following. | 79 | You can change a keymap by editing code of keymap.c like following. |
