diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-05-31 20:44:22 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-05-31 21:05:04 -0400 |
commit | ea9eac6c3878b3eeb6dd6933f7f65f0f917a2d87 (patch) | |
tree | f0968d2f19cead08938c3cc72cb1997a88831388 /docs/Config_Changes.md | |
parent | bceb8ddee27b44327f5ab051dd7be9eb28effff9 (diff) | |
download | kutter-ea9eac6c3878b3eeb6dd6933f7f65f0f917a2d87.tar.gz kutter-ea9eac6c3878b3eeb6dd6933f7f65f0f917a2d87.tar.xz kutter-ea9eac6c3878b3eeb6dd6933f7f65f0f917a2d87.zip |
Kconfig: Change the default usb vendor/product id
Change the product/vendor id to 0x1d50/0x614e, which has been reserved
for Klipper (thanks to the openmoko project).
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index c0367bfa..4234e3df 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +20200531: The default USB vendor/product id is now 0x1d50/0x614e. +These new ids are reserved for Klipper (thanks to the openmoko +project). This change should not require any config changes, but the +new ids may appear in system logs. + 20200524: The default value for the tmc5160 pwm_freq field is now zero (instead of one). |