summaryrefslogtreecommitdiff
path: root/keyboards/keebio/bdn9/keymaps/eosti/config.h
diff options
context:
space:
mode:
authorReid Sox-Harris <reidsox1@gmail.com>2020-10-14 19:08:28 -0700
committerGitHub <noreply@github.com>2020-10-15 03:08:28 +0100
commit2c5ad9189cbb789353514b87109213090ce56531 (patch)
treed50dddbac65df6c53914d6005e44c40be810c8f6 /keyboards/keebio/bdn9/keymaps/eosti/config.h
parentb0dbe7365b56d181928e8fee06d03df6ba92ea62 (diff)
update eosti keymaps (#10610)
* adds eosti/planck keymaps * updates eosti keymaps * add header guard to bdn9 config.h Co-authored-by: Joel Challis <git@zvecr.com> * reduce file size of compiled firmware * move console disable to rules.mk Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/keebio/bdn9/keymaps/eosti/config.h')
-rw-r--r--keyboards/keebio/bdn9/keymaps/eosti/config.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/keyboards/keebio/bdn9/keymaps/eosti/config.h b/keyboards/keebio/bdn9/keymaps/eosti/config.h
index 4ba28f26a8..98f8eab1a0 100644
--- a/keyboards/keebio/bdn9/keymaps/eosti/config.h
+++ b/keyboards/keebio/bdn9/keymaps/eosti/config.h
@@ -1 +1,18 @@
-#define TAPPING_TERM 175
+/* Copyright 2020 Reid Sox-Harris
+ *
+ * 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/>.
+ */
+#pragma once
+
+#define TAPPING_TERM 275