summaryrefslogtreecommitdiffstats
path: root/keyboards/divergetm2/divergetm2.c
diff options
context:
space:
mode:
authorChriston DeWan <cmdpix@mac.com>2018-09-04 01:35:27 +0200
committerDrashna Jaelre <drashna@live.com>2018-09-04 01:35:27 +0200
commitdd29b642564896f3753721db364b6413e501e6c1 (patch)
tree4b92ced88a9e0c37e64df8d269588ff8a2cd03be /keyboards/divergetm2/divergetm2.c
parent35efcc9f398a1a2493b482dd1bd7c859f93ef450 (diff)
downloadqmk_firmware-dd29b642564896f3753721db364b6413e501e6c1.tar.gz
qmk_firmware-dd29b642564896f3753721db364b6413e501e6c1.tar.xz
Keyboard: Add support for Diverge TM2 (#3829)
* pulling in diverge tm2 from staging branch * cleaned up comments, docs, licenses * refactored apparent grid to make 2u spacebars more obvious * various delinting from noroadsleft review * most of drashna's feedback responded to - lots of lint swept - used more modern tri-layer functions - still need to adopt modern split support. * switch to common split code. remove comment cruft * tapping force hold makes LT way more usable for rapid , sequences
Diffstat (limited to 'keyboards/divergetm2/divergetm2.c')
-rw-r--r--keyboards/divergetm2/divergetm2.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/divergetm2/divergetm2.c b/keyboards/divergetm2/divergetm2.c
new file mode 100644
index 000000000..61ea45416
--- /dev/null
+++ b/keyboards/divergetm2/divergetm2.c
@@ -0,0 +1,17 @@
+/* Copyright 2018 Christon DeWan (xton)
+ * Copyright 2017 IslandMan93
+ *
+ * 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 "divergetm2.h"