aboutsummaryrefslogtreecommitdiff
path: root/keyboards/sentraq/s60_x/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sentraq/s60_x/readme.md')
-rw-r--r--keyboards/sentraq/s60_x/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/sentraq/s60_x/readme.md b/keyboards/sentraq/s60_x/readme.md
new file mode 100644
index 000000000..09ad068e7
--- /dev/null
+++ b/keyboards/sentraq/s60_x/readme.md
@@ -0,0 +1,19 @@
1S60-x
2=====
3DIY compact keyboard designed by VinnyCordeiro for Sentraq. Most of the keymaps are based on GH60 code. This is a port from TMK to QMK based on the [original S60-X Repo](https://github.com/VinnyCordeiro/tmk_keyboard).
4
5Keyboard Maintainer: QMK Community
6Hardware Supported: S60-x PCB
7Hardware Availability: https://www.massdrop.com/buy/sentraq-60-diy-keyboard-kit?mode=guest_open
8
9There are two versions of this keyboard, an RGB and a non RGB one.
10
11Make example for this keyboard (after setting up your build environment):
12
13 make sentraq/s60_x:default
14
15Make example for rgb version of this keyboard:
16
17 make sentraq/s60_x/rgb:default
18
19See 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).