Browse Source

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

Ryan 2 years ago
parent
commit
3c868b9316
1 changed files with 6 additions and 0 deletions
  1. 6 0
      keyboards/ergodox_ez/base/keyboard.json

+ 6 - 0
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
     }
 }