summaryrefslogtreecommitdiff
path: root/keyboards/oddforge/vea/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/oddforge/vea/config.h')
-rw-r--r--keyboards/oddforge/vea/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/oddforge/vea/config.h b/keyboards/oddforge/vea/config.h
index 0b2607d285..c2e9c2b6bb 100644
--- a/keyboards/oddforge/vea/config.h
+++ b/keyboards/oddforge/vea/config.h
@@ -16,13 +16,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 15
-#define DEBOUNCE 5
#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE
@@ -41,8 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_TWINKLE
#define RGBLIGHT_SLEEP
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 9
-
-#define LED_NUM_LOCK_PIN D0
-#define LED_CAPS_LOCK_PIN D1
-#define LED_SCROLL_LOCK_PIN D6
-#define BACKLIGHT_PIN D4