1
0
Fork 0

keebio/kbo5000: fix encoder config (#19941)

This commit is contained in:
Ryan 2023-02-26 15:24:24 +11:00 committed by GitHub
parent 7e0299117b
commit 89487677e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View file

@ -1,8 +1,8 @@
#include QMK_KEYBOARD_H
enum encoder_names {
LEFT_HALF_ENC = 0,
RIGHT_HALF_ENC1 = 2,
LEFT_HALF_ENC,
RIGHT_HALF_ENC1,
RIGHT_HALF_ENC2,
};