logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 4a4eda4c3ca96a57d44fc1cb5d4d5ef536839d2f
parent 942c2a8d5acfebe73cc1dafd9b0044cb1cc7e911
Author: Danny <nooges@users.noreply.github.com>
Date:   Thu, 13 Jun 2024 09:00:42 -0400

Add missing encode enable for BAMFK-1 (#23821)

Add missing encode enable

Diffstat:

Mkeyboards/keebio/bamfk1/keyboard.json1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/keyboards/keebio/bamfk1/keyboard.json b/keyboards/keebio/bamfk1/keyboard.json @@ -4,6 +4,7 @@ "maintainer": "nooges", "bootloader": "atmel-dfu", "encoder": { + "enabled": true, "rotary": [ {"pin_a": "C7", "pin_b": "B5"}, {"pin_a": "D7", "pin_b": "D4"}