summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive/e6v2/le/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-1/+10
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: E (#17815)Ryan2022-07-301-7/+0
|
* Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-011-4/+1
| | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* Remove `DESCRIPTION`, E-G (#11574)Ryan2021-01-181-1/+0
|
* Refactor to use led config - Part 3 (#10966)Joel Challis2020-11-181-0/+3
| | | | | | | | | * Refactor to use led config * Refactor to use led config * Refactor to use led config * Refactor to use led config
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Regroup all Exclusive keyboard in one directoryBrice Figureau2019-02-071-0/+59
To reduce clutter in the `keyboards/` directory, this patch moves all keyboards definitions for Exclusive boards to its own subdirectory.