From 59c783df488cc8bcd9b8c92e9b27692c1e1761ed Mon Sep 17 00:00:00 2001 From: Hung DO Date: Sun, 5 Jan 2020 08:04:49 +0700 Subject: [Keyboard] Add support for db63 hotswap rbg (#7771) * correct the matrix pin for db63 * first correct layout * adding RGB support for db63 * adding backlighting keycode * enable back extension * update readme for the bootloader * correct the capslock pin * update correct info.json and layout following suggestion * editing contact * Update keyboards/db/db63/README.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/db/db63/README.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> --- keyboards/db/db63/db63.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboards/db/db63/db63.c (limited to 'keyboards/db/db63/db63.c') diff --git a/keyboards/db/db63/db63.c b/keyboards/db/db63/db63.c new file mode 100644 index 000000000..62ebb2cc6 --- /dev/null +++ b/keyboards/db/db63/db63.c @@ -0,0 +1,17 @@ +/* Copyright 2019 MechMerlin + * + * 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 "db63.h" -- cgit v1.2.3