Skip to content
Snippets Groups Projects
Commit 65041207 authored by minute's avatar minute
Browse files

keyboard-fw: adopt Vs name; default to laptop version

parent 1bece87f
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
#ifndef _CONSTANTS_H_ #ifndef _CONSTANTS_H_
#define _CONSTANTS_H_ #define _CONSTANTS_H_
#define KBD_FW_REV "R1 20211213" #define KBD_FW_REV "R1 20220221"
#define KBD_VARIANT_STANDALONE
#define KBD_VARIANT_QWERTY_US #define KBD_VARIANT_QWERTY_US
//#define KBD_VARIANT_STANDALONE
//#define KBD_VARIANT_NEO2 //#define KBD_VARIANT_NEO2
//#define KBD_VARIANT_ELLEN //#define KBD_VARIANT_V
#define KBD_COLS 14 #define KBD_COLS 14
#define KBD_ROWS 6 #define KBD_ROWS 6
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Copyright 2019-2021 Lukas F. Hartmann / MNT Research GmbH, Berlin (lukas@mntre.com) Copyright 2019-2021 Lukas F. Hartmann / MNT Research GmbH, Berlin (lukas@mntre.com)
And Contributors: And Contributors:
Chartreuse Chartreuse
Ellen Körbes V Körbes
Robey Pointer (robey@lag.net) Robey Pointer (robey@lag.net)
Based on code from LUFA Library (lufa-lib.org): Based on code from LUFA Library (lufa-lib.org):
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include "remote.h" #include "remote.h"
#include "scancodes.h" #include "scancodes.h"
#ifdef KBD_VARIANT_ELLEN #ifdef KBD_VARIANT_V
#include "matrix_ellen.h" #include "matrix_v.h"
#else #else
#include "matrix.h" #include "matrix.h"
#endif #endif
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment