Skip to content

Commit

Permalink
keebio/kbo5000: fix encoder config (#19941)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Feb 26, 2023
1 parent 7e02991 commit 8948767
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions keyboards/keebio/kbo5000/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -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,
};

Expand Down
4 changes: 2 additions & 2 deletions keyboards/keebio/kbo5000/keymaps/iso/keymap.c
Original file line number Diff line number Diff line change
@@ -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,
};

Expand Down
4 changes: 2 additions & 2 deletions keyboards/keebio/kbo5000/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -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,
};

Expand Down
3 changes: 1 addition & 2 deletions keyboards/keebio/kbo5000/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"encoder": {
"rotary": [
{"pin_a": "F5", "pin_b": "F6"},
{"pin_a": "NO_PIN", "pin_b": "NO_PIN"}
{"pin_a": "F5", "pin_b": "F6"}
]
},
"backlight": {
Expand Down

0 comments on commit 8948767

Please sign in to comment.