diff options
author | TheFourthCow <63170386+TheFourthCow@users.noreply.github.com> | 2020-04-27 17:19:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 14:19:06 -0700 |
commit | 4c51049b2baf4e686c257f21849159a7908c7275 (patch) | |
tree | c75765c7e4983c1272297cf1deab2709130450fc /keyboards/funky40/readme.md | |
parent | dd60fcda2836a79428a5a1b11f2fcfb1b0ce80ea (diff) | |
download | qmk_firmware-4c51049b2baf4e686c257f21849159a7908c7275.tar.gz qmk_firmware-4c51049b2baf4e686c257f21849159a7908c7275.zip |
[Keyboard] Add Funky40 support (#8942)
* Adding all relevant files for the Funky40
This should add all proper files for the funky40 a keyboard I designed for myself, /u/TheFourthcow, a 40% ortholinear with split spacebar.
* Second attempt to add all relevant files for the funky40, includes all reccomended changes from my previous pull request
* Revised most files for Funky40 including reccomenations from my previous pull request
* further modifications made to default funky40 board, compiles on my side with no errors hopefully this one works!
* Update keyboards/funky40/readme.mk.mk
* Update keyboards/funky40/keymaps/default/readme.md.md
* Update keyboards/funky40/keymaps/default/keymap.c
* Update keyboards/funky40/keymaps/default/keymap.c
* Update keyboards/funky40/keymaps/default/keymap.c
* Update keyboards/funky40/config.h
* updating readmes and keymap
* final update to keymap and readmes should function correctly with updates requested
* made changes as requested by noroadsleft to config and readme
Diffstat (limited to 'keyboards/funky40/readme.md')
-rw-r--r-- | keyboards/funky40/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/funky40/readme.md b/keyboards/funky40/readme.md new file mode 100644 index 0000000000..ed83be877b --- /dev/null +++ b/keyboards/funky40/readme.md @@ -0,0 +1,15 @@ +# Funky40 + +<!-- ![Funky40](imgurlinkgoesherewheninitialbuildisfinished) --> + +A compact 40% (12x4) ortholinear keyboard kit made and sold by /u/TheFourthCow + +* Keyboard Maintainer: [TheFourthCow](https://github.com/TheFourthCow) +* Hardware Supported: Funky40 with Pro Micro or Elite C +* Hardware Availability: TBD - Currently from /u/TheFourthCow - [pm me on reddit](https://www.reddit.com/user/TheFourthCow/)! + +Make example for this keyboard (after setting up your build environment): + + make funky40: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). |