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

Added MATRIX_HAS_GHOST definition for IBM Model H controller #23744

Merged
merged 3 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
3 changes: 3 additions & 0 deletions keyboards/ibm/model_m/modelh/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

/* define if matrix has ghost */
#define MATRIX_HAS_GHOST
drashna marked this conversation as resolved.
Show resolved Hide resolved


/*
* Feature disable options
Expand Down
2 changes: 1 addition & 1 deletion keyboards/ibm/model_m/modelh/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"processor": "STM32F103",
"url": "modelh.club",
"usb": {
"device_version": "1.0.0",
"device_version": "1.0.1",
drashna marked this conversation as resolved.
Show resolved Hide resolved
"max_power": 100,
"pid": "0xB155",
"vid": "0xFEED"
Expand Down
Loading