summaryrefslogtreecommitdiffstats
path: root/keyboards/aeboards/ext65/rev2/rev2.c
Commit message (Collapse)AuthorAgeFilesLines
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-251-1/+1
|
* [Keyboard] EXT65 rev3 support (#18873)Xelus222022-11-201-0/+49
|
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-021-1/+1
| | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
* [Keyboard] Fix keyboard matrix scan rate with F072 (#10226)Xelus222020-11-011-0/+3
| | | | | | | * fix matrix scan rate * Update trinityxttkl.c * Update rev2.c
* [Keyboard] AEboards Ext65 rev2 (#9482)Xelus222020-08-121-0/+45
* ext65rev2 initial * open drain change and config * pwm * pwm streams * spi * ws2812 spi * oled * enable sleep * keymap and dissable oled * readd oleds * nooled * led_update_kb revised * update and remove board specific files and add to ext65rev2.c * Update OLED usb status * Update keyboards led state * Layer state set kb * Return state * Update keyboards led state * Update OLED usb status * merge master and merge rev folders * add readme * move board_init to only if OLED is enabled * update readme * update rules.mk * Remove OLED from rules.mk * Update config.h * show AEBoards * Update keyboards/aeboards/ext65/rev2/rules.mk