diff options
author | Josh Johnson <josh@joshajohnson.com> | 2020-06-15 19:17:30 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 02:17:30 -0700 |
commit | da76734fe0aba64140d4d127161cc4390776ffd7 (patch) | |
tree | 3e05a8c528af167180cc02d1b4c9e7870c88b423 /keyboards/hub16/config.h | |
parent | c029c5b187508755b2030354906a55d1c5349a9e (diff) | |
download | qmk_firmware-da76734fe0aba64140d4d127161cc4390776ffd7.tar.gz |
[Keyboard] Hub16 keymap bugfix (#9345)
Diffstat (limited to 'keyboards/hub16/config.h')
-rwxr-xr-x | keyboards/hub16/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/hub16/config.h b/keyboards/hub16/config.h index c7dec995e..ed14178d6 100755 --- a/keyboards/hub16/config.h +++ b/keyboards/hub16/config.h @@ -81,8 +81,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEBOUNCE 20 /* ENCODER THINGS */ - -// #define NUMBER_OF_ENCODERS 2 +// #define ENCODER_DIRECTION_FLIP #define ENCODERS_PAD_A \ { F6, B4 } #define ENCODERS_PAD_B \ |