Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `RGBLED_SPLIT` to data driven (#21113) | Ryan | 2023-06-06 | 2 | -2/+2 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 2023-05-27 | 2 | -1/+3 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Add encoder map for Iris Rev. 5 VIA (#20412) | Danny | 2023-04-19 | 1 | -3/+3 |
| | |||||
* | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 3 | -43/+73 |
| | |||||
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2023-04-08 | 2 | -1/+3 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 2 | -1/+3 |
| | |||||
* | Remove `RGB_DI_PIN` ifdefs (#20218) | Ryan | 2023-03-23 | 1 | -2/+0 |
| | |||||
* | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 1 | -1/+0 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move matrix config to info.json, part 8 (#20030) | Ryan | 2023-03-11 | 2 | -9/+12 |
| | |||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 2 | -5/+5 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan | 2023-02-17 | 2 | -3/+3 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -5/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 2 | -7/+3 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json | ||||
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 1 | -3/+0 |
| | |||||
* | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 1 | -3/+0 |
| | |||||
* | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080) | Ryan | 2022-08-20 | 2 | -7/+7 |
| | |||||
* | [Keyboard] Fix typo with RGB LED positioning in Iris (#17805) | Danny | 2022-07-26 | 1 | -2/+2 |
| | |||||
* | keebio/iris: Add ifdefs to encoder callbacks (#16642) | Ryan | 2022-03-14 | 1 | -0/+2 |
| | |||||
* | Add encoder defaults for Keebio boards (#16398) | Danny | 2022-02-21 | 2 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | * Add BDN9 encoder defaults * Add DSP40 encoder default * Add FoldKB encoder defaults * Add Iris encoder defaults * Update Iris Rev. 6 encoder orientation * Add KBO-5000 encoder defaults * Add Quefrency encoder defaults * Add Sinc encoder defaults * Add Stick encoder defaults * Remove encoder settings from VIA keymaps | ||||
* | [Keyboard] Add explicit RGB Matrix defines for Iris Rev. 6 (#16275) | Danny | 2022-02-08 | 1 | -1/+38 |
| | |||||
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 1 | -2/+1 |
| | |||||
* | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 1 | -2/+0 |
| | |||||
* | [Keyboard] Add Iris Rev. 6 (#14683) | Danny | 2021-10-03 | 4 | -0/+225 |
Co-authored-by: Ryan <fauxpark@gmail.com> |