summaryrefslogtreecommitdiff
path: root/keyboards/waldo/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-07 23:32:01 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-07 23:32:01 -0700
commit9b393700d2fdd4a1159ba265bc399726e92f4e60 (patch)
tree4787bf8d91186191377998a1b9265a80dc935e68 /keyboards/waldo/config.h
parentf44483f6aa381f6caa9cbf7a57bd6ba73bad8ae9 (diff)
[Keyboard] Waldo 60 PCB Refactor (#5583)
* use pragma once * modified readme with maintainer info * remove rev1 for the time being * QMK Configurator support for 60_ansi and 60_ansi_split_bs_rshift * add hhkb layout and QMK Configurator support * fix compile issue due to missing DEVICE_VER * use a saner and less complicated default layout * remove unused file * fix up LAYOUT_all and formatting along with QKM Configurator support * turn on bootmagic lite as the hardware reset switch isn't in a standard position * remove default folder
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 4f7699ace4..c460e7c274 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