logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 1317a0732b38f1f12e42976c6bf33e976a2104e5
parent 3ddd20cf51a054dc6c5ee6179f6ebec7efad7628
Author: QMK Bot <hello@qmk.fm>
Date:   Sun, 16 Jun 2024 12:53:18 +0000

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

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