mirror of https://github.com/zmkfirmware/zmk.git
docs: Remove clean room warning from new shield guide
This commit is contained in:
parent
a9e0befcb6
commit
76dc20b31e
|
|
@ -40,10 +40,6 @@ export const SplitInvisTabs = (props) => (
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
:::danger
|
|
||||||
Before reading this section, it is **vital** that you read through our [clean room policy](../contributing/clean-room.md).
|
|
||||||
:::
|
|
||||||
|
|
||||||
This guide will walk through the steps necessary to add ZMK support for a keyboard that uses an add-on MCU board (e.g. Pro Micro compatible) to provide the microprocessor.
|
This guide will walk through the steps necessary to add ZMK support for a keyboard that uses an add-on MCU board (e.g. Pro Micro compatible) to provide the microprocessor.
|
||||||
|
|
||||||
The high level steps are:
|
The high level steps are:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue