summaryrefslogtreecommitdiff
path: root/keyboards/1up60rgb/readme.md
diff options
context:
space:
mode:
authorrempired2018-02-17 23:09:40 -0800
committerJack Humbert2018-02-18 02:09:40 -0500
commit78f5a2a3dc73b8cf38c45c364c31fb42b6be51fc (patch)
tree9c7a3e7002b17c95c3196607cd839fab3b8b92d1 /keyboards/1up60rgb/readme.md
parentf67c59aa7bb35fc370023a1b0b0633d3aff26eb7 (diff)
1up60rgb Keyboard Support (#2404)
* Add files via upload * Update keymap.c * Update keymap.c * Update 1up60rgb.c * Tidy up the code a bit for submission into QMK Master - Create readme file - Fix compile issue with standard keymap - Create default keymap - Remove unused Makefile * Keymap Adjustments * Reworked alternate layouts * Reworked keymaps * Update keymap.c * Update readme.md Add carriage return to make README cleaner
Diffstat (limited to 'keyboards/1up60rgb/readme.md')
-rw-r--r--keyboards/1up60rgb/readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/1up60rgb/readme.md b/keyboards/1up60rgb/readme.md
new file mode 100644
index 000000000..0e132e44d
--- /dev/null
+++ b/keyboards/1up60rgb/readme.md
@@ -0,0 +1,13 @@
+# 1upkeyboards 60% RGB
+
+Firmware for custom keyboard PCB with 60% key layout.
+
+Keyboard Maintainer: [rempired](https://github.com/rempired)
+Hardware Supported: 1upkeyboards 60% RGB
+Hardware Availability: [1upkeyboards](https://1upkeyboards.com/rgb-underglow-1up-pcb.html)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make 1up60rgb:default
+
+See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.