summaryrefslogtreecommitdiffstats
path: root/keyboards/hub20
Commit message (Expand)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
* Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-252-3/+3
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-2/+0
* Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan2023-06-181-3/+0
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-3/+3
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-273-202/+79
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-102-6/+5
* Move encoder config to data driven (#19923)Ryan2023-02-262-5/+6
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-3/+3
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-4/+4
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
* Move keyboard USB IDs and strings to data driven: H (#17821)Ryan2022-07-282-7/+6
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-4/+0
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-42/+49
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Move LTO logic from common.mk (#14973)Joel Challis2021-10-281-4/+2
* 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-121-2/+0
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Remove deprecated callbacks for encoders and dip switches (#13404)Drashna Jaelre2021-07-242-15/+10
* [Keyboard] Add LED matrix and 2 layouts to hub20 (#12505)peepeetee2021-06-197-28/+478
* Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan2021-06-081-0/+3
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-293-3/+6
* Add bootmagic support for hub16 and hub20 (#12257)peepeetee2021-03-172-1/+6
* remove keyboard_folder from info.jsonZach White2021-02-271-1/+0
* ChibiOS conf migrations... take 11 (#11646)Nick Brassel2021-01-211-2/+0
* Fix up comments showing how to execute config migration. (#11621)Nick Brassel2021-01-203-3/+3
* ChibiOS conf upgrade for hub20 (#11588)Nick Brassel2021-01-173-1375/+68
* [Keyboard] Add Hub20 keyboard (#11497)Josh Johnson2021-01-1314-0/+1888