mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
Change m0110 pin configuration: swap D0 and D1
This commit is contained in:
parent
58ca7b904b
commit
22315fcdf9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue