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 charybdis/4x6 #23811

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open
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
charybdis/4x6: move split to DD, purge unnecessary build options
  • Loading branch information
finrod09 committed May 28, 2024
commit 03a2d1076f0385c98a3fec859129511c36bf40d9
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/4x6/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1",
"bootmagic": {
"matrix": [5, 0]
Expand Down
8 changes: 0 additions & 8 deletions keyboards/bastardkb/charybdis/4x6/rules.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Build Options
# change yes to no to disable
#
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default

SPLIT_KEYBOARD = yes

POINTING_DEVICE_DRIVER = pmw3360

SERIAL_DRIVER = vendor
Loading