From 18bc5254932a842276627d8f055b6fb1d3345230 Mon Sep 17 00:00:00 2001 From: TerryMathews Date: Thu, 12 Mar 2020 15:52:59 -0400 Subject: [Keyboard] Candybar update (#8335) * Candybar: split lefty and righty into subprojects. * Update readme.md * Update readme.md * Candybar: Moved STM32 library files into project root folder. * Update keyboards/candybar/righty/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/candybar/righty/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/candybar/righty/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/candybar/righty/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/candybar/righty/righty.c Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Candybar: remove Boards directory so project uses one from drivers * Update keyboards/candybar/righty/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update readme.md * Update readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> --- keyboards/candybar/lefty/lefty.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 keyboards/candybar/lefty/lefty.c (limited to 'keyboards/candybar/lefty/lefty.c') diff --git a/keyboards/candybar/lefty/lefty.c b/keyboards/candybar/lefty/lefty.c new file mode 100644 index 000000000..920811b83 --- /dev/null +++ b/keyboards/candybar/lefty/lefty.c @@ -0,0 +1,21 @@ +/* Copyright 2018 Jack Humbert + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#include "lefty.h" + +void matrix_init_kb(void) { + matrix_init_user(); +} -- cgit v1.2.3-70-g09d2