aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/aek64/config.h
Commit message (Collapse)AuthorAgeFilesLines
* BACKLIGHT_ON_STATE config.h fixes (#8862)Ryan2020-04-301-3/+0
|
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark2020-01-191-0/+2
| | | | | | | | | | * Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards * Define diode direction for failing boards * Matching parentheses * Put onekey diode directions in top level config
* Adding Backlight on the handwired AEK64 keyboard (#7629)Noan Mousy2019-12-131-27/+7
| | | | | | * Implementing backlight with breathing * Rework of my personal keymap and adding some macros.
* [Keyboard] Adding AEK64 keyboard (#6725)Noan Mousy2019-09-171-0/+78
* Adding AEK64 keyboard * Deleting useless layout definition * Resolving many code review issues * Documenting my 4sStylZ keymap * Adding default keymap * Apply suggestions from code review Code review corrections Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/handwired/aek64/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Correcting the NKRO implementation