diff options
| author | James Young | 2024-04-11 17:29:10 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-11 17:29:10 +0200 |
| commit | a532d1cc5a785da3d73812330aad95555efb81fa (patch) | |
| tree | 7368acf53a6c68748e64a9ee02add119c338fb18 /keyboards/crypt_macro/info.json | |
| parent | 8bbbe753fdaf006d0f932187eac788b89910437d (diff) | |
Data-driven Keyboard Conversions: C (#23453)
Diffstat (limited to 'keyboards/crypt_macro/info.json')
| -rw-r--r-- | keyboards/crypt_macro/info.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/crypt_macro/info.json b/keyboards/crypt_macro/info.json index 1b340ff74f..e8771e363e 100644 --- a/keyboards/crypt_macro/info.json +++ b/keyboards/crypt_macro/info.json @@ -31,6 +31,13 @@ }, "processor": "STM32F072", "bootloader": "stm32-dfu", + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "nkro": true, + "rgblight": true + }, "matrix_pins": { "direct": [ ["B12", "B6", "B7"], |