summaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk/ymd40/v2/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move backlight config to data driven (#19910)Ryan2023-02-261-3/+0
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-1/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-151-12/+10
|
* Move keyboard USB IDs and strings to data driven: Y (#17926)Ryan2022-08-061-7/+0
|
* [Keyboard] Ymd40v2new layouts and fixed per-switch backlight (#13622)Trent Hoh2021-07-221-1/+1
|
* [Keyboard] YMDK YMD40 v2 (#11835)James Young2021-02-131-0/+71
* [Keyboard] YMDK YMD40 v2 * fork default keymap into default and factory - factory keymap is as assigned by the extracted JSON provided by the vendor - default keymap is based on the Planck * add AUDIO_SUPPORTED rule per drashna * modify factory keymap's readme Recommend users copy the default keymap instead.