-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Adding SX60 work by amnobis and configurator settings #3122
Conversation
@@ -0,0 +1,92 @@ | |||
#include "sx60.h" |
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.
Can you change this to be #include QMK_KEYBOARD_H
@@ -0,0 +1,25 @@ | |||
#include "sx60.h" |
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.
Can you change this to be #include QMK_KEYBOARD_H
Requested changes completed. |
.vscode/settings.json
Outdated
@@ -12,6 +12,7 @@ | |||
"*.c": "c", | |||
"*.cpp": "cpp", | |||
"*.hpp": "cpp", | |||
"xstddef": "c" | |||
"xstddef": "c", | |||
"iosfwd": "c" |
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.
Could you revert the changes here?
Remove config change that was added automatically by vscode.
keyboards/sx60/readme.md
Outdated
|
||
![SX60](https://i.imgur.com/hZZHrRr.jpg) | ||
|
||
Keyboard Maintainer: [amnobis](https://github.com/amnobis) |
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.
Could you make sure that these three lines have double spaces at the end of the lines, so that they are parsed correctly?
Otherwise, they'll end up on one line.
fix readme formatting
Awesome! Looks good! |
* Add SX60 * Add config maps and layouts as well as readmes. * cleanup and fixes * correct readme * add missing closing commenty tag * Changing includes to QMK_KEYBOARD_H * Update settings.json Remove config change that was added automatically by vscode. * Update readme.md fix readme formatting
The actual SX60 work was done by @amnobis who made the sx60. I just cleaned it up and added support for the configurator (at least I'm pretty sure).