aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/abstract
Commit message (Collapse)AuthorAgeFilesLines
* Remove HD44780 References, Part 1 (#9052)James Young2020-07-272-29/+0
| | | | | * remove HD44780_ENABLE rules: 0-9, A-B * remove HD44780_ENABLE config: 0-9, A-B
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-291-6/+6
| | | | | | | | | | | * 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>
* Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)fauxpark2020-01-191-1/+1
|
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-052-49/+2
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* Remove unnecessary IS_COMMAND definitions from a couple of boardsKonstantin Đorđević2019-07-161-5/+0
|
* Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre2019-07-161-1/+0
| | | | | | | | | | | | * Remove the need to set NUM_OF_ENCODERS Instead, calculate the size of the array, and use that instead * Add hack for split common support * Remove NUM_OF_ENCODERS from keyboard config Can be reverted, if needed
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* [Keyboard] Added Abstract Ellipse Rev1 (#5939)AbstractKB2019-05-2414-0/+620
* mostly done with first version of Ellipse Rev1 software * mostly done, error with backlight breathing * more testing and changing default keymaps * ready for first release attempt * fix newline in readme * fix copyright and extraneous declarations and symbols * remove more excess backslashes * fixed more formatting