summaryrefslogtreecommitdiff
path: root/keyboards/hadron
AgeCommit message (Collapse)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (H) (#25599)Jack Sangdahl2-19/+13
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan3-15/+15
* Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
2025-04-22Remove empty `url` fields (#25181)Joel Challis1-1/+0
2025-01-20Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis1-1/+0
2024-11-23Update keymaps to use PDF keycode (#24633)Joel Challis3-44/+12
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2-4/+4
* Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
2024-08-25Update Underglow keycodes (#23765)Ryan1-1/+1
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-05-17Delete trivial keymap readmes (#23714)Ryan3-6/+0
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan1-1/+1
2024-04-24Add haptic driver to keyboard.json schema (#23591)Ryan2-1/+3
2024-04-17Migrate build target markers to keyboard.json - HI (#23540)Joel Challis1-0/+0
2024-04-15Data-Driven Keyboard Conversions: H, Part 1 (#23524)James Young4-30/+21
2024-02-19Manual user keymap removal (#23104)Joel Challis2-50/+0
2024-01-08Migrate RGB Matrix config to info.json - H (#22861)Joel Challis1-4/+0
2023-12-05Remove "empty" files (#22603)Joel Challis1-1/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis5-321/+0
2023-11-26Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre1-33/+0
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2023-08-23Move RGBLight animations to data driven (#21635)Ryan4-25/+26
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-08-15OLED: driver naming cleanups (#21710)Ryan2-2/+0
2023-08-04haptic: further naming cleanups (#21682)Ryan1-29/+29
2023-07-21haptic: naming cleanups (#21551)Ryan4-13/+3
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan1-14/+0
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2-2/+1
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan4-3/+7
2023-05-02`info.json` whitespace cleanups (#20651)Ryan1-3/+3
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan2-20/+78
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2-1/+3
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan4-2/+6
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan6-33/+2
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-10Move matrix config to info.json, part 2 (#19987)Ryan5-60/+10
2023-02-26Move encoder config to data driven (#19923)Ryan2-4/+5
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-17Remove matrix size defines (#19581)Ryan2-10/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan4-15/+7
2023-02-05Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2-10/+0
2023-02-03Debounce defines cleanup (#19742)Ryan2-6/+0
* Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan1-3/+0
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan1-21/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan1-5/+0
2023-01-20Fix functions with empty params (#19647)Ryan1-2/+2
* Fix functions with empty params * Found a bunch more
2022-12-30Remove useless line continuations (#19399)Ryan3-105/+105
2022-11-22Update use of legacy keycodes (#19120)Joel Challis4-6/+6
2022-11-21Remove .noci functionality (#19122)Joel Challis2-0/+0
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel4-4/+4
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-20Remove legacy EEPROM clear keycodes (#18782)Ryan2-2/+2
* `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan3-9/+9
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan1-1/+1
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2-4/+20
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan2-2/+2
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`