logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 2ddfd60be70c12dcd09cdecb1170396ad267e17d
parent 63ef6516d31149a01df1694907425a99e06e8bcc
Author: Ryan <fauxpark@gmail.com>
Date:   Thu, 18 Jul 2024 17:10:45 +1000

`amjkeyboard/amj60`: reduce firmware size (#24139)


Diffstat:

Mkeyboards/amjkeyboard/amj60/keyboard.json5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/keyboards/amjkeyboard/amj60/keyboard.json b/keyboards/amjkeyboard/amj60/keyboard.json @@ -11,8 +11,8 @@ "features": { "backlight": true, "bootmagic": false, - "command": true, - "console": true, + "command": false, + "console": false, "extrakey": true, "mousekey": false, "nkro": true, @@ -45,7 +45,6 @@ "knight": true, "christmas": true, "static_gradient": true, - "rgb_test": true, "alternating": true, "twinkle": true }