summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/the_mark/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-13/+14
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* [Keyboard] boardsource/the_mark data driven (#17637)jack2022-07-127-9/+6
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-156-6/+6
|
* Boardsource The Mark 65 Touch-Up and Layout Additions (#16270)James Young2022-02-076-83/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the_mark.h: use ____ for KC_NO * the_mark.h: number matrix positions electrically `K300` and `K301` has misleading identifiers - `K300` was on column 1 and `K301` on column 0. * the_mark.h: use QMK 3-character notation * the_mark.h: add matrix diagram * refactor reference keymaps - convert tabs to spaces - use four-space indent - grid align keycodes - remove extra line breaks - add layer indexes to `via` keymap * info.json: apply friendly formatting * add LAYOUT_ansi_split_bs_space Includes reference keymap. * add LAYOUT_iso_split_bs_space Includes reference keymap. * info.json: edit maintainer value There is a Boardsource GitHub account, but knowing the user who maintains it is helpful.
* assign each key an LED for reactive modes (#11949)stanrc852021-02-201-4/+4
|
* Userspace updates (#11841)stanrc852021-02-102-4/+0
| | | | | | | | | | | | | | | | | | | * enable LTO for smaller firmware size * delete since this was added to userspace rules.mk * readme updates and new images * Add -j to compile and flash commands in userpsace * Enable NKRO * Enable NKRO, VIA, LTO by default * Stanrc85-ansi readme update * Stanrc85-alice readme * quick RGB layer indicator fix in keymap
* [Keyboard] Add my keymap for Mark65 (#11717)stanrc852021-02-072-0/+101
|
* The mark: 65 (#11060)cole smith2020-12-306-0/+190
* 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>