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

Add a note about the BOARD_ID logic #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ The Framework Laptop 16 has a protection scheme in place to prevent Input Module
Module detection is done using the BOARD_ID pin. It is possible to override this setting on the system, but at the risk of shorting the system
or modules.

Note that although a "keyboard size" module has pads on the left and right
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean? It does not have pads on both sides.

It may look like the pad could be on the either side from a mechanical point of view when looking at the keyboard. But nothing about the system is designed to handle that (neither firmware, mechanical or electrical).
There also isn't an easy way you could mod the keyboard to have the pads on the other side, so I don't think it's accurate to say there are pads on both sides.

Maybe we could add that note to the mechanical documentation? The only case where you need to know about this, is when you want to build your own module.
But really on the other side of the module there isn't enough space to put a microcontroller and pads 😅

hand side that it can interface with, the module detection expects the
BOARD_ID pin to be connected on the left hand side.

## Touchpad Module

This section describes the Touchpad Module connection on the **system** side, including the pin define and the pin map of the connector.
Expand Down