diff options
author | Flexerm <51996324+Flexerm@users.noreply.github.com> | 2020-03-18 19:56:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 12:56:22 -0700 |
commit | 13d736d6ab6180072dabce17491f081fba2a2f38 (patch) | |
tree | 44efa17c40e5fd011cc55750e5b5c85da2b75126 /keyboards/flx/lodestone/readme.md | |
parent | 0b810bdff385d78e2b5568d270438b15d678948f (diff) |
[Keyboard] FLX Lodestone (#8451)
* Add Lodestone PCB
Working Firmware for Lodestone PCB tested on physical PCB prototypes.
* Update keyboards/flx/lodestone/lodestone.c
* Update keyboards/flx/lodestone/keymaps/default/config.h
* Update keyboards/flx/lodestone/rules.mk
* Update keyboards/flx/lodestone/readme.md
* Delete config.h
* Update keyboards/flx/lodestone/info.json
Suggested by noroadsleft
* Update keyboards/flx/lodestone/info.json
* Update keyboards/flx/lodestone/info.json
Changed maintainer name as suggested.
* Update keyboards/flx/lodestone/keymaps/default/readme.md
* Update keyboards/flx/lodestone/info.json
* Update keyboards/flx/lodestone/rules.mk
Changed Link_Time_Optimization to LTO didn't know this was a thing :)
* Update keyboards/flx/lodestone/keymaps/default/keymap.c
Removed 2 unessisary layers from the default map.
* Update keyboards/flx/lodestone/readme.md
* Update keyboards/flx/lodestone/info.json
* Changed from LAYOUT to LAYOUT_all
AS suggested by noroadsleft, changed 4 files to match, and re-testeed on my hardware to confirm working.
* Update keyboards/flx/lodestone/config.h
Cleaned up Manu, Product and Descriptor as suggested.
* Update keyboards/flx/lodestone/readme.md
Diffstat (limited to 'keyboards/flx/lodestone/readme.md')
-rw-r--r-- | keyboards/flx/lodestone/readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/flx/lodestone/readme.md b/keyboards/flx/lodestone/readme.md new file mode 100644 index 0000000000..e52d8d0c69 --- /dev/null +++ b/keyboards/flx/lodestone/readme.md @@ -0,0 +1,13 @@ +# FLX & proto[Typist] Lodestone + +Lodestone is a keyboard PCB supporting 65% layout with one bottom row blocker, designed by Flex of FLX Keyboards. [More info at proto[Typist]](https://prototypist.net/) + +* Keyboard Maintainer: [Flexerm](https://github.com/Flexerm) +* Hardware Supported: FLX - Lodestone (LS65) PCB +* Hardware Availability: [proto[Typist]](https://prototypist.net/) + +Make example for this keyboard (after setting up your build environment): + + make flx/lodestone: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). |