diff options
author | Elliot Powell <32494740+e11i0t23@users.noreply.github.com> | 2021-12-14 07:49:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 18:49:34 +1100 |
commit | 970ede9a1c808fd54f3f1310f1b74a586d890747 (patch) | |
tree | c8c27800eb436a31d66981625ef2a3fbb7f49ca1 /keyboards/crkbd/keymaps/mb_via/readme.md | |
parent | 59a1495fbf949161ee5842aebe7774411b5c675b (diff) |
Add support for the crkbd r2g by mechboards (#15283)
* r2g folder groundwork
* Default mb keymap featuring mb logos
* Migrate Oled to keyboard folder
* Move rules configs to support config better
* update readmes
* Liscnece update
* Update config and fix issues caused by redef errs
* funciton name adjusts, define specific rgb modes
* move default oled font to postconfig
* update oled in line with develop merge
* fix return value
* Add some default rgb matrix defines
* del ugfx
* remove #include <stdio.h>
Diffstat (limited to 'keyboards/crkbd/keymaps/mb_via/readme.md')
-rw-r--r-- | keyboards/crkbd/keymaps/mb_via/readme.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/mb_via/readme.md b/keyboards/crkbd/keymaps/mb_via/readme.md new file mode 100644 index 0000000000..048927073b --- /dev/null +++ b/keyboards/crkbd/keymaps/mb_via/readme.md @@ -0,0 +1,12 @@ +# 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 +``` |