summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/the_mark/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* [Keyboard] boardsource/the_mark data driven (#17637)jack2022-07-121-136/+35
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-4/+0
| | | | (#16655)
* Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)Drashna Jaelre2021-07-241-5/+3
|
* first pass: matrix consistency improvements (#13471)Zach White2021-07-111-2/+2
|
* Fix RGB/LED Suspend defines (#13146)Drashna Jaelre2021-06-091-1/+1
|
* USB suspend option and LED position change for The Mark 65 (#12725)Albert Y2021-05-131-1/+3
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Add suspend wake functions for The Mark:65's RGB Matrix (#12245)Albert Y2021-03-251-0/+1
| | | | | | | * Add suspend wake functions for RGB Matrix * Add USB suspend definition to config.h Co-authored-by: filterpaper <filterpaper@localhost>
* added limit to RGB brightness (#11759)cole smith2021-02-011-0/+2
|
* [Keyboard] Add RGB Matrix support for The Mark:65 (#11676)Albert Y2021-01-241-0/+5
| | | | | | | | | | | * Add RGB Matrix support for Mark 65 keyboard * Update drive LED count * Removed unnecessary define line * Corrected typo Co-authored-by: filterpaper <filterpaper@localhost>
* The mark: 65 (#11060)cole smith2020-12-301-0/+152
* added main keyboard files * working default and iso maps * add via config * made default ansi map * fixed info.json and made readme * renamed folders * reincluding the folders I renamed * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * I made a change before PR to clean up VIA map that broke it now its fixed * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/boardsource/the_mark/the_mark.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>