summaryrefslogtreecommitdiff
path: root/keyboards/xelus/pachi
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis1-2/+6
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis3-3/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis2-2/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis4-4/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan1-4/+4
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel12-612/+0
2024-06-29Relocate xelus/pachi/rgb/rev2 VIA logic (#24016)Joel Challis9-384/+421
2024-05-24Migrate `LOCKING_*_ENABLE` to Data-Driven: X-Z (#23790)James Young4-44/+12
2024-05-17Delete trivial keymap readmes (#23714)Ryan6-12/+0
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan4-4/+4
2024-04-12Migrate build target markers to keyboard.json - X (#23460)Joel Challis7-43/+20
2024-03-15Migrate features from rules.mk to data driven - UVWXYZ (#23287)Joel Challis4-25/+16
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan2-242/+242
2024-02-09LED drivers: place I2C addresses into an array (#22975)Ryan2-4/+4
2024-01-10Migrate RGB Matrix config to info.json - XZY (#22879)Joel Challis4-111/+100
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2-2/+2
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis2-2/+0
2023-11-01Relocate LED driver init code (#22365)Ryan4-8/+6
2023-10-23Consolidate some EEPROM Driver configuration (#22321)Joel Challis1-3/+0
2023-10-22Add `_flush()` functions to LED drivers (#22308)Ryan2-10/+2
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan4-8/+8
2023-10-04Update ISSI LED types (#22099)Ryan2-2/+2
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan2-2/+2
2023-09-14Migrate i2c EEPROM_DRIVER to info.json (#22013)Joel Challis4-4/+6
2023-09-13is31fl3741: driver naming cleanups (#21929)Ryan2-2/+2
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan2-12/+12
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel1-2/+0
2023-05-12Xelus Pachi rev1 Community Layout Support (#20891)James Young2-105/+1846
2023-05-12Xelus Pachi Mini 32U4 Community Layout Support (#20889)James Young2-105/+1846
2023-05-01Move `FORCE_NKRO` to data driven (#20604)Ryan2-3/+2
2023-04-15Move single `LAYOUT_all`s to data driven (#20430)Ryan4-254/+200
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan4-2/+6
2023-04-05Move TKL layouts to data driven (#20337)Ryan5-233/+189
2023-03-17Remove more empty headers (#20155)Ryan2-36/+0
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2-40/+0
2023-03-10Move matrix config to info.json, part 2 (#19987)Ryan8-22/+20
2023-02-17Remove matrix size defines (#19581)Ryan4-16/+0
2023-02-17Move LED indicator config to data driven (#19800)Ryan5-23/+8
2023-02-10Merge remote-tracking branch 'origin/master' into developQMK Bot3-6/+370
2023-02-10[Keyboard] Update Pachi RGB Rev2 VIA custom indicators (#19788)Xelus223-6/+370
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan8-24/+8
2023-02-03Debounce defines cleanup (#19742)Ryan4-12/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2-4/+4
2022-11-11LED config fixes (#18973)Ryan2-18/+18
2022-11-10VIA V3 - The Custom UI Update (#18222)Wilba1-3/+0
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan6-6/+6
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan4-6/+6
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel2-2/+0
2022-08-06[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann6-60/+0