-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move keymap to rev3, disable rgb and remove already set defines
- Loading branch information
Showing
5 changed files
with
25 additions
and
85 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* Copyright 2022 Thomas Baart <thomas@splitkb.com> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#pragma once | ||
|
||
#define VIAL_KEYBOARD_UID {0x04, 0x7F, 0x41, 0xF3, 0x39, 0xD8, 0x1F, 0xEA} | ||
|
||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 4 } | ||
#define VIAL_UNLOCK_COMBO_COLS { 6, 6 } | ||
#define DYNAMIC_KEYMAP_LAYER_COUNT 5 | ||
#define VIALRGB_NO_DIRECT |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,4 @@ COMBO_ENABLE = no | |
KEY_OVERRIDE_ENABLE = no | ||
|
||
RGB_MATRIX_ENABLE = no | ||
VIALRGB_ENABLE = no | ||
#CONVERT_TO = rp2040_ce |
2 changes: 1 addition & 1 deletion
2
...ards/splitkb/kyria/keymaps/vial/vial.json → ...splitkb/kyria/rev3/keymaps/vial/vial.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lighting": "vialrgb", | ||
"lighting": "none", | ||
"matrix": { | ||
"rows": 8, | ||
"cols": 7 | ||
|