aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/primekb/prime_m/readme.md
diff options
context:
space:
mode:
authorholtenc <holtenc@gmail.com>2020-02-29 19:42:50 -0600
committerGitHub <noreply@github.com>2020-02-29 17:42:50 -0800
commitbb472364909aa8ad0ff8efb76a428df2960e1a7c (patch)
treea20da4f3d8cd3b372ef13454fbfb16a2c2baed50 /keyboards/primekb/prime_m/readme.md
parentf5d1409c26582a2751e36f5fd93c4c19c67b9201 (diff)
downloadfirmware-bb472364909aa8ad0ff8efb76a428df2960e1a7c.tar.gz
firmware-bb472364909aa8ad0ff8efb76a428df2960e1a7c.tar.bz2
firmware-bb472364909aa8ad0ff8efb76a428df2960e1a7c.zip
Add VIA support to Prime_M. Clean up all files (#8247)
* 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 * Add via support to Prime_M and clean things up * Update rules.mk * Update keyboards/primekb/prime_m/readme.md * Update keyboards/primekb/prime_m/readme.md * Update keyboards/primekb/prime_m/config.h
Diffstat (limited to 'keyboards/primekb/prime_m/readme.md')
-rw-r--r--keyboards/primekb/prime_m/readme.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/primekb/prime_m/readme.md b/keyboards/primekb/prime_m/readme.md
index 668b29e4a..704b3286c 100644
--- a/keyboards/primekb/prime_m/readme.md
+++ b/keyboards/primekb/prime_m/readme.md
@@ -4,12 +4,13 @@
The Prime_M is a premium input device that is designed to be flexible so that it can cover many needs. The case is milled from a solid block of aluminum and features an integrated switch plate, which is 4.75mm thick yet designed to allow MX style switches to properly snap in. The bottom cover is machine from solid brass and is pre-drilled/countersunk for use with optional feet to give the device a slight tilt.
-Keyboard Maintainer: [MxBlue](https://github.com/MxBlu)
-Hardware Supported: Prime_M PCB, ATMega32u2
-Hardware Availability: [GB Post](https://geekhack.org/index.php?topic=91821.0), [B-Stock Listing](https://www.primekb.com/products/prime_m)
+* Keyboard Maintainer: [holtenc](https://github.com/holtenc), [MxBlue](https://github.com/MxBlu)
+* Hardware Supported: Prime_M PCB, ATMega32u2
+* Hardware Availability: [GB Post](https://geekhack.org/index.php?topic=91821.0), [B-Stock Listing](https://www.primekb.com/products/prime_m)
Make example for this keyboard (after setting up your build environment):
make primekb/prime_m:default
+ make primekb/prime_m: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).