diff options
author | Jumail Mundekkat <mundekkat@hotmail.com> | 2018-09-21 08:36:11 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-20 15:36:11 -0700 |
commit | 99c1c5bfe933865bacdebdcbcfa55954a5a946a2 (patch) | |
tree | 122eb4d66e01bb71ce7fe9c253f2649014a6d1f8 /keyboards/primekb/prime_o/readme.md | |
parent | cfdc23bbaea69039d01e57e7256b62010635c260 (diff) | |
download | qmk_firmware-99c1c5bfe933865bacdebdcbcfa55954a5a946a2.tar.gz |
Keyboard: Added Prime_L, Prime_O and Prime_M, moved Prime_R into primekb folder (#3907)
* Added template copies for prime_l
Added first set of files for prime_m and prime_o
Temporarily storing kbfirmware dumps in tmp
* Completed base for prime_m, prime_o and prime_l
Moved prime_r into primekb folder
* Added in QMK Configurator layout files for new PrimeKB keyboards
Slight modification to layout header files
Added my name to licensing
* Updated primekb readmes
* Removed temporary working files
* Updated default keymap for Prime_O
* Added link to Newbs Guide in prime_r readme
Diffstat (limited to 'keyboards/primekb/prime_o/readme.md')
-rw-r--r-- | keyboards/primekb/prime_o/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/primekb/prime_o/readme.md b/keyboards/primekb/prime_o/readme.md new file mode 100644 index 000000000..fe91a86b9 --- /dev/null +++ b/keyboards/primekb/prime_o/readme.md @@ -0,0 +1,15 @@ +# Prime_O + +![Prime_O](https://i.imgur.com/ujbBdja.jpg) + +A 16x5 ortholinear keyboard that has many layout options, including: full grid, left- or right-side full sized numpads, and Many spacebar locations. Standard in-switch backlighting. See primekb.com for full details of possible layouts. + +Keyboard Maintainer: [MxBlue](https://github.com/MxBlu) +Hardware Supported: Prime_O PCB, ATMega32u2 +Hardware Availability: GB + +Make example for this keyboard (after setting up your build environment): + + make primekb/prime_o:default + +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). |