diff options
author | Ryan <fauxpark@gmail.com> | 2020-11-04 10:39:11 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 10:39:11 +1100 |
commit | e024147ce5871a39a13ce5485c7afed03eabff5c (patch) | |
tree | 6137b1cf9d05ddc4042a03a03d7045f996b8ca22 /keyboards/freyr/readme.md | |
parent | c60cafae419f8fe409f9cdb3274bbf6d02973f7c (diff) | |
download | qmk_firmware-e024147ce5871a39a13ce5485c7afed03eabff5c.tar.gz qmk_firmware-e024147ce5871a39a13ce5485c7afed03eabff5c.zip |
Freyr refactor (#10833)
Diffstat (limited to 'keyboards/freyr/readme.md')
-rw-r--r-- | keyboards/freyr/readme.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/keyboards/freyr/readme.md b/keyboards/freyr/readme.md index c6ddc3041..20fa484e8 100644 --- a/keyboards/freyr/readme.md +++ b/keyboards/freyr/readme.md | |||
@@ -1,15 +1,20 @@ | |||
1 | # freyr | 1 | # freyr |
2 | 2 | ||
3 |  | 3 |  |
4 | |||
5 | Freyr is a tenkeyless keyboard, support ansi and iso layout. | ||
4 | 6 | ||
5 | Freyr is a tenkeyless keyboard, support ansi and iso layout. | ||
6 | [Full layout here](http://www.keyboard-layout-editor.com/#/gists/438ef0c58c46ec28c80d9894ffcff177) | 7 | [Full layout here](http://www.keyboard-layout-editor.com/#/gists/438ef0c58c46ec28c80d9894ffcff177) |
7 | 8 | ||
8 | Keyboard Maintainer: [HnahKB](https://github.com/vuhopkep) | 9 | * Keyboard Maintainer: [HnahKB](https://github.com/vuhopkep) |
9 | Hardware Supported: Freyr.revB PCB | 10 | * Hardware Supported: Freyr.revB PCB |
10 | 11 | ||
11 | Make example for this keyboard (after setting up your build environment): | 12 | Make example for this keyboard (after setting up your build environment): |
12 | 13 | ||
13 | make freyr:default | 14 | make freyr:default |
14 | 15 | ||
16 | Flashing example for this keyboard: | ||
17 | |||
18 | make freyr:default:flash | ||
19 | |||
15 | 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). | 20 | 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). |