diff options
author | holtenc <holtenc@gmail.com> | 2020-10-16 00:41:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 22:41:44 -0700 |
commit | 6529cbac0dabb0bb9005d18ee78fab63f370935a (patch) | |
tree | 813b8b5ade6422bb76c3b5439b50d4da59580ff4 /keyboards/primekb/prime_e/readme.md | |
parent | 139d28eaae283455c135efe71a05a1823c12fc31 (diff) |
[Keyboard] Add Prime_E RGB PCB (#10615)
* add Prime_E RGB PCB
* Update keyboards/primekb/prime_e/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/primekb/prime_e/std/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/primekb/prime_e/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/primekb/prime_e/rgb/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/primekb/prime_e/rgb/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/primekb/prime_e/rgb/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/primekb/prime_e/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/primekb/prime_e/std/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/primekb/prime_e/std/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/primekb/prime_e/readme.md')
-rw-r--r-- | keyboards/primekb/prime_e/readme.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/keyboards/primekb/prime_e/readme.md b/keyboards/primekb/prime_e/readme.md index 6abe0bed01..3503ad419c 100644 --- a/keyboards/primekb/prime_e/readme.md +++ b/keyboards/primekb/prime_e/readme.md @@ -4,13 +4,17 @@ An ergonomic 45%. -Keyboard Maintainer: [Holtenc](https://github.com/holtenc/) -Hardware Supported: Prime_E PCB, ATMega32u4 -Hardware Availability: Group Buy, Retail +*Keyboard Maintainer: [Holtenc](https://github.com/holtenc/) +*Hardware Supported: + * [Prime_E Standard](std/) PCBs, ATmega32u4 (in switch LED backlights) + * [Prime_E RGB](rgb/) PCBs, Atmega32u4 (RGB underglow) +*Hardware Availability: [Store Link](https://www.primekb.com) Make example for this keyboard (after setting up your build environment): - make prime_e:default - make prime_e:via (when using VIA configurator) + *make primekb/prime_e/std:default + *make primekb/prime_e/rgb:default + *make primekb/prime_e/std:via + *make primekb/prime_e/rgb: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). |