summaryrefslogtreecommitdiff
path: root/keyboards/gmmk/pro/ansi/keymaps/hachetman/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-01-30 18:47:30 +0000
committerQMK Bot <hello@qmk.fm>2022-01-30 18:47:30 +0000
commitdc816a98fefd7871de2970ea07b945bc150528a3 (patch)
tree75f65ccdb23a9360851916dda2dfd1bc8a8a212f /keyboards/gmmk/pro/ansi/keymaps/hachetman/config.h
parenta6a7b1ce8f4589a1740bf4b9e628bdb4b3d0e18b (diff)
parent62851b5abd9eef864af5f4431c4ee8ad1762c53b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gmmk/pro/ansi/keymaps/hachetman/config.h')
-rw-r--r--keyboards/gmmk/pro/ansi/keymaps/hachetman/config.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/ansi/keymaps/hachetman/config.h b/keyboards/gmmk/pro/ansi/keymaps/hachetman/config.h
new file mode 100644
index 0000000000..1438d317fb
--- /dev/null
+++ b/keyboards/gmmk/pro/ansi/keymaps/hachetman/config.h
@@ -0,0 +1,22 @@
+/* Copyright 2021 Andre Brait
+ *
+ * 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
+
+#ifdef RGB_MATRIX_ENABLE
+ #define RGB_DISABLE_TIMEOUT 1200000 // 20 minutes (20 * 60 * 1000ms)
+ #define RGB_DISABLE_WHEN_USB_SUSPENDED
+#endif