summaryrefslogtreecommitdiff
path: root/keyboards/vitamins_included/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/vitamins_included/rev1/config.h')
-rw-r--r--keyboards/vitamins_included/rev1/config.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/keyboards/vitamins_included/rev1/config.h b/keyboards/vitamins_included/rev1/config.h
index f4e5666fef..39b6a9ff40 100644
--- a/keyboards/vitamins_included/rev1/config.h
+++ b/keyboards/vitamins_included/rev1/config.h
@@ -16,17 +16,14 @@ 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 REV1_CONFIG_H
-#define REV1_CONFIG_H
+#pragma once
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xBEE5
-#define PRODUCT_ID 0xF33D
+#define EE_HANDS
+
+/* USB Device descriptor parameters */
#define DEVICE_VER 0x0001
-#define MANUFACTURER Duckle29
-#define PRODUCT Lets Split sockets vitamins included
#define DESCRIPTION A split keyboard for the cheapish makers
/* key matrix size */
@@ -80,5 +77,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-
-#endif