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

[Keyboard] Add MIIIW BlackIO83 #21970

Merged
merged 7 commits into from
Oct 10, 2023
Merged
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
Update keyboards/miiiw/blackio83/rev_0100/config.h
Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
ArthurCyy and drashna committed Sep 23, 2023
commit 7ae0273d2c7adfab0ec3b2f835c877cdd3542c9f
2 changes: 1 addition & 1 deletion keyboards/miiiw/blackio83/rev_0100/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* Dip Switch */
#define POWER_SWITCH_PIN B0
#define DIP_SWITCH_PINS { POWER_SWITCH_PIN, B1, B8, B12 }
#define DIP_SWITCH_PINS { B0, B1, B8, B12 }

/* 16 with dummy columns for shift registers */
#define SHR_SERIES_NUM 2
Expand Down