diff options
Diffstat (limited to 'keyboards/geekboards/macropad_v2')
-rw-r--r-- | keyboards/geekboards/macropad_v2/config.h | 8 | ||||
-rw-r--r-- | keyboards/geekboards/macropad_v2/info.json | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/geekboards/macropad_v2/config.h b/keyboards/geekboards/macropad_v2/config.h index 151c74bc37..ec6cc2949e 100644 --- a/keyboards/geekboards/macropad_v2/config.h +++ b/keyboards/geekboards/macropad_v2/config.h @@ -13,7 +13,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 2 @@ -93,11 +92,4 @@ #define RGB_DISABLE_WHEN_USB_SUSPENDED #define WAIT_FOR_USB -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 3 - -/* Bootmagic Lite key configuration */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 0 - #define TAP_CODE_DELAY 10 diff --git a/keyboards/geekboards/macropad_v2/info.json b/keyboards/geekboards/macropad_v2/info.json index bac03b43f1..4671440fef 100644 --- a/keyboards/geekboards/macropad_v2/info.json +++ b/keyboards/geekboards/macropad_v2/info.json @@ -8,6 +8,7 @@ "pid": "0xA372", "device_version": "0.0.2" }, + "debounce": 3, "layouts": { "LAYOUT_ortho_2x4": { "layout": [ |