summaryrefslogtreecommitdiff
path: root/keyboards/thevankeyboards/bananasplit/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2021-02-27 22:02:34 -0800
committerGitHub <noreply@github.com>2021-02-28 17:02:34 +1100
commitaf2e1f4e4dd6b98cbeffbb7a71724da69a5232b5 (patch)
treee02f4ae6f4735352e9411a1ef27450156cd2009f /keyboards/thevankeyboards/bananasplit/config.h
parent4fe8c473fdf50efb77017319847e8fd45fd3f263 (diff)
Banana Split VIA Support (#11944)
* add VIA keymap for bananasplit * refactor code to new standards
Diffstat (limited to 'keyboards/thevankeyboards/bananasplit/config.h')
-rw-r--r--keyboards/thevankeyboards/bananasplit/config.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/keyboards/thevankeyboards/bananasplit/config.h b/keyboards/thevankeyboards/bananasplit/config.h
index 8e7f000359..9cb1fccebf 100644
--- a/keyboards/thevankeyboards/bananasplit/config.h
+++ b/keyboards/thevankeyboards/bananasplit/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
@@ -55,22 +54,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-//#define NO_DEBUG
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
-//#define NO_ACTION_MACRO
-//#define NO_ACTION_FUNCTION
-
-#endif