aboutsummaryrefslogtreecommitdiff
path: root/keyboards/waldo/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/waldo/config.h')
-rw-r--r--keyboards/waldo/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/waldo/config.h b/keyboards/waldo/config.h
index 4f7699ace..c460e7c27 100644
--- a/keyboards/waldo/config.h
+++ b/keyboards/waldo/config.h
@@ -15,18 +15,17 @@ 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 CONFIG_H 18#pragma once
19#define 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 0xFEED
25#define PRODUCT_ID 0x6060 24#define PRODUCT_ID 0x6060
25#define DEVICE_VER 0x0001
26#define MANUFACTURER Greenwald Designs 26#define MANUFACTURER Greenwald Designs
27#define PRODUCT Waldo 27#define PRODUCT Waldo
28#define DESCRIPTION A 60% board 28#define DESCRIPTION A 60% board
29
30/* key matrix size */ 29/* key matrix size */
31#define MATRIX_ROWS 5 30#define MATRIX_ROWS 5
32#define MATRIX_COLS 15 31#define MATRIX_COLS 15
@@ -76,5 +75,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
76// RGB LED 75// RGB LED
77#define RGB_DI_PIN B0 // The pin the LED strip is connected to 76#define RGB_DI_PIN B0 // The pin the LED strip is connected to
78#define RGBLED_NUM 10 // Number of LEDs in your strip 77#define RGBLED_NUM 10 // Number of LEDs in your strip
79
80#endif