]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/sentraq/s60_x/readme.md
Remove/migrate action_get_macro()s from default keymaps (#5625)
[qmk_firmware.git] / keyboards / sentraq / s60_x / readme.md
1 # S60-x
2
3 DIY 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
5 Keyboard Maintainer: QMK Community  
6 Hardware Supported: S60-x PCB  
7 Hardware Availability: https://www.massdrop.com/buy/sentraq-60-diy-keyboard-kit?mode=guest_open
8
9 There are two versions of this keyboard, an RGB and a non RGB one. Firmware built for one, will not work on the other. 
10
11 Make example for this keyboard (after setting up your build environment):
12
13     make sentraq/s60_x/default:default
14
15 Make example for rgb version of this keyboard:
16
17     make sentraq/s60_x/rgb:default
18
19 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).