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

Change split_common to use RGBLIGHT_SPLIT #5509

Merged
merged 24 commits into from
Apr 19, 2019

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    aebddfc View commit details
    Browse the repository at this point in the history
  2. add I2C_slave_buffer_t to quantum/split_common/transport.c

    Improvements to ease the maintenance of the I2C slave buffer layout. And this commit does not change the compilation results.
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    c01656a View commit details
    Browse the repository at this point in the history
  3. temporary cherry-pick from qmk#5020

    add new version(qmk#5020) quantum/rgblight.[ch], quantum/rgblight_modes.h
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    d35069f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6e8aeb View commit details
    Browse the repository at this point in the history
  5. add quantum/rgblight_post_config.h, quantum/split_common/post_config.h

    Add quantum/rgblight_post_config.h and quantum/split_common/post_config.h using POST_CONFIG_H variable of build_keyboard.mk.
    
    quantum/rgblight_post_config.h additionally defines RGBLIGHT_SPLIT if RGBLED_SPIT is defined.
    
    quantum/split_common/post_config.h defines RGBLIGHT_SPLIT additionally when master-slave communication is I2C.
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    1aa14c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57e124c View commit details
    Browse the repository at this point in the history
  7. Change split_common's transport.c serial to use the synchronization f…

    …eature of rgblight.c
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    07c33fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80118a6 View commit details
    Browse the repository at this point in the history
  9. Test End Revert "test RGBLIGHT_SPLIT on keyboards/handwired/pdhelix"

    This reverts commit 80118a6.
    
    [x] make RGBLIGHT_TEST=1 handwired/pdhelix/i2c:default
    [x] make RGBLIGHT_TEST=2 handwired/pdhelix/i2c:default (same RGBLIGHT_TEST=3)
    [x] make RGBLIGHT_TEST=3 handwired/pdhelix/i2c:default
    
    [x] make RGBLIGHT_TEST=1 handwired/pdhelix/pd2:default
    [x] make RGBLIGHT_TEST=2 handwired/pdhelix/pd2:default
    [x] make RGBLIGHT_TEST=3 handwired/pdhelix/pd2:default
    
    [x] make RGBLIGHT_TEST=1 handwired/pdhelix/pd2_2oled:default
    [x] make RGBLIGHT_TEST=2 handwired/pdhelix/pd2_2oled:default
    [x] make RGBLIGHT_TEST=3 handwired/pdhelix/pd2_2oled:default
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    dbbdfa3 View commit details
    Browse the repository at this point in the history
  10. Test End, Revert "temporary cherry-pick from qmk#5020"

    This reverts commit d35069f.
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    4d7310f View commit details
    Browse the repository at this point in the history
  11. Test End, Revert "add temporary pdhelix(Patched Helix) code"

    This reverts commit aebddfc.
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    c8d1c83 View commit details
    Browse the repository at this point in the history
  12. temporarily cherry-pick from qmk#5020 to see if it passes the travis-…

    …ci test.
    
    add new version(qmk#5020) quantum/rgblight.[ch], quantum/rgblight_modes.h
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    647c0a9 View commit details
    Browse the repository at this point in the history
  13. Passed the travis-ci test. Revert "temporarily cherry-pick from qmk#5020

     to see if it passes the travis-ci test."
    
    This reverts commit 647c0a9.
    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    6b77e60 View commit details
    Browse the repository at this point in the history
  14. update docs/config_options.md

    mtei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    35d6855 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. update split_common/transport.c, improves maintainability of serial t…

    …ransaction IDs.
    
    No change in build result.
    mtei committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    c68ee60 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    a3f7089 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Configuration menu
    Copy the full SHA
    be48ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ad6eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b43bc View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Revert "temporary cherry-pick from qmk#5020"

    This reverts commit be48ca1.
    mtei committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    419f045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978d26a View commit details
    Browse the repository at this point in the history
  3. Revert "temporary cherry-pick from qmk#5020 (0.6.336)"

    This reverts commit 978d26a.
    mtei committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4c56c82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5f59ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa28d10 View commit details
    Browse the repository at this point in the history