summaryrefslogtreecommitdiff
path: root/keyboards/walletburner/cajal/readme.md
diff options
context:
space:
mode:
authorridingqwerty <george.g.koenig@gmail.com>2021-01-15 16:49:49 -0500
committerGitHub <noreply@github.com>2021-01-15 16:49:49 -0500
commitc628408688306ed3e970505268cc4a235af8a5ff (patch)
treeb7ab0f9b0c2f6c7fc6757dd60d2f114408e377ed /keyboards/walletburner/cajal/readme.md
parent3d70766327422bcd918b6940298f7557ab10d248 (diff)
New Keyboard: walletburner/cajal (#10458)
* adding alpha variants * adding cajal layouts * adding V2 PCB support adding additional layouts for new PCB version, and correecting incorrect image in info file * Cleanup master -- remove alpha9 * Cleanup master -- remove g4m3ralpha * Cleanup master -- remove cajal & sl40 * Master cleanup -- re-add sl40 * Master cleanup -- correct SL40 image * New Keyboard: walletburner/cajal * Added license attribution to *.{c,h} files * Update keyboards/walletburner/cajal/config.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/walletburner/cajal/keymaps/ortho/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Rename 'ortho' keymap to 'default_ortho' * Update keyboards/walletburner/cajal/cajal.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update readme.md Adding bootloader instructions. Co-authored-by: worldspawn00 <mcmancuso@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/walletburner/cajal/readme.md')
-rw-r--r--keyboards/walletburner/cajal/readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/walletburner/cajal/readme.md b/keyboards/walletburner/cajal/readme.md
new file mode 100644
index 0000000000..4573e40679
--- /dev/null
+++ b/keyboards/walletburner/cajal/readme.md
@@ -0,0 +1,23 @@
+# Cajal
+
+![Cajal](https://i.imgur.com/FVKq7WH.png)
+
+The Cajal is a premium 45% keyboard with stagger or ortho layout options.
+
+* Keyboard Maintainer: [worldspawn00](https://github.com/worldspawn00/)
+* Hardware Supported: The Cajal PCB and kit.
+* Hardware Availability: [PCB & Kit](https://www.walletburner.co/)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make walletburner/cajal:default
+
+ make walletburner/cajal:default_ortho
+
+Flashing example for this keyboard:
+
+ make walletburner/cajal:default:flash
+
+To put the PCB into bootloader mode: Push the reset button on the bottom of the PCB
+
+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).