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. +