summaryrefslogtreecommitdiff
path: root/keyboards/candybar/readme.md
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2019-01-19 01:19:14 -0500
committerDrashna Jaelre <drashna@live.com>2019-01-18 22:19:14 -0800
commitebec12fbe8bff9b657f3fe6abee67e37ef0a1ba6 (patch)
treeab24e1a85478e5d4de4c997416e63a074dc58c0e /keyboards/candybar/readme.md
parentc4680a6460bcc0a3695f3e9232089374c40fc29c (diff)
[Keyboard] Initial support for TKC Candybar (#4881)
* Initial support for TKC Candybar * Correct FN layer issue Both shift keys were overloaded. Moved Caps Lock to FN + C. * Update keyboard description in config.h. * Info.json * Update project information * Update keyboards/candybar/readme.md Co-Authored-By: TerryMathews <terry@terrymathews.net>
Diffstat (limited to 'keyboards/candybar/readme.md')
-rw-r--r--keyboards/candybar/readme.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/candybar/readme.md b/keyboards/candybar/readme.md
new file mode 100644
index 0000000000..6e0fa02857
--- /dev/null
+++ b/keyboards/candybar/readme.md
@@ -0,0 +1,18 @@
+The Key Company Candybar
+===
+
+![Candybar](https://cdn.shopify.com/s/files/1/1679/2319/articles/CandyBar_Promo_400x225_1000x.jpg?v=1538150501)
+
+
+The Key Company Candybar is a staggered 40% board with a numpad utilizing the STM32F072 microcontroller.
+
+Keyboard Maintainer: [Terry Mathews](https://github.com/TerryMathews/)
+Hardware Supported: TKC Candybar
+Hardware Availability: Via GB
+
+
+Make example for this keyboard (after setting up your build environment):
+
+ make candybar:default:dfu-util
+
+See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.