summaryrefslogtreecommitdiff
path: root/keyboards/capsunlocked
AgeCommit message (Expand)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (B, C) (#25559)Jack Sangdahl4-40/+183
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis4-4/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis4-4/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis3-3/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan2-7/+7
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel6-124/+0
2024-08-25Update Underglow keycodes (#23765)Ryan2-5/+5
2024-08-10Remove keyboard level `QK_BOOT` implementations (#24231)Joel Challis1-5/+7
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis1-3/+1
2024-05-23Remove some useless code from keymaps (#23787)Ryan1-4/+0
2024-05-20Migrate `LOCKING_*_ENABLE` to Data-Driven: A-C, Part 1 (#23745)James Young10-160/+30
2024-05-20Remove RGB keycodes from boards with no RGB config (#23709)Ryan2-16/+16
2024-05-17Delete trivial keymap readmes (#23714)Ryan5-5/+0
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan10-10/+10
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-5/+5
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis6-2/+0
2024-03-14Migrate features from rules.mk to DD (#23247)Joel Challis8-49/+36
2024-01-31Remove always enabled effects from lighting animation list (#22992)Joel Challis1-1/+0
2024-01-09capsunlocked/cu80/v2: Fix invalid RGB matrix config (#22873)Joel Challis2-4/+4
2024-01-04Migrate RGB Matrix config to info.json - C (#22807)Joel Challis2-16/+0
2023-09-24Remove custom ISSI lighting code (#22073)Ryan8-104/+1
2023-08-23Move RGBLight animations to data driven (#21635)Ryan6-39/+39
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-08-15rgblight: driver selection cleanups (#21558)Ryan3-2/+1
2023-07-15Eliminate `TMK_COMMON_*` in makefiles (#21517)Ryan3-52/+23
2023-07-07Refactor `capsunlocked/cu80/v2` (#21454)jack38-761/+351
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan6-17/+2
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan6-3/+7
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan4-3/+3
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan1-1/+1
2023-05-02`info.json` whitespace cleanups (#20651)Ryan2-6/+6
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2-81/+4
2023-04-25Move miscellaneous layouts to data driven (#20516)Ryan2-60/+59
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan2-74/+283
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan4-2/+6
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan8-5/+15
2023-04-05Move TKL layouts to data driven (#20337)Ryan8-337/+413
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan2-43/+7
2023-04-04Move 65% layouts to data driven (#20308)Ryan1-274/+274
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan1-2/+0
2023-03-17Remove more empty headers (#20155)Ryan4-62/+0
2023-03-11Move matrix config to info.json, part 6 (#20019)Ryan10-63/+25
2023-03-03Remove some use of keymap.h (#20006)Joel Challis1-1/+0
2023-02-28Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2-146/+146
2023-02-26Move encoder config to data driven (#19923)Ryan2-6/+5
2023-02-26Move backlight config to data driven (#19910)Ryan5-11/+9
2023-02-21Add some missing `#pragma once`s (#19902)Ryan1-0/+2
2023-02-17Remove matrix size defines (#19581)Ryan5-18/+0
2023-02-17Remove unused RGBLight defines from config.h (#19859)Ryan1-20/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan10-30/+10