summaryrefslogtreecommitdiff
path: root/keyboards/takashicompany/minizone/config.h
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2024-01-18 22:01:43 -0700
committerGitHub <noreply@github.com>2024-01-18 22:01:43 -0700
commitf6a70e45c243112b8bc201c216539320ac342b9f (patch)
tree90606a1e73b9a44c19cd2010a987941376900f3a /keyboards/takashicompany/minizone/config.h
parentd7727a54bc9a6ab137422e9e2b418bf9d383a01d (diff)
Fixup takashicompany/minizone (#22922)
* initial * remove bootloader
Diffstat (limited to 'keyboards/takashicompany/minizone/config.h')
-rw-r--r--keyboards/takashicompany/minizone/config.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/takashicompany/minizone/config.h b/keyboards/takashicompany/minizone/config.h
deleted file mode 100644
index 5665732b04..0000000000
--- a/keyboards/takashicompany/minizone/config.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2022 takashicompany (@takashicompany)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
-/* 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