You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c FIX: keycodes for Keypad, Fn and Mousekey. |
15 years ago | |
|---|---|---|
| .. | ||
| Makefile | 15 years ago | |
| README | 15 years ago | |
| config.h | 15 years ago | |
| keymap.c | 15 years ago | |
| matrix.c | 15 years ago | |
README
ADB to USB keyboard converter ============================= This firmware converts ADB keyboard protocol to USB. Build ----- 0. Connect ADB keyboard to Teensy by 3 lines(Vcc, GND, Data). PSW line is optional. See ADB.txt for details. 1. Define following macros for ADB connection in config.h: ADB_PORT ADB_PIN ADB_DDR ADB_DATA_BIT ADB_PSW_BIT 2. make 3. program Teensy. EOF