summaryrefslogtreecommitdiff
path: root/keyboards/aeboards/ext65/rev2
AgeCommit message (Expand)AuthorFilesLines
2025-04-22Remove empty `url` fields (#25181)Joel Challis1-1/+0
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-49/+0
2024-08-25Update Underglow keycodes (#23765)Ryan2-6/+6
2024-06-22Migrate `led_update_kb` implementations to DD (#23980)Joel Challis2-15/+5
2024-05-17Delete trivial keymap readmes (#23714)Ryan2-4/+0
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-9/+9
2024-04-02Data-Driven Keyboard Conversions: A (#23379)James Young2-14/+10
2023-12-13fix: improper usage of keyboard/user-level functions (#22652)Less/Rikki1-22/+28
2023-09-25Simplify more feature driver defines (#22090)Ryan1-1/+1
2023-09-04Resolve some "Layout should not contain name of keyboard" lint warnings (#21898)Joel Challis3-37/+8
2023-08-23Move RGBLight animations to data driven (#21635)Ryan2-13/+13
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
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/+3
2023-04-25Move miscellaneous layouts to data driven (#20516)Ryan3-129/+90
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-1/+1
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan2-1/+3
2023-02-26Move backlight config to data driven (#19910)Ryan2-4/+5
2023-02-21Move backlight config to data driven, part 1 (#19887)Ryan1-1/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2-6/+2
2022-11-20Merge remote-tracking branch 'origin/master' into developDrashna Jael're9-37/+311
2022-11-20[Keyboard] EXT65 rev3 support (#18873)Xelus229-37/+311
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre1-1/+10
2022-08-13Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)Ryan2-7/+5
2021-12-12Fix up build options comments (#15463)Ryan1-1/+1
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan1-2/+1
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan1-2/+1
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young1-1/+1
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre1-1/+1
2021-09-12Align ChibiOS I2C defs with other drivers (#14399)Joel Challis1-2/+2
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan1-1/+0
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus221-1/+1
2021-08-06Remove Full Bootmagic (#13846)James Young1-1/+1
2021-06-08Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan1-0/+3
2021-06-03Fix up WS2812 SPI driver on F072. (#13022)Nick Brassel1-0/+2
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young3-0/+6
2021-01-25Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+0
2021-01-25Remove redundant I2C config defines from keyboards (#11661)Ryan1-1/+0
2021-01-21ChibiOS conf migrations... take 11 (#11646)Nick Brassel1-12/+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-1375/+68
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young8-215/+18
2020-11-01[Keyboard] Fix keyboard matrix scan rate with F072 (#10226)Xelus221-0/+3
2020-10-13Remove bootloader_defs.h for some F072 boards (#10582)Ryan1-7/+0
2020-08-12[Keyboard] AEboards Ext65 rev2 (#9482)Xelus2214-0/+1805