diff options
author | d3v1c3nv11 <d3v1c3nv11@users.noreply.github.com> | 2017-11-06 16:46:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 16:46:02 +0200 |
commit | eaa6ef6390b645753e1be26c77dc5d7073d43959 (patch) | |
tree | dcb46f723c1091c7a0caef0eb6b856e39d751f55 | |
parent | bd1b3504eae9a0b78e1edcc1ff727e9949438261 (diff) |
update to use 170418 lufa library
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -17,9 +17,10 @@ git clone https://github.com/d3v1c3nv11/TERES-KBD-RELEASE.git cd TERES-KBD-RELEASE/ ``` -4. Extract the archive inside "avrspace/TERES-KBD-RELEASE/" to directory lufa-LUFA-151115 +4. Download Dean Camera's LUFA USB stack from http://www.fourwalledcubicle.com/ + Extract the archive inside "avrspace/TERES-KBD-RELEASE/" to directory lufa-LUFA-170418 ```bash -tar -xvf lufa-LUFA-151115.tar.gz +unzip lufa-LUFA-170418.zip ``` 5. The Olimex keyboard + touchpad code is located in "avrspace/TERES-KBD-RELEASE/TERES-HID/", navigate there to edit the build depndencies: ```bash @@ -29,9 +30,9 @@ cd TERES-HID/ ```bash nano makefile ``` -search for LUFA_PATH and make sure it is as follows: +search for LUFA_PATH and make sure it point to LUFA library: ```bash -LUFA_PATH = ../lufa-LUFA-151115/LUFA +LUFA_PATH = ../lufa-LUFA-170418/LUFA ``` save file and exit nano |