diff options
Diffstat (limited to 'keyboards/7c8/framework/readme.md')
-rw-r--r-- | keyboards/7c8/framework/readme.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/7c8/framework/readme.md b/keyboards/7c8/framework/readme.md new file mode 100644 index 000000000..5f29743aa --- /dev/null +++ b/keyboards/7c8/framework/readme.md | |||
@@ -0,0 +1,30 @@ | |||
1 | # Framework | ||
2 | |||
3 |  | ||
4 | |||
5 | ## Features | ||
6 | |||
7 | * All through-hole components (except Kailh hotswap sockets) | ||
8 | * QMK firmware with VIA support | ||
9 | * Rotary encoder | ||
10 | * Hotswappable switches | ||
11 | * FR-4 and acrylic sandwich construction | ||
12 | * USB Type-C | ||
13 | * Supports MIT (one 2u), grid (two 1u), and two 2u space keys | ||
14 | |||
15 | ## Info | ||
16 | |||
17 | * Keyboard maintainer: [Steven Nguyen](https://github.com/stevennguyen) | ||
18 | * Hardware supported: Framework | ||
19 | * Hardware availability: [Steven Nguyen](https://github.com/stevennguyen) | ||
20 | |||
21 | Make example for this keyboard (after setting up your build environment): | ||
22 | |||
23 | make 7c8/framework:default # default keymap | ||
24 | make 7c8/framework:via # via-compatible keymap | ||
25 | |||
26 | Flashing example for this keyboard: | ||
27 | |||
28 | make 7c8/framework:default:flash | ||
29 | |||
30 | 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). \ No newline at end of file | ||