]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - converter/m0110_usb/config.h
Change m0110 pin configuration: swap D0 and D1
[tmk_firmware.git] / converter / m0110_usb / config.h
index 2f63a3a490e5183f3fd7eac10a6d725caa354484..32a59e1d45a8b323773d03726beac050fc8eaa6e 100644 (file)
@@ -53,10 +53,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define M0110_CLOCK_PORT        PORTD
 #define M0110_CLOCK_PIN         PIND
 #define M0110_CLOCK_DDR         DDRD
-#define M0110_CLOCK_BIT         0
+#define M0110_CLOCK_BIT         1
 #define M0110_DATA_PORT         PORTD
 #define M0110_DATA_PIN          PIND
 #define M0110_DATA_DDR          DDRD
-#define M0110_DATA_BIT          1
+#define M0110_DATA_BIT          0
 
 #endif