summaryrefslogtreecommitdiff
path: root/keyboards/wolfmarkclub/wm1
AgeCommit message (Expand)AuthorFilesLines
2025-04-22Remove empty `url` fields (#25181)Joel Challis1-1/+0
2024-06-22Migrate `led_update_kb` implementations to DD (#23983)Joel Challis2-16/+5
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan1-1/+1
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-6/+6
2024-04-13Migrate build target markers to keyboard.json - W (#23511)Joel Challis3-61/+21
2023-08-23Move RGBLight animations to data driven (#21635)Ryan2-12/+13
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2-3/+2
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel1-2/+0
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan2-1/+1
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2-1/+3
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan1-1/+0
2023-05-02`info.json` whitespace cleanups (#20651)Ryan1-3/+3
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan3-36/+85
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-1/+3
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan1-2/+0
2023-03-11Move matrix config to info.json, part 5 (#20003)Ryan2-6/+5
2023-02-17Remove matrix size defines (#19581)Ryan1-4/+0
2023-02-03Debounce defines cleanup (#19742)Ryan1-2/+0
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan1-2/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan1-6/+0
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan1-1/+1
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre1-2/+11
2022-08-06Move keyboard USB IDs and strings to data driven: W (#17903)Ryan2-8/+7
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis1-1/+1
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan1-2/+0
2022-02-06Fixup bootloaders. (#16256)Nick Brassel2-0/+8
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan1-2/+1
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan1-2/+1
2021-09-30Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan1-1/+0
2021-09-21Remove audio pin references in rules.mk (#14532)Ryan1-1/+1
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan1-1/+0
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan1-3/+1
2021-08-16Remove MIDI Configuration boilerplate (#11151)James Young1-1/+0
2021-08-06Remove Full Bootmagic (#13846)James Young1-1/+1
2021-02-09Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre1-1/+0
2021-01-21ChibiOS conf migrations... take 11 (#11646)Nick Brassel1-12/+0
2021-01-20Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+0
2021-01-20Remove `DESCRIPTION`, W-Z (#11633)Ryan1-1/+0
2021-01-20Fix up comments showing how to execute config migration. (#11621)Nick Brassel3-3/+3
2020-12-05ChibiOS upgrade: keyboard conf migrations (phase 1) (#10418)Nick Brassel3-1412/+63
2020-10-15Fix STM32duino bootloader (#10648)Ryan1-3/+1
2020-10-13Add STM32Duino to bootloader selection (#10558)Ryan2-13/+4
2020-08-29Remove unused CORTEX_VTOR_INIT (#10053)Ryan2-4/+0
2020-05-21[Keyboard] Wolfmark Club WM1 (#9121)MechMerlin12-0/+1757