Skip to content

Commit

Permalink
Merge pull request #48 from ej113/master_aligned
Browse files Browse the repository at this point in the history
FFP Force Feedback Effect Improvements
  • Loading branch information
ej113 authored Oct 28, 2023
2 parents d783221 + abcdae5 commit 60528f7
Show file tree
Hide file tree
Showing 11 changed files with 1,918 additions and 352 deletions.
57 changes: 57 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# AVR objects
*.lst
*.eep
*.lss
*.sym

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
2 changes: 1 addition & 1 deletion Descriptors.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// Define: ENABLE_JOYSTICK_SERIAL
// When defined, includes USB COM serial port to the device
// in addition to joystick.
#define ENABLE_JOYSTICK_SERIAL
//#define ENABLE_JOYSTICK_SERIAL

/* Includes: */
#include <LUFA/Drivers/USB/USB.h>
Expand Down
2 changes: 1 addition & 1 deletion debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bool DoDebug(const uint8_t type);

// If below are defined, code for respective debug target is included into build
//#define DEBUG_ENABLE_UART
#define DEBUG_ENABLE_USB
//#define DEBUG_ENABLE_USB

#define DEBUG_BUFFER_SIZE 512

Expand Down
File renamed without changes.
Loading

0 comments on commit 60528f7

Please sign in to comment.