Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JC Staudt
reform
Commits
65041207
Commit
65041207
authored
3 years ago
by
minute
Browse files
Options
Downloads
Patches
Plain Diff
keyboard-fw: adopt Vs name; default to laptop version
parent
1bece87f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
reform2-keyboard-fw/constants.h
+3
-3
3 additions, 3 deletions
reform2-keyboard-fw/constants.h
reform2-keyboard-fw/keyboard.c
+3
-3
3 additions, 3 deletions
reform2-keyboard-fw/keyboard.c
reform2-keyboard-fw/matrix_v.h
+0
-0
0 additions, 0 deletions
reform2-keyboard-fw/matrix_v.h
with
6 additions
and
6 deletions
reform2-keyboard-fw/constants.h
+
3
−
3
View file @
65041207
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
reform2-keyboard-fw/keyboard.c
+
3
−
3
View file @
65041207
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
reform2-keyboard-fw/matrix_
ellen
.h
→
reform2-keyboard-fw/matrix_
v
.h
+
0
−
0
View file @
65041207
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment