From bc3831dd4e459ae157126e4f1cb46054770836a5 Mon Sep 17 00:00:00 2001 From: Marek128b <58476072+Marek128b@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:22:39 +0000 Subject: [PATCH] added basic structure to documentation #9 --- .vscode/settings.json | 5 +++++ Software/README.md | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 Software/README.md diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..81ddc54 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "Keymap" + ] +} \ No newline at end of file diff --git a/Software/README.md b/Software/README.md new file mode 100644 index 0000000..d5995c1 --- /dev/null +++ b/Software/README.md @@ -0,0 +1,20 @@ +# Software + +** table of content ** +- [Software](#software) + - [Keymap](#keymap) + - [QMK Basics](#qmk-basics) + - [RGB WS2812 LEDs](#rgb-ws2812-leds) + - [Via/Vial support](#viavial-support) + + +## Keymap + + +## QMK Basics + + +## RGB WS2812 LEDs + + +## Via/Vial support