aboutsummaryrefslogtreecommitdiff
path: root/keyboards/evyd13/atom47/rev3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/evyd13/atom47/rev3/config.h')
-rw-r--r--keyboards/evyd13/atom47/rev3/config.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/keyboards/evyd13/atom47/rev3/config.h b/keyboards/evyd13/atom47/rev3/config.h
index f585ddda9..4e53abd01 100644
--- a/keyboards/evyd13/atom47/rev3/config.h
+++ b/keyboards/evyd13/atom47/rev3/config.h
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright 2012 Evy Dekkers 2Copyright 2021 Evelien Dekkers
3 3
4This program is free software: you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by
@@ -15,17 +15,16 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef REV3_CONFIG_H 18#pragma once
19#define REV3_CONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
23/* USB Device descriptor parameter */ 22/* USB Device descriptor parameter */
24#define VENDOR_ID 0xFEED 23#define VENDOR_ID 0x4705
25#define PRODUCT_ID 0x6060 24#define PRODUCT_ID 0x0E6D
26#define DEVICE_VER 0x0003 25#define DEVICE_VER 0x0001
27#define MANUFACTURER Vortex 26#define MANUFACTURER Evyd13
28#define PRODUCT Core 27#define PRODUCT Atom47 rev3
29 28
30/* key matrix size */ 29/* key matrix size */
31#define MATRIX_ROWS 4 30#define MATRIX_ROWS 4
@@ -37,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
37#define MATRIX_COL_PINS {B7,F0,F1,F4,F6,D4,D6,D7,B4,B5,C6,C7,F7} 36#define MATRIX_COL_PINS {B7,F0,F1,F4,F6,D4,D6,D7,B4,B5,C6,C7,F7}
38#define UNUSED_PINS 37#define UNUSED_PINS
39 38
40#define BACKLIGHT_PIN B6
41 39
42/* COL2ROW or ROW2COL */ 40/* COL2ROW or ROW2COL */
43#define DIODE_DIRECTION COL2ROW 41#define DIODE_DIRECTION COL2ROW
@@ -50,13 +48,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
50 48
51/* Backlight configuration 49/* Backlight configuration
52 */ 50 */
53#define BACKLIGHT_LEVELS 4 51#define BACKLIGHT_PIN B6
52#define BACKLIGHT_BREATHING
53#define BACKLIGHT_LEVELS 5
54
55#define LED_CAPS_LOCK_PIN E6
54 56
55#define RGB_DI_PIN F5 // The pin the LED strip is connected to 57#define RGB_DI_PIN F5 // The pin the LED strip is connected to
56#define RGBLED_NUM 6 // Number of LEDs in your strip 58#define RGBLED_NUM 6 // Number of LEDs in your strip
57#define RGBLIGHT_ANIMATIONS 59#define RGBLIGHT_ANIMATIONS
58#define QMK_ESC_OUTPUT B7 // usually COL 60#define QMK_ESC_OUTPUT B7 // usually COL
59#define QMK_ESC_INPUT B3 // usually ROW 61#define QMK_ESC_INPUT B0 // usually ROW
60#define QMK_LED E6 62#define QMK_LED E6
61
62#endif