diff options
author | David Hoelscher <infinityis@users.noreply.github.com> | 2022-11-13 17:59:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 23:59:01 +0000 |
commit | a42ab90220ce01c2aebdebb09aa458f383d26892 (patch) | |
tree | 4920acd95eef0a390a3a7f1a182b92803bbe91df /docs | |
parent | 7901ba431a4a6248aeb4b16c570e96ce44e56a42 (diff) |
Add Bonsai C4 as a platform board file (#18901)
* Set up Bonsai C4 as a platform board file
* corrections and improvements based on testing and feedback
* Added VBUS sensing as default capability for improved split support using Bonsai C4
* Update clock divisor for SPI flash
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_converters.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/feature_converters.md b/docs/feature_converters.md index 3dabae915d..0fa677f873 100644 --- a/docs/feature_converters.md +++ b/docs/feature_converters.md @@ -157,8 +157,6 @@ The Bonsai C4 only has one on-board LED (B2), and by default, both the Pro Micro #define B0 PAL_LINE(GPIOA, 9) ``` -No peripherals are enabled by default at this time, but example code to enable SPI, I2C, PWM, and Serial communications can be found [here](/keyboards/custommk/bonsai_c4_template). - ## Elite-C If a board currently supported in QMK uses an [Elite-C](https://keeb.io/products/elite-c-low-profile-version-usb-c-pro-micro-replacement-atmega32u4), the supported alternative controllers are: |