logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 3c868b9316ea9415288f55c0041c4d25e3e489ae
parent 7ac1a34a346aed7118018f4f562a1cfdd651a087
Author: Ryan <fauxpark@gmail.com>
Date:   Sun, 16 Jun 2024 22:52:47 +1000

`ergodox_ez/base`: Add missing `features` object (#23935)


Diffstat:

Mkeyboards/ergodox_ez/base/keyboard.json6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/keyboards/ergodox_ez/base/keyboard.json b/keyboards/ergodox_ez/base/keyboard.json @@ -2,5 +2,11 @@ "keyboard_name": "ErgoDox EZ", "usb": { "pid": "0x4974" + }, + "features": { + "bootmagic": false, + "mousekey": true, + "extrakey": true, + "nkro": true } }