summaryrefslogtreecommitdiffstats
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
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6060
+#define DEVICE_VER 0x0001
#define MANUFACTURER Greenwald Designs
#define PRODUCT Waldo
#define DESCRIPTION A 60% board
-
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
@@ -76,5 +75,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// RGB LED
#define RGB_DI_PIN B0 // The pin the LED strip is connected to
#define RGBLED_NUM 10 // Number of LEDs in your strip
-
-#endif