forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor keymaps-mechboards via updates (qmk#22767)
* update mb_via keymaps to new naming for vendor keymaps * missed a reference to old name, tidy crkbd readme, add lily58 readme * fix typo * fix typo * delete shopify image
- Loading branch information
1 parent
cc08f23
commit 2505d7e
Showing
9 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Default Via keymap for the Corne R2G by Mechboards UK | ||
|
||
Corne R2G is an edition of the classic CRKBD by foostan remade to feature full smd assembly | ||
|
||
In this folder can be found the default via enabled keymap that can be in conjunction with the mechboards R2G PCB. | ||
|
||
Flash example for this Keymap: | ||
```sh | ||
qmk flash -kb crkbd/r2g -km via_mechboards | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Default Via keymap for the Lily58 R2G by Mechboards UK | ||
|
||
Lily58 R2G is the classic Lily58 remade to feature full SMD assembly | ||
|
||
In this folder can be found the default via enabled keymap that can be in conjunction with the mechboards R2G PCB. | ||
|
||
Flash example for this Keymap: | ||
```sh | ||
qmk flash -kb lily58/r2g -km via_mechboards | ||
``` |
File renamed without changes.