-
-
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
Add rk750 keyboard #24048
Add rk750 keyboard #24048
Conversation
keyboards/rk/rk750/config.h
Outdated
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.
Please remove this file
"mousekey": true, | ||
"nkro": true, | ||
"rgb_matrix": true | ||
}, |
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.
}, | |
}, | |
"dynamic_keymap": { | |
"layer_count": 3 | |
}, |
#define LED_ENABLE_PIN A5 | ||
void keyboard_pre_init_kb(void) { | ||
gpio_set_pin_output(LED_ENABLE_PIN); | ||
gpio_write_pin_high(LED_ENABLE_PIN); |
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.
What exactly is this for? All the results I'm seeing for this keyboard on Google indicate that this is a wireless keyboard. If this is initialisation code for a wireless module, this PR will not be accepted without the accompanying wireless code.
Edit: https://device.report/m/8886e15ae57293b1e6ddf52174c52b050531b390232629370dbc807a0d5722b1
166-75001-06 RK750-...
The PDF linked here appears to show this is a wireless keyboard.
This PR is on hold until #24085 is rectified. |
As of August 26, 2024, As you've submitted a PR containing |
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist