diff options
author | Tom Barnes <tom@mechboards.co.uk> | 2023-12-27 22:11:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 15:11:06 -0700 |
commit | 2505d7edd0b10f4540ac5cb8c07717778a65de1b (patch) | |
tree | 48eec41f84f5b1d9e7ce628a51d1a424a639a962 /keyboards/crkbd | |
parent | cc08f230ffac3a48e82d26b32ca6bdf0c6ab041e (diff) |
vendor keymaps-mechboards via updates (#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
Diffstat (limited to 'keyboards/crkbd')
-rw-r--r-- | keyboards/crkbd/keymaps/mb_via/readme.md | 12 | ||||
-rw-r--r-- | keyboards/crkbd/keymaps/via_mechboards/config.h (renamed from keyboards/crkbd/keymaps/mb_via/config.h) | 0 | ||||
-rw-r--r-- | keyboards/crkbd/keymaps/via_mechboards/keymap.c (renamed from keyboards/crkbd/keymaps/mb_via/keymap.c) | 0 | ||||
-rw-r--r-- | keyboards/crkbd/keymaps/via_mechboards/readme.md | 10 | ||||
-rw-r--r-- | keyboards/crkbd/keymaps/via_mechboards/rules.mk (renamed from keyboards/crkbd/keymaps/mb_via/rules.mk) | 0 |
5 files changed, 10 insertions, 12 deletions
diff --git a/keyboards/crkbd/keymaps/mb_via/readme.md b/keyboards/crkbd/keymaps/mb_via/readme.md deleted file mode 100644 index 048927073b..0000000000 --- a/keyboards/crkbd/keymaps/mb_via/readme.md +++ /dev/null @@ -1,12 +0,0 @@ -# Default Via keyboard for the Corne R2G by Mechboards UK - -![r2g](https://cdn.shopify.com/s/files/1/0582/0242/3501/products/HelidoxCorneR2GPCB_1800x1800.png) - -Corne R2G is an eddition of the classic CRKBD by footsan remade to feature a full smd assembly - -In this fold can be found the default via enabled keymap that can be in conjunction - -Flash example for this Keymap: -```sh -qmk flash -kb crkbd/r2g -km mb_via -``` diff --git a/keyboards/crkbd/keymaps/mb_via/config.h b/keyboards/crkbd/keymaps/via_mechboards/config.h index cdc04f6908..cdc04f6908 100644 --- a/keyboards/crkbd/keymaps/mb_via/config.h +++ b/keyboards/crkbd/keymaps/via_mechboards/config.h diff --git a/keyboards/crkbd/keymaps/mb_via/keymap.c b/keyboards/crkbd/keymaps/via_mechboards/keymap.c index 027e1449cc..027e1449cc 100644 --- a/keyboards/crkbd/keymaps/mb_via/keymap.c +++ b/keyboards/crkbd/keymaps/via_mechboards/keymap.c diff --git a/keyboards/crkbd/keymaps/via_mechboards/readme.md b/keyboards/crkbd/keymaps/via_mechboards/readme.md new file mode 100644 index 0000000000..a173bc43ec --- /dev/null +++ b/keyboards/crkbd/keymaps/via_mechboards/readme.md @@ -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 +``` diff --git a/keyboards/crkbd/keymaps/mb_via/rules.mk b/keyboards/crkbd/keymaps/via_mechboards/rules.mk index cda04c7ce7..cda04c7ce7 100644 --- a/keyboards/crkbd/keymaps/mb_via/rules.mk +++ b/keyboards/crkbd/keymaps/via_mechboards/rules.mk |