Skip to content

Commit

Permalink
Move keymap to rev3, disable rgb and remove already set defines
Browse files Browse the repository at this point in the history
  • Loading branch information
ykz89 committed Oct 25, 2023
1 parent c822183 commit 28cce3a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 85 deletions.
83 changes: 0 additions & 83 deletions keyboards/splitkb/kyria/keymaps/vial/config.h

This file was deleted.

24 changes: 24 additions & 0 deletions keyboards/splitkb/kyria/rev3/keymaps/vial/config.h
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ COMBO_ENABLE = no
KEY_OVERRIDE_ENABLE = no

RGB_MATRIX_ENABLE = no
VIALRGB_ENABLE = no
#CONVERT_TO = rp2040_ce
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lighting": "vialrgb",
"lighting": "none",
"matrix": {
"rows": 8,
"cols": 7
Expand Down

0 comments on commit 28cce3a

Please sign in to comment.