Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan | 2023-06-24 | 1 | -0/+2 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354) | Ryan | 2023-06-24 | 1 | -1/+4 |
| | |||||
* | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 1 | -0/+1 |
| | |||||
* | Move `RGBLED_SPLIT` to data driven (#21113) | Ryan | 2023-06-06 | 1 | -1/+2 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 2023-05-27 | 1 | -0/+3 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Clean up trailing commas from info.json (#20812) | Ryan | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 1 | -3/+3 |
| | |||||
* | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 1 | -70/+81 |
| | |||||
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2023-04-08 | 1 | -0/+3 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -0/+3 |
| | |||||
* | Move matrix config to info.json, part 5 (#20003) | Ryan | 2023-03-11 | 1 | -0/+5 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 1 | -1/+13 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan | 2023-02-17 | 1 | -0/+3 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 1 | -0/+2 |
| | |||||
* | Move keyboard USB IDs and strings to data driven: A (#17781) | Ryan | 2022-07-26 | 1 | -1/+7 |
| | |||||
* | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 1 | -2/+0 |
| | |||||
* | Aleblazer Zodiark touch-up (#12279) | James Young | 2021-03-18 | 1 | -3/+78 |
| | |||||
* | Adding Zodiark Split keyboard (#11837) | Aleblazer | 2021-03-06 | 1 | -0/+12 |
* Adding Files for Zodiark * zodiark.h and keymap.c layout corrections * Apply suggestions from code review Applied all suggestions from zvecr. Co-authored-by: Joel Challis <git@zvecr.com> * Applied all suggestions from fauxpark Co-authored-by: Ryan <fauxpark@gmail.com> * Defined matrix driver * Update keymap with GPL2 * Added GPL2+ to All keymap.c, cleaned up config.h, and removed the rgbmatrixwip keymap * Apply suggestions from code review Removed the two lines from the config.h and changed to the smaller resolution picture on the Readme. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> * Added VIA keymap * Corrected VIA Keymap oled.c Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> |