summaryrefslogtreecommitdiff
path: root/keyboards/treadstone32/readme.md
diff options
context:
space:
mode:
authormarksard <38324387+marksard@users.noreply.github.com>2020-05-07 18:23:26 +0900
committerGitHub <noreply@github.com>2020-05-07 02:23:26 -0700
commitae5f7365eae0e25339615908c275bf383dc7b335 (patch)
treed27112d4a3191293ea39be894cbe2977ed2772f1 /keyboards/treadstone32/readme.md
parent606438692db8bb935c047bf202e9052f2e1ac037 (diff)
[Keyboard] Add keyboard firmware treadstone32lite (#8720)
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization * Add keyboard firmware of treadstone32lite * fixed by the review * I used to set this to a per-keymap setting, so I'll undo it.
Diffstat (limited to 'keyboards/treadstone32/readme.md')
-rw-r--r--keyboards/treadstone32/readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/treadstone32/readme.md b/keyboards/treadstone32/readme.md
index 989a29c204..99cbe4e014 100644
--- a/keyboards/treadstone32/readme.md
+++ b/keyboards/treadstone32/readme.md
@@ -10,9 +10,12 @@ Hardware Availability: links to where you can find this hardware
Make example for this keyboard (after setting up your build environment):
- make treadstone32:default:dfu
+ make treadstone32:default
+ or
+ make treadstone32/lite: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).
[Build guide](https://github.com/marksard/Keyboards/blob/master/treadstone32/documents/treadstone32_buildguide.md)
+[Build guide (lite)](https://github.com/marksard/Keyboards/blob/master/treadstone32/documents/treadstone32lite_buildguide.md)
[Firmware](https://github.com/marksard/qmk_firmware/tree/my_customize/keyboards/treadstone32)