mirror of
https://github.com/flowenol/MacintoshKeyboardRemapper.git
synced 2024-11-24 05:32:32 +00:00
pins swap
This commit is contained in:
parent
f9ee2db27d
commit
278ca3f36d
@ -1,8 +1,8 @@
|
|||||||
#define CLK_MAC 7
|
#define CLK_MAC 5
|
||||||
#define DATA_MAC 8
|
#define DATA_MAC 6
|
||||||
|
|
||||||
#define CLK_KBD 5
|
#define CLK_KBD 7
|
||||||
#define DATA_KBD 6
|
#define DATA_KBD 8
|
||||||
|
|
||||||
#define CLOCK_START_MSEC 500
|
#define CLOCK_START_MSEC 500
|
||||||
#define CLOCK_TRANSITION_USEC 300
|
#define CLOCK_TRANSITION_USEC 300
|
||||||
|
Loading…
Reference in New Issue
Block a user