]> git.donarmstrong.com Git - qmk_firmware.git/commit
New Keyboard: Sentraq Number Pad RGB DIY Kit (#5047)
authorNicholas Shaff <nick@shadedream.com>
Mon, 4 Feb 2019 03:40:42 +0000 (21:40 -0600)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 4 Feb 2019 03:40:42 +0000 (19:40 -0800)
commitb6fbcd9d6210524fe73921db12209e8703c74d2d
treef7ad15a0c5f0097c896085c5bf75c5393805dde7
parentc4ce613bff87eaf40c8ddd76383e3cc468e6e2a6
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.
keyboards/sentraq/number_pad/config.h [new file with mode: 0644]
keyboards/sentraq/number_pad/info.json [new file with mode: 0644]
keyboards/sentraq/number_pad/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/sentraq/number_pad/keymaps/default/readme.md [new file with mode: 0644]
keyboards/sentraq/number_pad/number_pad.c [new file with mode: 0644]
keyboards/sentraq/number_pad/number_pad.h [new file with mode: 0644]
keyboards/sentraq/number_pad/readme.md [new file with mode: 0644]
keyboards/sentraq/number_pad/rules.mk [new file with mode: 0644]