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

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove legacy variants of bastardkb/tbkmini
  • Loading branch information
burkfers committed May 28, 2024
commit 9971539d6eb4456100e21004c80c8dba653d0225
51 changes: 0 additions & 51 deletions keyboards/bastardkb/tbkmini/blackpill/config.h

This file was deleted.

27 changes: 0 additions & 27 deletions keyboards/bastardkb/tbkmini/blackpill/halconf.h

This file was deleted.

37 changes: 0 additions & 37 deletions keyboards/bastardkb/tbkmini/blackpill/keyboard.json

This file was deleted.

37 changes: 0 additions & 37 deletions keyboards/bastardkb/tbkmini/blackpill/mcuconf.h

This file was deleted.

5 changes: 0 additions & 5 deletions keyboards/bastardkb/tbkmini/blackpill/rules.mk

This file was deleted.

15 changes: 15 additions & 0 deletions keyboards/bastardkb/tbkmini/info.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
{
"keyboard_name": "TBK Mini Splinky",
"url": "https://www.bastardkb.com/tbk-mini",
"usb": {
"device_version": "2.0.0",
"pid": "0x1828"
},
"rgb_matrix": {
"driver": "ws2812",
"max_brightness": 50,
"sleep": true,
"split_count": [21, 21]
},
"matrix_pins": {
"cols": ["GP27", "GP28", "GP21", "GP6", "GP7", "GP8"],
"rows": ["GP26", "GP5", "GP4", "GP9"]
},
"diode_direction": "ROW2COL",
"rgblight": {
"led_count": 42,
"split_count": [21, 21]
},
"split": {
"soft_serial_pin": "GP1",
"transport": {
"sync": {
"matrix_state": true
Expand All @@ -22,6 +31,12 @@
"matrix": [4, 0]
}
},
"ws2812": {
"pin": "GP0",
"driver": "vendor"
},
"processor": "RP2040",
"bootloader": "rp2040",
"community_layouts": ["split_3x6_3"],
"layouts": {
"LAYOUT_split_3x6_3": {
Expand Down
22 changes: 21 additions & 1 deletion keyboards/bastardkb/tbkmini/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
DEFAULT_FOLDER = bastardkb/tbkmini/v2/splinky_3
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

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

SERIAL_DRIVER = vendor
22 changes: 0 additions & 22 deletions keyboards/bastardkb/tbkmini/v1/elitec/config.h

This file was deleted.

29 changes: 0 additions & 29 deletions keyboards/bastardkb/tbkmini/v1/elitec/keyboard.json

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/bastardkb/tbkmini/v1/elitec/rules.mk

This file was deleted.

21 changes: 0 additions & 21 deletions keyboards/bastardkb/tbkmini/v2/elitec/config.h

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/bastardkb/tbkmini/v2/elitec/rules.mk

This file was deleted.

33 changes: 0 additions & 33 deletions keyboards/bastardkb/tbkmini/v2/splinky_2/config.h

This file was deleted.

30 changes: 0 additions & 30 deletions keyboards/bastardkb/tbkmini/v2/splinky_2/keyboard.json

This file was deleted.

5 changes: 0 additions & 5 deletions keyboards/bastardkb/tbkmini/v2/splinky_2/readme.md

This file was deleted.

3 changes: 0 additions & 3 deletions keyboards/bastardkb/tbkmini/v2/splinky_2/rules.mk

This file was deleted.

Loading