diff options
author | Ryan <fauxpark@gmail.com> | 2020-03-04 09:10:39 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 14:10:39 -0800 |
commit | 8c3ff3f32c49c649ef6632d10f8fb15ef60d990d (patch) | |
tree | 2093a3a55ba5c7b6c63a0df3448f060fc7a9ee60 /keyboards/lfkeyboards/lfk78/readme.md | |
parent | 910d603c657e4ad81a4e7a4c86a74e2e79aa1eaa (diff) | |
download | qmk_firmware-8c3ff3f32c49c649ef6632d10f8fb15ef60d990d.tar.gz |
[Keyboard] LFK78 refactor (#7835)
* Change include guards to pragma once
* Clean up default keymaps
* Remove some magic numbers and use GPIO macros
* Clean up keyboard.[ch]
* Tidy up info.json and readme
* Align config.h with template
* Split up revision code into subfolders
* rev C-H has no audio, apparently
* Change revc_h to revc and document differences
* Turn off Audio on revb for now, for Travis' sake
* Split info.json into revision folders
* Clean up default keymaps some more
Diffstat (limited to 'keyboards/lfkeyboards/lfk78/readme.md')
-rw-r--r-- | keyboards/lfkeyboards/lfk78/readme.md | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/keyboards/lfkeyboards/lfk78/readme.md b/keyboards/lfkeyboards/lfk78/readme.md index 7cef9735d..723cf6798 100644 --- a/keyboards/lfkeyboards/lfk78/readme.md +++ b/keyboards/lfkeyboards/lfk78/readme.md @@ -1,11 +1,18 @@ -LFK78/68 -=== +# LFK78/68 A 65% keyboard similar to the MagicForce68 or VA68M. Optional function key block on left side. -Keyboard Maintainer: [LFKeyboards](https://github.com/lfkeyboards) -Hardware Supported: LFK78/68 RevB - RevJ, SMK78/68 -Hardware Availability: [LFKeyboards.com](https://www.lfkeyboards.com/) +* Keyboard Maintainer: [LFKeyboards](https://github.com/lfkeyboards) +* Hardware Supported: LFK78/68 RevB - RevJ, SMK78/68 +* Hardware Availability: [LFKeyboards.com](https://www.lfkeyboards.com/) + +## Revisions + +* `revb`: First public release, uses ATmega32U4, has audio, ISSI matrix split between RGB and backlight +* `revc`: Revisions C through H, uses AT90USB1286, no audio, ISSI device 0 is backlight, 4 is RGB +* `revj`: Audio on pin C6, uses AT90USB646 + +--- Make example for this keyboard (after setting up your build environment): |