diff options
author | Gregorio <38576492+ohchiko@users.noreply.github.com> | 2020-06-22 04:59:43 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 22:59:43 +0100 |
commit | af4bc251f9d4032abf12d0377b5e948701e82713 (patch) | |
tree | b2c77469fe2aef4ca4d4c6938020b6c85617275a /keyboards/mixi/config.h | |
parent | e79fb2c26e62b8820c8bdf7e142a605ccefe24ad (diff) | |
download | qmk_firmware-af4bc251f9d4032abf12d0377b5e948701e82713.tar.gz qmk_firmware-af4bc251f9d4032abf12d0377b5e948701e82713.zip |
Updates on Mixi default keymaps and fixes on configuration (#9467)
Diffstat (limited to 'keyboards/mixi/config.h')
-rw-r--r-- | keyboards/mixi/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mixi/config.h b/keyboards/mixi/config.h index cb89dd2cb0..aed57f3241 100644 --- a/keyboards/mixi/config.h +++ b/keyboards/mixi/config.h @@ -21,8 +21,8 @@ { C6, F7, B6 } \ } -#define ENCODERS_PAD_A { F5 } -#define ENCODERS_PAD_B { F4 } +#define ENCODERS_PAD_A { D7, B1 } +#define ENCODERS_PAD_B { E6, B3 } /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 |