summaryrefslogtreecommitdiffstats
path: root/keyboards/xiudi
Commit message (Expand)AuthorAgeFilesLines
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0620-12/+30
* Move TKL layouts to data driven (#20337)Ryan2023-04-052-339/+308
* Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-054-559/+450
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-338/+296
* Remove some use of keymap.h (#20316)Joel Challis2023-04-021-7/+0
* WS2812 driver improvements (#20262)Ryan2023-03-302-2/+2
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-292-99/+78
* Fix layouts containing keys with multiple matrix positions (#20191)Ryan2023-03-292-388/+303
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-233-6/+0
* Remove more empty headers (#20155)Ryan2023-03-175-65/+0
* Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-1/+1
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-1014-125/+30
* Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-6/+6
* Move backlight config to data driven (#19910)Ryan2023-02-2618-31/+22
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-1/+0
* Move backlight config to data driven, part 1 (#19887)Ryan2023-02-2114-8/+21
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-196-68/+8
* Remove matrix size defines (#19581)Ryan2023-02-176-24/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-1710-16/+21
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-173-20/+0
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-144-30/+10
* Tidy up use of keycode range helpers (#19756)Joel Challis2023-02-101-1/+1
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-02-104-135/+29
|\
| * Update buzzlighter1 keymap (#19757)buzzlighter12023-02-094-135/+29
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0818-56/+20
* | Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-073-12/+0
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-064-20/+0
* | Debounce defines cleanup (#19742)Ryan2023-02-0310-30/+0
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-035-15/+0
* | Clean up Force NKRO in config.h (#19718)Ryan2023-01-305-105/+0
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3110-10/+0
* | Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-285-12/+0
* | Fix functions with empty params (#19647)Ryan2023-01-202-2/+2
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1014-17/+6
* | Align definition of unicode_map (#19452)Joel Challis2023-01-012-2/+2
* | Remove useless line continuations (#19399)Ryan2022-12-3018-259/+259
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-148-32/+32
* | Remove broken keymap/userspace (#19271)Joel Challis2022-12-104-223/+0
|/
* Refactor some led_set_kb instances (#19179)Joel Challis2022-12-091-22/+10
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-2/+2
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-123-125/+3
|\
| * Eric Gebhart user space and keymaps (#17487)Eric Gebhart2022-11-113-125/+3
* | Reworked backlight keycodes. (#18961)Nick Brassel2022-11-0620-34/+34
* | Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-033-17/+17
* | Normalise Unicode keycodes (#18898)Ryan2022-10-316-8/+8
* | Remove rgblight_list.h (#18878)Ryan2022-10-272-11/+11
* | Normalise Space Cadet keycodes (#18864)Ryan2022-10-275-7/+7
* | Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-1/+1