diff --git a/keyboards/ducky/one2mini/keymaps/iso/config.h b/keyboards/ducky/one2mini/keymaps/iso/config.h
deleted file mode 100644
index 4214bf6761a..00000000000
--- a/keyboards/ducky/one2mini/keymaps/iso/config.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Copyright 2019 /u/KeepItUnder
- *
- * 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 .
- */
-
-#pragma once
-
-// place overrides here
diff --git a/keyboards/ducky/one2mini/readme.md b/keyboards/ducky/one2mini/readme.md
index eb324e3f820..bf6b3974a36 100644
--- a/keyboards/ducky/one2mini/readme.md
+++ b/keyboards/ducky/one2mini/readme.md
@@ -4,9 +4,9 @@
A 60% keyboard featuring per-key RGB LEDs.
-Keyboard Maintainer: [Reza Jelveh](https://github.com/fishman)
-Hardware Supported: Ducky One 2 Mini RGB / NUC123SD4AN0 / MBI5042GP
-Hardware Availability: [Ducky Channel](http://www.duckychannel.com.tw/page-en/One_2_Mini_RGB/)
+* Keyboard Maintainer: [Reza Jelveh](https://github.com/fishman)
+* Hardware Supported: Ducky One 2 Mini RGB / NUC123SD4AN0 / MBI5042GP
+* Hardware Availability: [Ducky Channel](http://www.duckychannel.com.tw/page-en/One_2_Mini_RGB/)
Make example for this keyboard (after setting up your build environment):
diff --git a/keyboards/ducky/one2mini/rules.mk b/keyboards/ducky/one2mini/rules.mk
index 8687f299f8d..4364e4e2f2a 100644
--- a/keyboards/ducky/one2mini/rules.mk
+++ b/keyboards/ducky/one2mini/rules.mk
@@ -11,16 +11,10 @@ MCU_FAMILY = NUMICRO
MCU_SERIES = NUC123SD4AN0
# linker script to use
-# it should exist either in /os/common/ports/ARMCMx/compilers/GCC/ld/
-# or /ld/
MCU_LDSCRIPT = NUC123SD4AN0
# startup code to use
-# is should exist in /os/common/ports/ARMCMx/compilers/GCC/mk/
MCU_STARTUP = NUC123SD4AN0
-
-# it should exist either in /os/hal/boards/
-# or /boards
BOARD = NUC123SD4AN0
# NUC123 series is Cortex M0
@@ -28,9 +22,6 @@ MCU = cortex-m0
# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
ARMV = 6
-# Interrupt driven control endpoint task(+60)
-OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
# Build Options
# change yes to no to disable
#