aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/aeboards
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] AEBoards Constellation (#9972)Xelus222020-08-1710-0/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * open drain * ext65 initial * clean up messy code * clean up init * update docs stm32 only and applies to all 3 driver * fix USE_GPIOIv1 * place documentation at bottom * constellation initial * cleanup * fix ws2812.c * Clean up rules.mk * Update config.h * Update config.h * Update readme.md * Update rules.mk * Update rules.mk * add license header
* [Keyboard] AEboards Ext65 rev2 (#9482)Xelus222020-08-1224-1/+1806
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix ordering for new info.jsons (#9567)Ryan2020-06-281-7/+7
|
* Add missing info.jsons for a few boards (#9549)Ryan2020-06-282-0/+240
|
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-292-10/+10
| | | | | | | | | | | * Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files * Correct some 'rules.mk' in boards buried under vendor folders * PR8027 patch Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* VIA Configurator Refactor (#7268)Wilba2020-01-038-192/+12
| | | | | | | | | | | | | | | | | | | | | | | | * VIA Refactor * Remove old code * review changes * review changes * Fix cannonkeys/satisfaction75/prototype:via build * Add via.h to quantum.h * Move backlight init to after backlight config load * Merge branch 'master' into via_refactor_pr * Update user's rules.mk to new way of enabling VIA * Added id_switch_matrix_state * Review changes
* [Keyboard] Update default keymaps to use `layer_state_t` (#7444)Drashna Jaelre2019-11-211-2/+2
| | | | | | * Update default keymaps to use `layer_state_t` * Convert binon32 as get_highest_layer in default keymaps
* [Keyboard] wilba.tech PCB refactoring (#6982)Wilba2019-10-112-4/+0
| | | | | | | | | | | | | | | | | | * Cleanup * Refactor VIA rules.mk * WT mono backlight refactor, VIA support * Added WT75-C * Fixed compile error * Cleanup rules.mk * Review changes * Review changes
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-054-88/+26
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* [Keyboard] Fixed EEPROM start address for firmware using VIA (#6757)Wilba2019-09-172-12/+12
|
* led fix (#6672)Xelus222019-09-052-15/+14
|
* [Keyboard] Aeboards Ext65 - New keyboard & Aegis Update (#6127)Xelus222019-06-2011-2/+489
| | | | | | | | | | * aegis config update and ext65 added * update readme's * PID ext65 change * fix ext65 config
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-2/+1
|
* [Keyboard] Added aeboards/aegis (#5099)Wilba2019-02-1210-0/+426
* Added aeboards/aegis * PR changes