From 19aa606bb828a2311297ad5a0a3dc4eb09ee8dbd Mon Sep 17 00:00:00 2001 From: Kymkim Date: Wed, 25 Jun 2025 17:24:54 -0700 Subject: [PATCH] some readme changes --- firmware/components/mainboard/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firmware/components/mainboard/README.md b/firmware/components/mainboard/README.md index 477eb072..00756e2c 100644 --- a/firmware/components/mainboard/README.md +++ b/firmware/components/mainboard/README.md @@ -1 +1,4 @@ -Mainboard for the keyboard. Would add more info here later. +# Mainboard + +The goal of the mainboard is to take in CAN signals from the modules, and then convert these can signals to USB HID report. How the can signals would be structured is that it would be based off the Universal Serial Bus HID Usage Table. We can let the first byte be the Usage ID and the second byte be the status of that key. +