aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/numbrero/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/numbrero/config.h')
-rw-r--r--keyboards/handwired/numbrero/config.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/keyboards/handwired/numbrero/config.h b/keyboards/handwired/numbrero/config.h
deleted file mode 100644
index ac38e0814..000000000
--- a/keyboards/handwired/numbrero/config.h
+++ /dev/null
@@ -1,46 +0,0 @@
1#pragma once
2
3#include "config_common.h"
4
5/* USB Device descriptor parameter */
6#define VENDOR_ID 0xFEED
7#define PRODUCT_ID 0x6060
8#define DEVICE_VER 0x0001
9#define MANUFACTURER Flehrad
10#define PRODUCT Numbrero
11#define DESCRIPTION Pro Micro-powered Reversible L/H Numpad with Extra Macro Keys
12
13/* key matrix size */
14#define MATRIX_ROWS 5
15#define MATRIX_COLS 5
16
17/* key matrix pins */
18#define MATRIX_ROW_PINS { F6, B5, B4, E6, F7 }
19#define MATRIX_COL_PINS { D1, D0, D4, F5, F4 }
20#define UNUSED_PINS
21
22/* COL2ROW or ROW2COL */
23#define DIODE_DIRECTION COL2ROW
24
25/* number of backlight levels */
26
27#ifdef BACKLIGHT_PIN
28#define BACKLIGHT_LEVELS 3
29#endif
30
31/* Set 0 if debouncing isn't needed */
32#define DEBOUNCE 5
33
34/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
35#define LOCKING_SUPPORT_ENABLE
36
37/* Locking resynchronize hack */
38#define LOCKING_RESYNC_ENABLE
39
40#ifdef RGB_DI_PIN
41#define RGBLIGHT_ANIMATIONS
42#define RGBLED_NUM 5
43#define RGBLIGHT_HUE_STEP 8
44#define RGBLIGHT_SAT_STEP 8
45#define RGBLIGHT_VAL_STEP 8
46#endif