From 4c51049b2baf4e686c257f21849159a7908c7275 Mon Sep 17 00:00:00 2001 From: TheFourthCow <63170386+TheFourthCow@users.noreply.github.com> Date: Mon, 27 Apr 2020 17:19:06 -0400 Subject: [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 --- keyboards/funky40/funky40.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 keyboards/funky40/funky40.c (limited to 'keyboards/funky40/funky40.c') diff --git a/keyboards/funky40/funky40.c b/keyboards/funky40/funky40.c new file mode 100644 index 0000000000..1ecc25143d --- /dev/null +++ b/keyboards/funky40/funky40.c @@ -0,0 +1 @@ +#include "funky40.h" -- cgit v1.2.3