diff options
Diffstat (limited to 'keyboards/3keyecosystem')
| -rw-r--r-- | keyboards/3keyecosystem/2key2/keyboard.json (renamed from keyboards/3keyecosystem/2key2/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/3keyecosystem/2key2/rules.mk | 13 |
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/3keyecosystem/2key2/info.json b/keyboards/3keyecosystem/2key2/keyboard.json index 129662175c..5c77fdf6ae 100644 --- a/keyboards/3keyecosystem/2key2/info.json +++ b/keyboards/3keyecosystem/2key2/keyboard.json | |||
| @@ -67,6 +67,15 @@ | |||
| 67 | "sleep": true | 67 | "sleep": true |
| 68 | }, | 68 | }, |
| 69 | 69 | ||
| 70 | "features": { | ||
| 71 | "bootmagic": true, | ||
| 72 | "command": false, | ||
| 73 | "console": false, | ||
| 74 | "extrakey": true, | ||
| 75 | "mousekey": false, | ||
| 76 | "nkro": false, | ||
| 77 | "rgb_matrix": true | ||
| 78 | }, | ||
| 70 | "matrix_pins": { | 79 | "matrix_pins": { |
| 71 | "cols": ["F4", "D7"], | 80 | "cols": ["F4", "D7"], |
| 72 | "rows": ["F6"] | 81 | "rows": ["F6"] |
diff --git a/keyboards/3keyecosystem/2key2/rules.mk b/keyboards/3keyecosystem/2key2/rules.mk deleted file mode 100644 index 94674b71a1..0000000000 --- a/keyboards/3keyecosystem/2key2/rules.mk +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | RGB_MATRIX_ENABLE = yes # Enable RGB matrix | ||
| 13 | AUDIO_ENABLE = no # Audio output | ||
