Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BastardKB: upstream tbkmini #23813

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
tbkmini: dd conversion pt2
  • Loading branch information
finrod09 committed May 28, 2024
commit 535375dc00cfd0563b59bd8efe334dd25f3e3fc2
2 changes: 2 additions & 0 deletions keyboards/bastardkb/tbkmini/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
},
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"rgb_matrix": true
}
"ws2812": {
"pin": "GP0",
Expand Down
1 change: 0 additions & 1 deletion keyboards/bastardkb/tbkmini/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
AUDIO_SUPPORTED = no # Audio is not supported
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

Expand Down