diff options
author | holtenc <holtenc@primekb.com> | 2020-02-24 08:19:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 14:19:27 +0000 |
commit | f673c965ba79f5354c1634466ef2167304ce9f35 (patch) | |
tree | ad29912aff4d1d92a5ba27640dd5054502fbc7db /keyboards/primekb/prime_l/readme.md | |
parent | a2c0c1479cbe527cfa223b4957d230bf1e8a431f (diff) | |
download | qmk_firmware-f673c965ba79f5354c1634466ef2167304ce9f35.tar.gz |
Add VIA support for Prime_L (#8233)
* Add VIA support for Prime_L
* Update keyboards/primekb/prime_l/v1/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Add prime_exl_plus keyboard
* Temporary removal of prime_exl_plus
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/primekb/prime_l/readme.md')
-rw-r--r-- | keyboards/primekb/prime_l/readme.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/primekb/prime_l/readme.md b/keyboards/primekb/prime_l/readme.md index fb04e1d39..3787d6af9 100644 --- a/keyboards/primekb/prime_l/readme.md +++ b/keyboards/primekb/prime_l/readme.md @@ -7,9 +7,11 @@ A compact layout with the footprint of your typical 65% board, featuring a left * [Prime_L V2](v2/) PCBs, ATmega32U4 (no in-switch LED supports) * Hardware Availability: [Store Link](https://www.primekb.com) -Make example for this keyboard (after setting up your build environment): +Make examples for this keyboard (after setting up your build environment): - make primekb/prime_l/v1:default - make primekb/prime_l/v2:default + *make primekb/prime_l/v1:default + *make primekb/prime_l/v2:default + *make primekb/prime_l/v1:via + *make primekb/prime_l/v2: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). |