Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-12 | Migrate stray WS2812_DRIVER to info.json | zvecr | |
2023-09-04 | Clean up RGB LED type (#21859) | Ryan | |
2023-08-23 | Move RGBLight animations to data driven (#21635) | Ryan | |
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches | |||
2023-08-23 | Fix keyboards with old RGB driver names (#21815) | Ryan | |
2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
2023-07-31 | Fix layout offsets for a handful of boards (#21636) | Ryan | |
2023-07-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-07-24 | Add Nyquistpad (#21578) | Danny | |
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-07-21 | backlight: split AVR PWM and timer drivers (#21540) | Ryan | |
2023-07-21 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2023-07-20 | Move files to rev1 folder, add rev2 (#21563) | Danny | |
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | |||
2023-07-06 | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | |
2023-07-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-07-06 | [Keyboard] Add Nyquist Rev. 4 (#21421) | Danny | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-07-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-07-05 | [Keymap] small changes, game layer for mattly keymap (#21375) | Matthew Lyon | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-07-03 | Fix encoder map declarations (#21435) | Joel Challis | |
2023-07-02 | Reduce `keebio/bamfk1:via` firmware size (#21432) | Joel Challis | |
2023-07-02 | Move miscellaneous defines to data driven (#21382) | Ryan | |
2023-07-01 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-06-30 | Add Iris Rev. 8 (#21392) | Danny | |
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | |||
2023-06-25 | Move `TAP_CODE_DELAY` to data driven (#21363) | Ryan | |
2023-06-24 | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-06-23 | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) | Nick Brassel | |
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default. | |||
2023-06-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-06-21 | Keebio Cepstrum Configurator Touch-Up (#21310) | James Young | |
* [enhancement] remove redundant layout data Remove the redundant layout data from the keyboard-level `info.json`. * [enhancement] correct JSON syntax in rev1/info.json * [enhancement] friendly-format rev1/info.json * [enhancement] correct layout data | |||
2023-06-19 | Remove encoder in-matrix workaround code (#20389) | jack | |
2023-06-18 | Remove default `TAPPING_TERM` from keyboard config.h (#21284) | Ryan | |
2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan | |
2023-06-16 | Move `RGBLIGHT_SLEEP` to data driven (#21072) | Ryan | |
2023-06-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-06-14 | Add Sinc Rev. 4 (#21130) | Danny | |
* Fork Rev. 3 to 4 * Update RGB LED positions * Adjust RGB positions * Enable more RGB modes * Update copyrights * Add license headers to keymaps * Use same type of license header Co-authored-by: Joel Challis <git@zvecr.com> * Fix I2C pins --------- Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-06-14 | Move `RGBLIGHT_LED_MAP` to data driven (#21095) | Ryan | |
2023-06-06 | Move `RGBLED_SPLIT` to data driven (#21113) | Ryan | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-06-01 | Unicodemap keycodes rename (#21092) | Ryan | |
2023-05-28 | Encoder map: NUM_DIRECTIONS (#21066) | Nick Brassel | |
2023-05-27 | Fix up `keebio/cepstrum` (#21062) | Nick Brassel | |
2023-05-27 | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-05-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-24 | Add encoder map FoldKB in VIA (#21038) | Danny | |
2023-05-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-18 | Define RGB_DI_PIN directly instead of using another define (#20983) | Danny | |
2023-05-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-18 | Add Cepstrum Rev. 1 Keyboard (#20721) | Danny | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-05-09 | Clean up trailing commas from info.json (#20812) | Ryan | |
2023-05-04 | Even more `info.json` whitespace cleanups (#20703) | Ryan | |
2023-05-03 | Remove more junk files and scripts (#20682) | Ryan | |
2023-05-03 | More `info.json` whitespace cleanups (#20665) | Ryan | |
2023-05-02 | `info.json` whitespace cleanups (#20651) | Ryan | |
2023-04-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |