csc027/keymap-updates (#10250)
This commit is contained in:
parent
caf61a19c6
commit
f9853433c1
12 changed files with 241 additions and 74 deletions
|
@ -1,3 +1,20 @@
|
|||
/*
|
||||
Copyright 2020 Constantine Chen @csc027
|
||||
|
||||
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/>.
|
||||
*/
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "csc027.h"
|
||||
|
||||
|
@ -32,11 +49,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
______________________MOUSE_L4_____________________, ______________________MOUSE_R4_____________________
|
||||
),
|
||||
|
||||
[_GT] = LAYOUT_wrapper(
|
||||
_______________________GIT_L1______________________, _______________________GIT_R1______________________,
|
||||
_______________________GIT_L2______________________, _______________________GIT_R2______________________,
|
||||
_______________________GIT_L3______________________, _______________________GIT_R3______________________,
|
||||
_______________________GIT_L4______________________, _______________________GIT_R4______________________
|
||||
[_WT] = LAYOUT_wrapper(
|
||||
________________WINDOWS_TERMINAL_L1________________, ________________WINDOWS_TERMINAL_R1________________,
|
||||
________________WINDOWS_TERMINAL_L2________________, ________________WINDOWS_TERMINAL_R2________________,
|
||||
________________WINDOWS_TERMINAL_L3________________, ________________WINDOWS_TERMINAL_R3________________,
|
||||
________________WINDOWS_TERMINAL_L4________________, ________________WINDOWS_TERMINAL_R4________________
|
||||
),
|
||||
|
||||
[_CN] = LAYOUT_wrapper(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue