X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fonekey%2Fconfig.h;h=bf1d2b1ed3aaee62b087ae5eea3ef7e83429c13e;hb=c7651089f2018c257f3e485d5350929a8bfa429d;hp=1d2e052bf0961ced26e0aac96ca2bf62c07afa98;hpb=a9c3f4750b3d703b8bbbc90db2566afd2aab0ec9;p=max%2Ftmk_keyboard.git diff --git a/keyboard/onekey/config.h b/keyboard/onekey/config.h index 1d2e052b..bf1d2b1e 100644 --- a/keyboard/onekey/config.h +++ b/keyboard/onekey/config.h @@ -73,7 +73,7 @@ along with this program. If not, see . # define PS2_CLOCK_PORT PORTD # define PS2_CLOCK_PIN PIND # define PS2_CLOCK_DDR DDRD -# define PS2_CLOCK_BIT 5 +# define PS2_CLOCK_BIT 1 # define PS2_DATA_PORT PORTD # define PS2_DATA_PIN PIND # define PS2_DATA_DDR DDRD @@ -87,7 +87,7 @@ along with this program. If not, see . #define PS2_CLOCK_PORT PORTD #define PS2_CLOCK_PIN PIND #define PS2_CLOCK_DDR DDRD -#define PS2_CLOCK_BIT 5 +#define PS2_CLOCK_BIT 1 #define PS2_DATA_PORT PORTD #define PS2_DATA_PIN PIND #define PS2_DATA_DDR DDRD