summaryrefslogtreecommitdiff
path: root/keyboards/unison/v04/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/unison/v04/config.h')
-rw-r--r--keyboards/unison/v04/config.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/keyboards/unison/v04/config.h b/keyboards/unison/v04/config.h
index 07ce465b13..6e3ba625e2 100644
--- a/keyboards/unison/v04/config.h
+++ b/keyboards/unison/v04/config.h
@@ -17,12 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-/* NOTE: With Round-Robin matrix, set same size for both. */
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 10
/* key matrix pins */
/* NOTE: With Round-Robin matrix, set same pins for both. */
@@ -31,13 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
-/* Rotary Encoder */
-#ifdef ENCODER_ENABLE
- #define ENCODERS_PAD_A { B0, D2, D5, D6, B4 }
- #define ENCODERS_PAD_B { B1, D3, D4, D7, B5 }
- #define ENCODER_RESOLUTION 4 //the default & suggested is 4
-#endif
-
/* Audio */
#ifdef AUDIO_ENABLE
#define AUDIO_PIN C6
@@ -70,29 +57,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define RGBLIGHT_EFFECT_RGB_TEST
// #define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
- // /*== customize breathing effect ==*/
- // /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/
- // #define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64
- // /*==== use exp() and sin() ====*/
- // #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7
- // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
#endif
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
-/*
- * 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.