aboutsummaryrefslogtreecommitdiff
path: root/keyboards/sets3n/kk980/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sets3n/kk980/readme.md')
-rw-r--r--keyboards/sets3n/kk980/readme.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/sets3n/kk980/readme.md b/keyboards/sets3n/kk980/readme.md
new file mode 100644
index 000000000..0a1142e57
--- /dev/null
+++ b/keyboards/sets3n/kk980/readme.md
@@ -0,0 +1,31 @@
1# kk980
2
3![kk980](https://i.imgur.com/NDsBMR6.jpg)
4
5A hotswap 98% RGB Mechanical keyboard.
6
7* Keyboard Maintainer: [sets3n](https://github.com/sets3n)
8* Hardware Supported: kk980 PCB
9* Hardware Availability: -
10
11## Bootloader
12
13Enter the bootloader in 3 ways:
14
15* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
16* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
17* **Keycode in layout**: Press the key mapped to `RESET` if it is available
18
19## HEX
20
21Make example for this keyboard (after setting up your build environment):
22
23 make sets3n/kk980:default
24
25## FLASH
26
27Flashing example for this keyboard:
28
29 make sets3n/kk980:default:flash
30
31See 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).