summaryrefslogtreecommitdiffstats
path: root/keyboards/marksard
Commit message (Expand)AuthorAgeFilesLines
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-236-11/+0
* Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-204-4/+14
* Remove more empty headers (#20155)Ryan2023-03-174-66/+0
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-1112-100/+30
* Move encoder config to data driven (#19923)Ryan2023-02-262-6/+5
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-174-10/+6
* Remove matrix size defines (#19581)Ryan2023-02-176-24/+0
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-176-36/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0812-27/+14
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-071-5/+0
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-072-8/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-063-15/+0
* Debounce defines cleanup (#19742)Ryan2023-02-036-18/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-033-9/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-303-63/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-316-6/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-283-12/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
* Remove useless line continuations (#19399)Ryan2022-12-302-60/+60
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-2/+2
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-1/+1
* Remove .noci functionality (#19122)Joel Challis2022-11-216-0/+0
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-155-5/+5
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-158-29/+10
* Remove legacy international keycodes (#18588)Ryan2022-10-097-37/+37
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-1/+0
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-2/+2
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-214-4/+4
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-207-22/+23
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)Ryan2022-08-207-22/+23
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-066-6/+0
|/
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-036-21/+18
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-154-4/+4
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-152-2/+2
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-153-12/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-041-1/+1
|\
| * [Keymap] Fix OLED font path in default Rhymestone keymap (#16197)jack2022-02-041-1/+1
* | Fix CI. (#15828)Nick Brassel2022-01-1133-5/+5
* | [Keyboard] move marksard's boards to marksard/ (#15786)peepeetee2022-01-1055-0/+3792
|/
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-092-4/+2
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-012-4/+0
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-41/+41
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-021-1/+2
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-122-2/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-122-4/+0
* Remove empty override functions (#14312)Ryan2021-09-051-48/+0
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-245-5/+5
* Remove Full Bootmagic (#13846)James Young2021-08-062-2/+2
* Fix RGB/LED Suspend defines (#13146)Drashna Jaelre2021-06-091-1/+1
* Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-211-2/+2