logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: c785584fa54f742ef57494383a4de01bf2509adc
parent b826877c40b64be023fda2879a268d5fa6aa610e
Author: QMK Bot <hello@qmk.fm>
Date:   Wed, 12 Jun 2024 07:12:20 +0000

Merge remote-tracking branch 'origin/master' into develop

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 },