summaryrefslogtreecommitdiff
path: root/users/peterfalken/config.h
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-10-15 19:46:33 -0400
committervin <git@vineetk.net>2023-10-15 19:46:33 -0400
commit7ed78a843d4a90ae8adc69bf3c3dbf573a379f75 (patch)
tree420f8e7829b46bf43b5dbafc46f0a72f644e9588 /users/peterfalken/config.h
parent392a85e1f6fefd549cd52945ab1447a2d6901484 (diff)
remove userspace declarations
Diffstat (limited to 'users/peterfalken/config.h')
-rw-r--r--users/peterfalken/config.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/users/peterfalken/config.h b/users/peterfalken/config.h
deleted file mode 100644
index 1342705550..0000000000
--- a/users/peterfalken/config.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2023 Peter.Falken (@PeterFalken)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-// Fix warning - "Attached USB accessory uses too much power."
-#ifndef USB_MAX_POWER_CONSUMPTION
- #define USB_MAX_POWER_CONSUMPTION 100
-#endif
-
-// Fix unresponsiveness on wake from sleep
-#ifndef USB_SUSPEND_WAKEUP_DELAY
- #define USB_SUSPEND_WAKEUP_DELAY 200
-#endif
-
-// Space optimizations
-#define LAYER_STATE_8BIT
-#undef LOCKING_SUPPORT_ENABLE
-#undef LOCKING_RESYNC_ENABLE
-
-// Disable animations for RGB underglow & key matrix
-#define DISABLE_RGB_LIGHT_ANIMATIONS
-#define DISABLE_RGB_MATRIX_ANIMATIONS