| Commit message (Expand) | Author | Age | Files | Lines |
* | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 2 | -6/+6 |
* | Move remaining `LAYOUT`s to data driven (#20422) | Ryan | 2023-04-15 | 4 | -224/+607 |
* | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 3 | -51/+87 |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 4 | -3/+6 |
* | Remove trailing zeroes in info.json layouts (#20156) | Ryan | 2023-03-17 | 1 | -3/+3 |
* | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 6 | -77/+0 |
* | Move matrix config to info.json, part 4 (#20001) | Ryan | 2023-03-11 | 6 | -22/+15 |
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 2 | -4/+7 |
* | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan | 2023-02-17 | 4 | -6/+6 |
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 3 | -12/+0 |
* | Move Bootmagic config to data driven (#19860) | Ryan | 2023-02-17 | 2 | -4/+3 |
* | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan | 2023-02-08 | 1 | -18/+0 |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 6 | -18/+6 |
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 3 | -7/+0 |
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 1 | -3/+0 |
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 2 | -2/+0 |
* | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 2 | -2/+2 |
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | 2022-12-12 | 7 | -7/+7 |
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 1 | -0/+0 |
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 8 | -9/+9 |
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) | Drashna Jaelre | 2022-10-15 | 2 | -2/+20 |
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 8 | -23/+23 |
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | 2022-09-26 | 1 | -1/+0 |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -2/+2 |
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 2 | -2/+2 |
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-08-14 | 4 | -16/+14 |
|\ |
|
| * | Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945) | Ryan | 2022-08-14 | 4 | -16/+14 |
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-07-25 | 2 | -7/+6 |
|\| |
|
| * | Move keyboard USB IDs and strings to data driven: B (#17782) | Ryan | 2022-07-25 | 2 | -7/+6 |
* | | tap-dance: Restructure code and document in more detail (#16394) | Jouke Witteveen | 2022-06-13 | 2 | -4/+4 |
|/ |
|
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 6 | -6/+6 |
* | Rename keymap_extras headers for consistency (#16939) | Ryan | 2022-05-15 | 3 | -3/+3 |
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 3 | -6/+3 |
* | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 3 | -6/+0 |
* | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 1 | -28/+49 |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | 2021-11-05 | 1 | -1/+1 |
* | [Core] Change OLED task function to be boolean (#14864) | Drashna Jaelre | 2021-11-02 | 4 | -4/+8 |
* | Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633) | Ryan | 2021-09-30 | 2 | -2/+0 |
* | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan | 2021-09-12 | 1 | -1/+0 |
* | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 3 | -6/+0 |
* | Remove bootloader listings from rules.mk (#14330) | Ryan | 2021-09-10 | 2 | -14/+0 |
* | [Core] Refactor OLED to allow easy addition of other types (#13454) | Xelus22 | 2021-08-24 | 5 | -6/+7 |
* | Remove Full Bootmagic (#13846) | James Young | 2021-08-06 | 3 | -3/+3 |
* | Fix RGB/LED Suspend defines (#13146) | Drashna Jaelre | 2021-06-09 | 1 | -2/+2 |
* | Convert Encoder callbacks to be boolean functions (#12805) | Drashna Jaelre | 2021-05-21 | 2 | -3/+5 |
* | [Bugs] Fix VIA Compiles (#12186) | Xelus22 | 2021-03-12 | 1 | -0/+2 |
* | Remove `DESCRIPTION`, B-D (#11513) | Ryan | 2021-01-15 | 2 | -2/+0 |
* | Initial list of keyboards to exclude from CI (#11213) | Zach White | 2020-12-21 | 1 | -0/+0 |
* | Update info.json for Slice RGB (#10514) | James Young | 2020-10-02 | 1 | -9/+12 |
* | Add Slice RGB VIA Support (#10407) | Nick Abe | 2020-10-02 | 3 | -1/+147 |