summaryrefslogtreecommitdiffstats
path: root/keyboards/hadron
Commit message (Expand)AuthorAgeFilesLines
* haptic: naming cleanups (#21551)Ryan2023-07-214-13/+3
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-14/+0
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-242-2/+1
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-3/+7
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-3/+3
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-20/+78
* 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-064-2/+6
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-166-33/+2
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-105-60/+10
* Move encoder config to data driven (#19923)Ryan2023-02-262-4/+5
* Remove matrix size defines (#19581)Ryan2023-02-172-10/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084-15/+7
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-052-10/+0
* Debounce defines cleanup (#19742)Ryan2023-02-032-6/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-5/+0
* Fix functions with empty params (#19647)Ryan2023-01-201-2/+2
* Remove useless line continuations (#19399)Ryan2022-12-303-105/+105
* Update use of legacy keycodes (#19120)Joel Challis2022-11-224-6/+6
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-064-4/+4
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-2/+2
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-163-9/+9
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-152-4/+20
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-112-2/+2
* 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-212-2/+2
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-156-12/+15
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: F-I (#17958)Ryan2022-08-156-12/+15
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-2/+0
|/
* 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-152-4/+0
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-142-70/+70
* Fix up build options comments (#15463)Ryan2021-12-122-2/+2
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-3/+2
* Remove pointless `CUSTOM_MATRIX = no` (#15383)Ryan2021-12-021-1/+0
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-3/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-022-12/+12
* Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)Joel Challis2021-10-181-1/+2
* Fix OLED timeout on recent qwiic migrations (#14775)Joel Challis2021-10-101-6/+6
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-211-1/+1
|\
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
* | Migrate hadron away from QWIIC_DRIVERS (#14415)Joel Challis2021-09-1315-733/+155
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-121-1/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0