| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate `g_led_config` to DD (YZ) (#25650) | Jack Sangdahl | 2025-09-11 | 2 | -46/+43 |
| | | |||||
| * | Remove `"command":false` from keyboards (#25193) | Joel Challis | 2025-04-24 | 2 | -2/+0 |
| | | |||||
| * | Remove `"console":false` from keyboards (#25190) | Joel Challis | 2025-04-23 | 2 | -2/+0 |
| | | |||||
| * | Add Fuyu HS (#24567) | Danny Tan | 2024-11-09 | 4 | -0/+491 |
| | | | | | | | | | | | | | | | | * Add Fuyu HS * Fix keyboard.json linting * Fix rgbmatrix configuration * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 4 | -195/+0 |
| | | |||||
| * | Migrate build target markers to keyboard.json (#23293) | Joel Challis | 2024-03-30 | 4 | -1/+0 |
| | | |||||
| * | Migrate RGB Matrix config to info.json - XZY (#22879) | Joel Challis | 2024-01-10 | 3 | -43/+37 |
| | | |||||
| * | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | 2023-09-28 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | * refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | Migrate dynamic_keymap.layer_count >= 4 (#22087) | Joel Challis | 2023-09-20 | 4 | -4/+6 |
| | | |||||
| * | Clean up RGB LED type (#21859) | Ryan | 2023-09-04 | 1 | -1/+1 |
| | | |||||
| * | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 1 | -1/+0 |
| | | |||||
| * | Even more `info.json` whitespace cleanups (#20703) | Ryan | 2023-05-04 | 2 | -186/+186 |
| | | |||||
| * | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 2 | -1/+1 |
| | | |||||
| * | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 2 | -1/+3 |
| | | |||||
| * | Remove trailing zeroes in info.json layouts (#20156) | Ryan | 2023-03-17 | 2 | -75/+75 |
| | | |||||
| * | Format code according to conventions (#19330) | QMK Bot | 2022-12-14 | 1 | -1/+1 |
| | | |||||
| * | [Keyboard] Add Slime88 (#19054) | Zykrah | 2022-12-14 | 7 | -0/+276 |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | [Keyboard] Add Fuyu (#19055) | Zykrah | 2022-12-13 | 8 | -0/+440 |
| Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||