aboutsummaryrefslogtreecommitdiff
path: root/ps2_usb/README
diff options
context:
space:
mode:
Diffstat (limited to 'ps2_usb/README')
-rw-r--r--ps2_usb/README15
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
50Build 50Build for Teensy
51----- 51----------------
520. Connect PS/2 keyboard to Teensy by 4 lines(Vcc, GND, Data, Clock). 520. Connect PS/2 keyboard to Teensy by 4 lines(Vcc, GND, Data, Clock).
531. Define following macros for PS/2 connection in config.h: 531. 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
68Build for V-USB
69---------------
700. Build V-USB controller board and connect PS/2 keyboard.
711. Define macros in config_vusb.h if needed.
722. Edit Makefile.vusb for build options and MCU setting.
733. make -f Makefile.vusb
744. program your V-USB controller.
75
76
68Keymap 77Keymap
69------ 78------
70You can change a keymap by editing code of keymap.c like following. 79You can change a keymap by editing code of keymap.c like following.