-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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 bm65hsrgb/rev2 #15060
Add bm65hsrgb/rev2 #15060
Conversation
After flashing on my BM65V2, it works successfully |
015ff8c
to
f383e35
Compare
467544e
to
6e539b2
Compare
@rotaryking compiles fine after my latest commit, |
Rebased just now, should have resolved the conflicts |
|
Thank you for your contribution! |
Thank you for your contribution! |
Is there an opportunity to get these changes merged into qmk so these v2 boards are supported? |
What’s remaining for this? |
just had to poke me, and you did |
This PR needs to be rebased upon a current |
I need to undo b67c072 and rebase on master instead. how would I do that? |
|
||
/* USB Device descriptor parameter */ | ||
// #define VENDOR_ID 0x4B50 //KP | ||
// #define PRODUCT_ID 0x1133 | ||
// #define DEVICE_VER 0x0002 | ||
// #define MANUFACTURER KPRepublic | ||
// #define PRODUCT BM65 RGB | ||
|
||
/* key matrix size */ | ||
// #define MATRIX_ROWS 5 | ||
// #define MATRIX_COLS 15 | ||
|
||
/* | ||
* Keyboard Matrix Assignments | ||
* | ||
* Change this to how you wired your keyboard | ||
* COLS: AVR pins used for columns, left to right | ||
* ROWS: AVR pins used for rows, top to bottom | ||
* DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) | ||
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | ||
* | ||
*/ | ||
|
||
// #define UNUSED_PINS | ||
|
||
/* COL2ROW, ROW2COL */ | ||
//#define DIODE_DIRECTION COL2ROW |
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 should be removed, not just commented out.
// The pin connected to the data pin of the LEDs | ||
#define RGB_DI_PIN E2 | ||
// The number of LEDs connected | ||
#define DRIVER_LED_TOTAL 73 | ||
#ifdef RGB_DI_PIN | ||
#define RGBLED_NUM 6 |
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.
These may need to be updated.
Thank you for your contribution! |
Thank you for your contribution! |
Any updates on this? Just got myself a BM65V2 and I want to change the backlight's LED's color |
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist