diff options
author | Weirdo <1248314361@qq.com> | 2021-08-29 19:07:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 04:07:54 -0700 |
commit | 5d5668c3f8d77bebd841b838256f131de6ced497 (patch) | |
tree | 885c1d50c21bccff697d413a43df40c8d419b324 /keyboards/kelowna/rgb64/readme.md | |
parent | 9afc64cd61da5e3e1d2fd72a83602709a6e4e4b8 (diff) |
[Keyboard] Add kelownaRGB64 (#14141)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kelowna/rgb64/readme.md')
-rw-r--r-- | keyboards/kelowna/rgb64/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kelowna/rgb64/readme.md b/keyboards/kelowna/rgb64/readme.md new file mode 100644 index 0000000000..9300b82819 --- /dev/null +++ b/keyboards/kelowna/rgb64/readme.md @@ -0,0 +1,17 @@ +# kelownaRGB64 + + + +A 60% keyboard based on STM32f303 + +* Keyboard Maintainer: [Weirdo](https://github.com/Weirdo-F)(https://github.com/Weirdo-F) +* Hardware Supported: kelownaRGB64 +* Hardware Availability: Not yet + +Make example for this keyboard (after setting up your build environment): + + make kelowna/rgb64:default + +Use the SWD interface on the board to connect to the STlink (JLink) to directly burn firmware without entering the bootloader. + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |