summaryrefslogtreecommitdiff
path: root/keyboards/linworks/whale75/readme.md
diff options
context:
space:
mode:
authorMoritz <moritz.plattner@gmx.net>2021-02-07 17:54:23 +0100
committerGitHub <noreply@github.com>2021-02-07 08:54:23 -0800
commit3d01794b12a895b1678c51b5aea46a0def5fca3f (patch)
tree6cf07ee2b9a0ee014ed00c34cbae98e957b3eff3 /keyboards/linworks/whale75/readme.md
parent53f17113c1241dfc0179d3b98121f3cd83cfae9a (diff)
[Keyboard] Whale 75 (#11486)
* initial commit * various fixes * minor formatting fixes * fixed typo in config * switched underglow from bitbang to pwm * fixed indicator leds not working * improved comment syntax * fixed matrix * remove outdated indicator custom code Co-authored-by: Joel Challis <git@zvecr.com> * add new indicator definitions Co-authored-by: Joel Challis <git@zvecr.com> * removed duplicate define for underglow pin Co-authored-by: Drashna Jaelre <drashna@live.com> * removed unneeded lines * fixed readme to fit template * added picture to readme * fixed readme formatting Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/linworks/whale75/readme.md')
-rw-r--r--keyboards/linworks/whale75/readme.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/linworks/whale75/readme.md b/keyboards/linworks/whale75/readme.md
new file mode 100644
index 0000000000..7ecd0da8ef
--- /dev/null
+++ b/keyboards/linworks/whale75/readme.md
@@ -0,0 +1,21 @@
+# Whale 75
+
+| F13 version | Knob version |
+:-------------------------:|:-------------------------:
+![F13 version](https://i.imgur.com/M5jGi9h.jpg) | ![knob version](https://i.imgur.com/V85xqyJ.jpg)
+
+The Lin Whale 75 is a 75% keyboard designed by Lin/Lx3. It is a 75% board, with optional rotary encoder, underglow and single color 3mm LED backlight.
+
+* Keyboard maintainer: [ebastler](https://github.com/ebastler)
+* Hardware supported: Whale 75 PCB (F13 and encoder version)
+* Hardware availability: Groupbuy. Check the Whale 75 channel on [the Linworks Discord](https://discord.gg/UC8gTdVnsj)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make linworks/whale75:default
+
+Flash example for this keyboard:
+
+ make linworks/whale75:default:flash
+
+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).