summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive/e6_rgb/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-111-6/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-171-3/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-1/+10
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* 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
|
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-101-4/+2
|
* Remove `DESCRIPTION`, E-G (#11574)Ryan2021-01-181-1/+0
|
* [Keyboard] fixed hhkb keymap issue on e6_rgb (#7684)yulei2020-01-081-28/+2
| | | | | | | | | | | | | | | | | | | | | | * fixed hhkb keymap issue and added allleds configuration * fixed layout mismatch * add more matrix control * remove redundent define in rules.mk * turn NKRO on * remove allled macro, adding readme in allleds mode, add via support * add two more layers for via * update readme file * Update keyboards/exclusive/e6_rgb/keymaps/allleds/readme * Update keyboards/exclusive/e6_rgb/keymaps/allleds/readme.md
* Regroup all Exclusive keyboard in one directoryBrice Figureau2019-02-071-0/+65
To reduce clutter in the `keyboards/` directory, this patch moves all keyboards definitions for Exclusive boards to its own subdirectory.