summaryrefslogtreecommitdiff
path: root/keyboards/handwired/prime_exl_plus/readme.md
diff options
context:
space:
mode:
authorholtenc <holtenc@primekb.com>2020-02-25 15:21:59 -0600
committerGitHub <noreply@github.com>2020-02-25 13:21:59 -0800
commitd52cd8886c2b3d201c8cdb0bf1a45ba98e4d9cf0 (patch)
tree302a6a08b7eba42da5f36a4257ad564f26609708 /keyboards/handwired/prime_exl_plus/readme.md
parent61b71320f79a663880bd70402d306722c1bbfe3e (diff)
[Keyboard] Add Prime_EXL Plus to handwired (#8238)
* Add VIA support for Prime_L * Update keyboards/primekb/prime_l/v1/config.h * Add prime_exl_plus keyboard * Temporary removal of prime_exl_plus * Add Prime_EXL Plus, including VIA support * Update keyboards/handwired/prime_exl_plus/readme.md * Update keyboards/handwired/prime_exl_plus/readme.md * Update keyboards/handwired/prime_exl_plus/readme.md * Update keyboards/handwired/prime_exl_plus/rules.mk * Update keyboards/handwired/prime_exl_plus/info.json * Update keyboards/handwired/prime_exl_plus/info.json * Update keyboards/handwired/prime_exl_plus/info.json * Update keymap.c * correct spacing of keymaps and layout macro. move indicator logic from user space to keyboard space * further corrections to keymaps and layout macro. * Update keyboards/handwired/prime_exl_plus/prime_exl_plus.c * Update keyboards/handwired/prime_exl_plus/prime_exl_plus.c * Update keyboards/handwired/prime_exl_plus/prime_exl_plus.c * Update keyboards/handwired/prime_exl_plus/prime_exl_plus.c * Update prime_exl_plus.c * small edit to prime_exl_plus.c
Diffstat (limited to 'keyboards/handwired/prime_exl_plus/readme.md')
-rw-r--r--keyboards/handwired/prime_exl_plus/readme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/prime_exl_plus/readme.md b/keyboards/handwired/prime_exl_plus/readme.md
new file mode 100644
index 0000000000..e35fa1f2e0
--- /dev/null
+++ b/keyboards/handwired/prime_exl_plus/readme.md
@@ -0,0 +1,16 @@
+# Prime_EXL Plus
+
+![Prime_EXL Plus](https://i.imgur.com/XGj53Nb.jpg)
+
+An ergonomic 45% keyboard with a numrow and macro/numpad added to the left side.
+
+* Keyboard Maintainer: [Holtenc](https://github.com/holtenc/)
+* Hardware Supported: Prime_EXL Plus PCB, ATmega32U4
+* Hardware Availability: Prototype/personal project
+
+Make example for this keyboard (after setting up your build environment):
+
+ make handwired/prime_exl_plus:default
+ make handwired/prime_exl_plus:via
+
+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).