diff options
author | worldspawn00 <mcmancuso@gmail.com> | 2020-02-07 21:42:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 19:42:29 -0800 |
commit | dd6f92541d0a860c23d0f465cb45631c5097a2d1 (patch) | |
tree | 9faf2b961bad60aeb165e5425a0b7df2ca51f0d5 /keyboards/walletburner/neuron/readme.md | |
parent | 610cf729af9e4499702b88091a2f06ec0235d0b4 (diff) | |
download | firmware-dd6f92541d0a860c23d0f465cb45631c5097a2d1.tar.gz firmware-dd6f92541d0a860c23d0f465cb45631c5097a2d1.tar.bz2 firmware-dd6f92541d0a860c23d0f465cb45631c5097a2d1.zip |
[Keyboard] adding keyboard: neuron (#7980)
* neuron
* Update keyboards/walletburner/neuron/neuron.h
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/neuron.h
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/config.h
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/config.h
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/config.h
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/rules.mk
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/rules.mk
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/rules.mk
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/rules.mk
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/rules.mk
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
* Update keyboards/walletburner/neuron/readme.md
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/walletburner/neuron/readme.md
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/walletburner/neuron/readme.md
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Committed review suggestions
* Corrected bootloader to use atmel-dfu
* One last tweak to correct MANUFACTURER
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/walletburner/neuron/readme.md')
-rw-r--r-- | keyboards/walletburner/neuron/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/walletburner/neuron/readme.md b/keyboards/walletburner/neuron/readme.md new file mode 100644 index 000000000..d33c561a6 --- /dev/null +++ b/keyboards/walletburner/neuron/readme.md @@ -0,0 +1,15 @@ +# Neuron + +![Neuron](https://i.imgur.com/HeeUwVj.png) + +The Neuron is a 12 column staggered 40% keyboard. + +* Keyboard Maintainer: [worldspawn00](https://github.com/worldspawn00/) +* Hardware Supported: The Neuron PCB and kit. +* Hardware Availability: [PCB & Kit](https://geekhack.org/index.php?topic=102681.0) + +Make example for this keyboard (after setting up your build environment): + + make walletburner/neuron:default + +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). |