Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
*.map
*.sym
*.eep
LUFA/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "LUFA"]
path = LUFA
url = git@github.com:abcminiuser/lufa.git
1 change: 1 addition & 0 deletions LUFA
Submodule LUFA added at 1e9148
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ F_USB = $(F_CPU)
OPTIMIZATION = s
TARGET = Joystick
SRC = $(TARGET).c Descriptors.c image.c $(LUFA_SRC_USB)
LUFA_PATH = ../LUFA/LUFA
LUFA_PATH = LUFA/LUFA
# Remove the -DZIG_ZAG_PRINTING below to compile with basic printing pattern (printing will take 30 m vs 25 m),
# when this option is left enable, add also a -DSYNC_TO_30_FPS to save even more time (4 m). The last option is
# still experimental, and sometimes breaks the pritning pattern
Expand Down