From d52cd8886c2b3d201c8cdb0bf1a45ba98e4d9cf0 Mon Sep 17 00:00:00 2001 From: holtenc Date: Tue, 25 Feb 2020 15:21:59 -0600 Subject: [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 --- keyboards/handwired/prime_exl_plus/readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/handwired/prime_exl_plus/readme.md (limited to 'keyboards/handwired/prime_exl_plus/readme.md') 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). -- cgit v1.2.3