-
-
Notifications
You must be signed in to change notification settings - Fork 39.5k
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
[Keyboard] Add Marcopad #24636
base: master
Are you sure you want to change the base?
[Keyboard] Add Marcopad #24636
Conversation
keyboards/marcopad/keyboard.json
Outdated
"command": false, | ||
"console": false, | ||
"extrakey": false, | ||
"mousekey": false, | ||
"nkro": false |
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.
"command": false, | |
"console": false, | |
"extrakey": false, | |
"mousekey": false, | |
"nkro": false | |
"extrakey": true, | |
"mousekey": true, | |
"rgblight": true |
|
||
const uint16_t PROGMEM backlight_combo[] = {KC_P7, KC_P8, COMBO_END}; | ||
combo_t key_combos[] = { | ||
COMBO(backlight_combo, UG_NEXT) | ||
}; |
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.
- default keymaps should be "pristine"
- what does pristine mean? no custom keycodes. no advanced features like tap dance or macros
const uint16_t PROGMEM backlight_combo[] = {KC_P7, KC_P8, COMBO_END}; | |
combo_t key_combos[] = { | |
COMBO(backlight_combo, UG_NEXT) | |
}; |
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.
Add Community Layout support
825b52e
to
72dda14
Compare
keyboards/marcopad/keyboard.json
Outdated
"diode_direction": "ROW2COL", | ||
"features": { | ||
"bootmagic": true, | ||
"rgblight": false |
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.
Rgblight feature is disabled by default
"rgblight": false |
565371f
to
73fea49
Compare
Description
Add Marcopad
Types of Changes
Issues Fixed or Closed by This PR
Checklist