diff options
author | tmk <nobody@nowhere> | 2013-08-04 16:13:51 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-08-04 16:17:53 +0900 |
commit | 60103a12b2ca0a572da1e72eb46bff19c499fc95 (patch) | |
tree | f68f6ee1c04d2d078d1d62d0b566d74bec9be430 /converter/m0110_usb/README.md | |
parent | c274cc8cdc39c10c88fd5214fdbe397047309791 (diff) | |
download | qmk_firmware-60103a12b2ca0a572da1e72eb46bff19c499fc95.tar.gz |
Change Makefile and port setting
- Makefile use LUFA now
- Change MCU ports PF{0,1} to PD{0,1}
- Add build option for keymap to Makefile: make keymap=hasu
Diffstat (limited to 'converter/m0110_usb/README.md')
-rw-r--r-- | converter/m0110_usb/README.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/converter/m0110_usb/README.md b/converter/m0110_usb/README.md index 80503e875..bd8bef9f2 100644 --- a/converter/m0110_usb/README.md +++ b/converter/m0110_usb/README.md @@ -11,10 +11,16 @@ you can use other board with USB AVR like `ATmega32U4` and `AT90USB`. +Update +------ +- 2013/08 Change port for signals PF to PD + + + Connection ---------- You need 4P4C plug and cable to connect Teensy or other AVR dev board into the keyboard. -Teensy port `PF0` is assigned for `CLOCK` line and `PF1` for `DATA` by default, +Teensy port `PD0` is assigned for `CLOCK` line and `PD1` for `DATA` by default, you can change pin configuration with editing *config.h*. You can find 4P4C plugs on telephone handset cable. Note that it is *crossover* connection @@ -53,8 +59,8 @@ You can edit *Makefile* and *config.h* to change compile options and pin configu $ git clone git://github.com/tmk/tmk_keyboard.git (or download source) $ cd m0110_usb - $ make -f Makefile.lufa clean - $ make -f Makefile.lufa + $ make -f Makefile clean + $ make -f Makefile and program your Teensy with [PJRC Teensy loader](http://www.pjrc.com/teensy/loader.html). |