summaryrefslogtreecommitdiff
path: root/keyboards/nibiria/stream15/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nibiria/stream15/config.h')
-rw-r--r--keyboards/nibiria/stream15/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/nibiria/stream15/config.h b/keyboards/nibiria/stream15/config.h
index 64866ef29d..b782f3467f 100644
--- a/keyboards/nibiria/stream15/config.h
+++ b/keyboards/nibiria/stream15/config.h
@@ -17,22 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 3
-#define MATRIX_COLS 5
-
#define MATRIX_COL_PINS { A1, A2, B11, B12, B13 }
#define MATRIX_ROW_PINS { B10, B9, B8 }
#define DIODE_DIRECTION COL2ROW
-
-
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
-/* Set 0 if debouncing isn't 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 */