Skip to content
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

Merged
merged 3 commits into from
Dec 14, 2018

Conversation

zvecr
Copy link
Member

@zvecr zvecr commented Dec 9, 2018

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

  • Core
  • Bugfix
  • New Feature
  • Enhancement/Optimization
  • Keyboard (addition or update)
  • Keymap/Layout/Userspace (addition or update)
  • Documentation

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document. (https://docs.qmk.fm/#/contributing)
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@drashna
Copy link
Member

drashna commented Dec 10, 2018

Just to make sure, you've tested this on a fourier, both serial and i2c, and it works fine?

@zvecr
Copy link
Member Author

zvecr commented Dec 10, 2018

@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.

@drashna
Copy link
Member

drashna commented Dec 10, 2018

@nooges This look okay?

Also, if you have an i2c board to test?

@nooges
Copy link
Member

nooges commented Dec 12, 2018

Will test in the next couple days once I get to my Fourier test board

@zvecr zvecr force-pushed the feature/fourier-SPLIT_KEYBOARD branch from 5542250 to b3c462f Compare December 14, 2018 21:56
@zvecr
Copy link
Member Author

zvecr commented Dec 14, 2018

And with the recent master changes, we should be good for testing again.

@nooges
Copy link
Member

nooges commented Dec 14, 2018

Confirmed to work with I2C on my Fourier

@zvecr
Copy link
Member Author

zvecr commented Dec 14, 2018

Awesome, thanks @nooges

@drashna
Copy link
Member

drashna commented Dec 14, 2018

Awesome, thanks!

@drashna drashna merged commit bb5262d into qmk:master Dec 14, 2018
@zvecr zvecr deleted the feature/fourier-SPLIT_KEYBOARD branch December 14, 2018 22:33
ishtob pushed a commit to ishtob/qmk_firmware that referenced this pull request Jan 1, 2019
* 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
yeliu84 pushed a commit to yeliu84/qmk_firmware that referenced this pull request Jan 7, 2019
* 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
rseymour pushed a commit to rseymour/qmk_firmware that referenced this pull request Mar 13, 2019
* 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
djthread pushed a commit to djthread/qmk_firmware that referenced this pull request Mar 17, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants