summaryrefslogtreecommitdiff
path: root/keyboards/db/db63/db63.c
diff options
context:
space:
mode:
authorHung DO <hungdohuy@gmail.com>2020-01-05 08:04:49 +0700
committerDrashna Jaelre <drashna@live.com>2020-01-04 17:04:49 -0800
commit59c783df488cc8bcd9b8c92e9b27692c1e1761ed (patch)
treeb85809ce5f2f20bdc96cdd5ae8132967f8afa45a /keyboards/db/db63/db63.c
parentd4b15cd93af0609fef6e345bd1d2259f8dee62a8 (diff)
[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>
Diffstat (limited to 'keyboards/db/db63/db63.c')
-rw-r--r--keyboards/db/db63/db63.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/db/db63/db63.c b/keyboards/db/db63/db63.c
new file mode 100644
index 0000000000..62ebb2cc69
--- /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 <http://www.gnu.org/licenses/>.
+ */
+
+#include "db63.h"