summaryrefslogtreecommitdiffstats
path: root/keyboards/basekeys
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-234-30/+26
* OLED: driver naming cleanups (#21710)Ryan2023-08-151-1/+0
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-244-6/+2
* Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)Ryan2023-06-242-4/+5
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-2/+2
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-062-2/+2
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-274-4/+6
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-6/+6
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-154-224/+607
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-123-51/+87
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-3/+6
* Remove trailing zeroes in info.json layouts (#20156)Ryan2023-03-171-3/+3
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-166-77/+0
* Move matrix config to info.json, part 4 (#20001)Ryan2023-03-116-22/+15
* Move encoder config to data driven (#19923)Ryan2023-02-262-4/+7
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-174-6/+6
* Remove matrix size defines (#19581)Ryan2023-02-173-12/+0
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-4/+3
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-18/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
* Debounce defines cleanup (#19742)Ryan2023-02-033-7/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-312-2/+0
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-2/+2
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-127-7/+7
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-158-9/+9
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-152-2/+20
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-138-23/+23
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-1/+0
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-2/+2
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-212-2/+2
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-144-16/+14
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-144-16/+14
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-07-252-7/+6
|\|
| * Move keyboard USB IDs and strings to data driven: B (#17782)Ryan2022-07-252-7/+6
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-132-4/+4
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-156-6/+6
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-153-3/+3
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-093-6/+3
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-013-6/+0
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-28/+49
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-024-4/+8
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-302-2/+0
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-123-6/+0
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-102-14/+0
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-245-6/+7
* Remove Full Bootmagic (#13846)James Young2021-08-063-3/+3