diff --git a/G27_Pedals_and_Shifter.ino b/G27_Pedals_and_Shifter.ino index 7f63042..b42f4d2 100644 --- a/G27_Pedals_and_Shifter.ino +++ b/G27_Pedals_and_Shifter.ino @@ -5,7 +5,7 @@ // http://www.isrtv.com/forums/topic/13189-diy-g25-shifter-interface-with-h-pattern-sequential-and-handbrake-modes/ #include -#include "./lib/G27PedalsShifter.h" +#include "./src/G27PedalsShifter.h" // comment either out to disable #define USE_PEDALS diff --git a/lib/G27PedalsShifter.cpp b/src/G27PedalsShifter.cpp similarity index 100% rename from lib/G27PedalsShifter.cpp rename to src/G27PedalsShifter.cpp diff --git a/lib/G27PedalsShifter.h b/src/G27PedalsShifter.h similarity index 100% rename from lib/G27PedalsShifter.h rename to src/G27PedalsShifter.h