-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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
Refactor fourier to use split common code #4582
Conversation
Just to make sure, you've tested this on a fourier, both serial and i2c, and it works fine? |
@drashna Currently I've only managed to test a serial setup (as all my i2c other boards have some weird issues with left side only underglow when doing layer indication). Happy to mark this as WIP till someone else can help test? However none of the current keymaps use I2C so i cannot tag anyone for help. |
@nooges This look okay? Also, if you have an i2c board to test? |
Will test in the next couple days once I get to my Fourier test board |
5542250
to
b3c462f
Compare
And with the recent master changes, we should be good for testing again. |
Confirmed to work with I2C on my Fourier |
Awesome, thanks @nooges |
Awesome, thanks! |
* Refactor fourier to use split common code * Refactor fourier to use split common code - fix handedness when not using EE_HANDS or MASTER_LEFT * add SOFT_SERIAL_PIN config
* Refactor fourier to use split common code * Refactor fourier to use split common code - fix handedness when not using EE_HANDS or MASTER_LEFT * add SOFT_SERIAL_PIN config
* Refactor fourier to use split common code * Refactor fourier to use split common code - fix handedness when not using EE_HANDS or MASTER_LEFT * add SOFT_SERIAL_PIN config
* Refactor fourier to use split common code * Refactor fourier to use split common code - fix handedness when not using EE_HANDS or MASTER_LEFT * add SOFT_SERIAL_PIN config
Description
I've followed what has been done previously to other boards (#3639).
A quick diff of the common split files and this keyboards copy seems like the differences are minimal and mostly in the area of backlight/rgb, but let me know if anything else is required.
Types of changes
Checklist: