-
-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromatonemini info json revised to support qmk 0.22.2 #21966
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it uses a Pro Micro. If desired, instead of setting bootloader
and processor
, you could set development_board
.
Using EDIT: converters would work anyway, as we still assume a default of development_board
will also let users build this keyboard using a converter.promicro
. The suggestion is still recommended though, as it reduces configuration items and makes things somewhat easier in the future.
diff --git a/keyboards/chromatonemini/info.json b/keyboards/chromatonemini/info.json
index 0c30f63dbe..a66a7f42e5 100644
--- a/keyboards/chromatonemini/info.json
+++ b/keyboards/chromatonemini/info.json
@@ -3,11 +3,10 @@
"manufacturer": "3araht",
"url": "https://github.com/3araht/chromatonemini",
"maintainer": "3araht",
- "bootloader": "caterina",
"build": {
"lto": true
},
- "processor": "atmega32u4",
+ "development_board": "promicro",
"features": {
"midi": true,
"extrakey": true,
Description
info.json updated.
Types of Changes
Issues Fixed or Closed by This PR
Checklist