logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 031ca3b40bbfae7f1d65e9ece0fab8fdfd9ee8ed
parent 8041a88f5d39709548bdb44908afe0548651d640
Author: 4pplet <mail@4pplet.com>
Date:   Wed, 12 Jun 2024 09:11:50 +0200

[Keyboard] Fix settings for 4pplet/waffling60 (#23862)


Diffstat:

Mkeyboards/4pplet/waffling60/rev_e/keyboard.json3++-
Mkeyboards/4pplet/waffling60/rev_e_ansi/keyboard.json3++-
Mkeyboards/4pplet/waffling60/rev_e_iso/keyboard.json1+
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/keyboards/4pplet/waffling60/rev_e/keyboard.json b/keyboards/4pplet/waffling60/rev_e/keyboard.json @@ -15,7 +15,8 @@ "console": false, "extrakey": true, "key_lock": true, - "mousekey": false, + "mousekey": true, + "encoder": true, "nkro": true, "rgblight": true }, diff --git a/keyboards/4pplet/waffling60/rev_e_ansi/keyboard.json b/keyboards/4pplet/waffling60/rev_e_ansi/keyboard.json @@ -15,7 +15,8 @@ "console": false, "extrakey": true, "key_lock": true, - "mousekey": false, + "mousekey": true, + "encoder": true, "nkro": true, "rgblight": true }, diff --git a/keyboards/4pplet/waffling60/rev_e_iso/keyboard.json b/keyboards/4pplet/waffling60/rev_e_iso/keyboard.json @@ -16,6 +16,7 @@ "extrakey": true, "key_lock": true, "mousekey": true, + "encoder": true, "nkro": true, "rgblight": true },