21 lines
472 B
Markdown
21 lines
472 B
Markdown
# System76 EC
|
|
|
|
System76 EC is a GPLv3 licensed embedded controller firmware for System76
|
|
laptops.
|
|
|
|
## Documentation
|
|
|
|
- [Supported embedded controllers](./doc/controllers.md)
|
|
- [Flashing firmware](./doc/flashing.md)
|
|
- [Debugging](./doc/debugging.md)
|
|
- [Creating a custom keyboard layout](./doc/keyboard-layout-customization.md)
|
|
- [Adding a new board](./doc/adding-a-new-board.md)
|
|
|
|
## Dependencies
|
|
|
|
Install dependencies using the provided script:
|
|
|
|
```
|
|
./scripts/deps.sh
|
|
```
|