summaryrefslogtreecommitdiff
path: root/keyboards/unison/v04/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-17 08:49:49 +1100
committerGitHub <noreply@github.com>2023-02-17 08:49:49 +1100
commitd784f78bd0a034c1d6085379615014fd701536ab (patch)
tree2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/unison/v04/config.h
parent7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff)
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/unison/v04/config.h')
-rw-r--r--keyboards/unison/v04/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/unison/v04/config.h b/keyboards/unison/v04/config.h
index aa4a75f88e..2a81b1e411 100644
--- a/keyboards/unison/v04/config.h
+++ b/keyboards/unison/v04/config.h
@@ -72,18 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
/*
- * BOOTMAGIC Lite
- * Hold Left-Top key to enter bootloader.
- *
- * NOTE:
- * With Round-Robin matrix, diagonal position is always High.
- * So, the default (0,0) is always judged as hold and keyboard enters bootloader.
- * To prevent this, set specific position for it.
- */
-#define BOOTMAGIC_LITE_ROW 5
-#define BOOTMAGIC_LITE_COLUMN 0
-
-/*
* Feature disable options
* These options are also useful to firmware size reduction.
*/