All the other buttons and the analogue L-trigger are working according to the debug output, however the Twist, I, and II remain unresponsive. I have tried all of the available profiles and nothing changes.
Hardware wise there are some differences, I am using a Teensy 3.2 rather then a 3.1, and due to a slight mishap while soldering I have DAT, CMD, and ATT connected to pins 9, 8, and 7 respectively. I have changed NCPins.h accordingly.
I also ran into the same issues as #1 but putting all the .cpp and .h files in the same directory as the .ino file and changing all the file paths in the code to reflect this solved that issue and allowed me to flash the program onto my Teensy without any trouble
My NeGcon itself is in working order and testing with a regular adapter shows no issues with the buttons or the twist axis

This is the debug output while twisting the controller and holding the buttons and triggers about halfway down, the L-axis is clearly working, but there is no change on the other axis.
All the other buttons and the analogue L-trigger are working according to the debug output, however the Twist, I, and II remain unresponsive. I have tried all of the available profiles and nothing changes.
Hardware wise there are some differences, I am using a Teensy 3.2 rather then a 3.1, and due to a slight mishap while soldering I have DAT, CMD, and ATT connected to pins 9, 8, and 7 respectively. I have changed
NCPins.haccordingly.I also ran into the same issues as #1 but putting all the
.cppand.hfiles in the same directory as the.inofile and changing all the file paths in the code to reflect this solved that issue and allowed me to flash the program onto my Teensy without any troubleMy NeGcon itself is in working order and testing with a regular adapter shows no issues with the buttons or the twist axis
This is the debug output while twisting the controller and holding the buttons and triggers about halfway down, the L-axis is clearly working, but there is no change on the other axis.