summaryrefslogtreecommitdiff
path: root/keyboards/splitography
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/splitography')
-rw-r--r--keyboards/splitography/config.h25
-rw-r--r--keyboards/splitography/info.json3
-rw-r--r--keyboards/splitography/rules.mk5
3 files changed, 2 insertions, 31 deletions
diff --git a/keyboards/splitography/config.h b/keyboards/splitography/config.h
index d66360f8f4..33a76df2bb 100644
--- a/keyboards/splitography/config.h
+++ b/keyboards/splitography/config.h
@@ -16,37 +16,12 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 12
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/* 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
-
-/*
- * Force NKRO
- *
- * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
- * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
- * makefile for this to work.)
- *
- * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
- * until the next keyboard reset.
- *
- * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
- * fully operational during normal computer usage.
- *
- * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
- * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
- * bootmagic, NKRO mode will always be enabled until it is toggled again during a
- * power-up.
- *
- */
-//#define FORCE_NKRO
diff --git a/keyboards/splitography/info.json b/keyboards/splitography/info.json
index a7f8bb7c95..aab9d3f22f 100644
--- a/keyboards/splitography/info.json
+++ b/keyboards/splitography/info.json
@@ -3,7 +3,6 @@
"keyboard_name": "Splitography",
"url": "https://softhruf.love/collections/writers",
"maintainer": "qmk",
- "processor": "atmega32u4",
"diode_direction": "COL2ROW",
"features": {
"steno": true,
@@ -25,6 +24,8 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/splitography/rules.mk b/keyboards/splitography/rules.mk
index e8326bcf09..e69de29bb2 100644
--- a/keyboards/splitography/rules.mk
+++ b/keyboards/splitography/rules.mk
@@ -1,5 +0,0 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = atmel-dfu