| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 6 | -20/+10 |
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 1 | -3/+0 |
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
* | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-27 | 1 | -3/+3 |
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 8 | -8/+8 |
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727) | Drashna Jaelre | 2022-10-15 | 1 | -12/+10 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-05 | 10 | -0/+83 |
|\ |
|
| * | Fixup builds for mechlovin/infinity87. (#18604) | Nick Brassel | 2022-10-05 | 10 | -0/+83 |
* | | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 1 | -22/+14 |
* | | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | 2022-09-26 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-25 | 9 | -540/+512 |
|\| |
|
| * | Untangle layouts for Dimple rev3 and Infinity87 (#18462) | Ryan | 2022-09-25 | 9 | -540/+512 |
* | | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 2 | -2/+2 |
|/ |
|
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-08-20 | 11 | -64/+35 |
|\ |
|
| * | Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090) | Ryan | 2022-08-20 | 11 | -64/+35 |
* | | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 1 | -1/+0 |
|/ |
|
* | Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keyma... | Joel Challis | 2022-02-26 | 1 | -3/+0 |
* | Fix up build options comments (#15463) | Ryan | 2021-12-12 | 1 | -1/+0 |
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 2 | -3/+2 |
* | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 1 | -2/+0 |
* | Remove use of __flash due to LTO issues (#15268) | Joel Challis | 2021-11-24 | 1 | -1/+1 |
* | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 1 | -3/+51 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-04 | 6 | -255/+192 |
|\ |
|
| * | [Keyboard] Update Infinity87 rev. 2 (#14820) | mechlovin | 2021-11-04 | 6 | -255/+192 |
* | | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | 2021-11-05 | 1 | -1/+1 |
* | | Clean up LED/RGB Matrix driver config (#14760) | Ryan | 2021-10-10 | 1 | -3/+1 |
|/ |
|
* | 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 | 5 | -11/+0 |
* | Change USBasp and bootloadHID bootloaders to lowercase (#14354) | Ryan | 2021-09-10 | 1 | -1/+1 |
* | Remove Full Bootmagic (#13846) | James Young | 2021-08-06 | 1 | -1/+1 |
* | Unconditionally call led_init_ports (#12116) | Joel Challis | 2021-08-03 | 1 | -4/+0 |
* | __flash? (#13799) | Joel Challis | 2021-07-31 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into develop | Zach White | 2021-07-14 | 2 | -2/+2 |
|\ |
|
| * | correct data info.json (#13544) | mechlovin | 2021-07-14 | 2 | -2/+2 |
* | | Fix RGB/LED Suspend defines (#13146) | Drashna Jaelre | 2021-06-09 | 1 | -1/+1 |
|/ |
|
* | Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) | Ryan | 2021-06-08 | 2 | -0/+8 |
* | add default folder to standard (#12712) | Xelus22 | 2021-04-28 | 1 | -0/+2 |
* | [Keyboard] Refactor IF87_rev1 (#12574) | mechlovin | 2021-04-20 | 3 | -4/+10 |
* | Add TH1800 PCB, Hex6C PCB, Rogue87 PCB, Rouge87 PCB, Infinity87 series (#11977) | mechlovin | 2021-04-09 | 46 | -80/+1768 |
* | Refactor to use led config - Part 6 (#12115) | Joel Challis | 2021-03-10 | 2 | -21/+2 |
* | Remove FAUXCLICKY feature (deprecated) (#11829) | Drashna Jaelre | 2021-02-09 | 1 | -1/+0 |
* | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2021-01-20 | 1 | -1/+0 |
|\ |
|
| * | Remove `DESCRIPTION`, K-M (#11619) | Ryan | 2021-01-20 | 1 | -1/+0 |
* | | Add board specific to Proton-C, with usual defaults turned on. (#10976) | Nick Brassel | 2020-12-03 | 1 | -0/+1 |
|/ |
|
* | [Keyboard] Add new PCB Infinity87 (#9287) | mechlovin | 2020-06-13 | 11 | -0/+372 |