summaryrefslogtreecommitdiff
path: root/keyboards/xelus/pachi/keymaps/via/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-18 14:26:24 +0000
committerQMK Bot <hello@qmk.fm>2021-03-18 14:26:24 +0000
commitd97a9fb4ff71cb123708389896e4fa6f70e0cb42 (patch)
treeb037e6b6862150e107f33700607092588e47a712 /keyboards/xelus/pachi/keymaps/via/config.h
parent6d050b728244dfeb705370f967ae998ded567746 (diff)
parenta5576f97386c6e20d7738eccc3637b334b40cca9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xelus/pachi/keymaps/via/config.h')
-rw-r--r--keyboards/xelus/pachi/keymaps/via/config.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/xelus/pachi/keymaps/via/config.h b/keyboards/xelus/pachi/keymaps/via/config.h
new file mode 100644
index 0000000000..0315ad280f
--- /dev/null
+++ b/keyboards/xelus/pachi/keymaps/via/config.h
@@ -0,0 +1,23 @@
+/* Copyright 2021 Harrison Chan (Xelus)
+ *
+ * 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
+
+// 3 layers or else it will not fit in EEPROM
+#define DYNAMIC_KEYMAP_LAYER_COUNT 3
+
+#define USB_POLLING_INTERVAL_MS 1
+#define QMK_KEYS_PER_SCAN 4