summaryrefslogtreecommitdiffstats
path: root/keyboards/capsunlocked
Commit message (Expand)AuthorAgeFilesLines
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-1110-63/+25
* Remove some use of keymap.h (#20006)Joel Challis2023-03-031-1/+0
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-282-146/+146
* Move encoder config to data driven (#19923)Ryan2023-02-262-6/+5
* Move backlight config to data driven (#19910)Ryan2023-02-265-11/+9
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
* Remove matrix size defines (#19581)Ryan2023-02-175-18/+0
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-171-20/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0810-30/+10
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-062-10/+0
* Debounce defines cleanup (#19742)Ryan2023-02-037-18/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-033-9/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-303-63/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-317-7/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-203-3/+3
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-155-5/+5
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-158-8/+63
* Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre2022-10-152-2/+20
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-042-2/+10
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
* Remove more RESET keycode references (#18252)Joel Challis2022-09-031-1/+1
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-1412-30/+18
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-1412-30/+18
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-071-1/+1
|\|
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-071-1/+1
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-065-5/+0
|/
* Move keyboard USB IDs and strings to data driven: C (#17789)Ryan2022-07-2610-36/+32
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1511-12/+12
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-153-8/+0
* Remove parent-relative paths from keyboards. (#16282)Nick Brassel2022-02-101-1/+3
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-261-2/+2
|\
| * CU65: Fix VIA keymap (#16062)Ryan2022-01-261-2/+2
* | Remove `action_function()` from LFKeyboards boards (#15993)Ryan2022-01-223-69/+0
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-172-2/+2
* | [Keyboard] move cu24, cu75, cu80/v1 into capsunlocked folder (#15758)peepeetee2022-01-1027-0/+1119
|/
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-4/+2
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-4/+0
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-152-0/+96
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-054-4/+4
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-122-2/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-124-8/+0
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-102-2/+2
* Remove Full Bootmagic (#13846)James Young2021-08-062-2/+2
* capsunlocked/cu7: fix missing key object (#13862)James Young2021-08-031-1/+11
* [Keyboard] CU65 layout update (#13589)Daegara2021-07-195-1/+154
* [Keyboard] CapsUnlocked CU7 (#13429)Rys Sommefeldt2021-07-118-0/+215
* Cleanup junk chars, part 2 (#13284)Ryan2021-06-252-25/+25