summaryrefslogtreecommitdiff
path: root/keyboards/lck75/readme.md
diff options
context:
space:
mode:
authorim a can what do you think lmao? <33337640+lyso1@users.noreply.github.com>2021-02-03 20:23:33 -0500
committerGitHub <noreply@github.com>2021-02-03 17:23:33 -0800
commit420f6c4b2e1634e82e4bbdcc24691c169c72ac79 (patch)
tree4509aaf8b35c4148047c5825869a42c04a3ed8fb /keyboards/lck75/readme.md
parent63f4345f4c81af6d034008d095dfea000d588480 (diff)
[Keyboard] Add LCK75 keyboard (#11493)
* Add lck75 keyboard A 75% THT keyboard with an OLED and rotary encoder * added info.json * fixed rules.mk * changed vendor id * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/keymaps/default/keymap.c moved code to the rules.mk folder Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk moved oled driver enable to rules.mk code * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update oled.c id like to keep the copyright there as it's my friend that helped me with the OLED specifically. also updated the old_task_user * Update keyboards/lck75/oled.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update rules.mk * merged oled.c code into keymap.c file tested and works correctly on my board * merged code from this file into the keymap.c file this file is no longer needed Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/lck75/readme.md')
-rw-r--r--keyboards/lck75/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/lck75/readme.md b/keyboards/lck75/readme.md
new file mode 100644
index 0000000000..dd8f5322f4
--- /dev/null
+++ b/keyboards/lck75/readme.md
@@ -0,0 +1,17 @@
+# lck75
+
+A 75% keyboard that can be assembled with only through hole components, including usb type-c
+
+* Keyboard Maintainer: [Lyso1](https://github.com/lyso1)
+* Hardware Supported: LCK75, atmega32
+* Hardware Availability: [GitHub](https://github.com/lyso1)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make lck75:default
+
+Flashing example for this keyboard:
+
+ make lck75: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).