diff options
author | Nicholas Shaff <nick@shadedream.com> | 2019-02-03 21:40:42 -0600 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-03 19:40:42 -0800 |
commit | b6fbcd9d6210524fe73921db12209e8703c74d2d (patch) | |
tree | f7ad15a0c5f0097c896085c5bf75c5393805dde7 /keyboards/sentraq/number_pad/readme.md | |
parent | c4ce613bff87eaf40c8ddd76383e3cc468e6e2a6 (diff) | |
download | qmk_firmware-b6fbcd9d6210524fe73921db12209e8703c74d2d.tar.gz |
New Keyboard: Sentraq Number Pad RGB DIY Kit (#5047)
* Added QMK Config for Sentraq Number Pad keyboard.
* Sentraq Number Pad documentation cleanup.
* mend
* Added json for configurator.
* Small documentation tweaks.
* Updated the layouts to use the default layouts that match.
* Uncommended user level functions in keymap, left custom keycode/macro code commented but documented why.
* Switched to #pragma once from #ifndef structure in header file.
* Moved Sentraq number pad to sentraq creator directory.
* Renamed sentraq_number_pad to number_pad now that it's nested in the sentraq directory.
* Updated references inside the files for the keyboard rename and nesting.
Diffstat (limited to 'keyboards/sentraq/number_pad/readme.md')
-rw-r--r-- | keyboards/sentraq/number_pad/readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/sentraq/number_pad/readme.md b/keyboards/sentraq/number_pad/readme.md new file mode 100644 index 000000000..ce9bfe435 --- /dev/null +++ b/keyboards/sentraq/number_pad/readme.md @@ -0,0 +1,13 @@ +# Sentraq Number Pad RGB DIY Kit + +Sentraq Number Pad RGB DIY Kit. + +Keyboard Maintainer: QMK Community\ +Hardware Supported: Sentraq Number Pad PCB\ +Hardware Availability: [Sentraq](https://sentraq.com/collections/kits/products/number-pad-rgb-kit) + +Make example for this keyboard (after setting up your build environment): + + make sentraq/number_pad:default:dfu + +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). |