summaryrefslogtreecommitdiffstats
path: root/keyboards/hadron
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-121-3/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-7/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-052-32/+0
|\|
| * Remove empty override functions (#14312)Ryan2021-09-052-32/+0
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-014-37/+22
|/
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-162-21/+0
* Remove Full Bootmagic (#13846)James Young2021-08-062-2/+2
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-1/+1
* Remove `API_SYSEX_ENABLE`s from rules.mk (#13389)Ryan2021-06-301-1/+0
* 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-294-7/+12
* Audio system overhaul (#11820)Drashna Jaelre2021-02-151-1/+5
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-271-3/+0
|\
| * Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan2021-01-271-3/+0
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-01-201-1/+0
|\|
| * Remove `DESCRIPTION`, H-J (#11616)Ryan2021-01-201-1/+0
* | Fix up comments showing how to execute config migration. (#11621)Nick Brassel2021-01-203-3/+3
* | Split up QWIIC_ENABLE to use QWIIC_DRIVERS as well, with yes/no for enable fl...Nick Brassel2021-01-041-1/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-231-1/+0
|\|
| * Remove comments about custom ldscript for Teensy LC (#11224)Ryan2020-12-231-1/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-212-0/+0
|\|
| * Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-212-0/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-162-2/+2
|\|