Cradio: update default keymap (#22657)
* Reduce copyright blurb * Change home row mod placing
This commit is contained in:
parent
afb821077b
commit
26b6ba7607
|
@ -1,21 +1,8 @@
|
||||||
/* Copyright 2018-2021
|
// Copyright 2018-2021
|
||||||
* ENDO Katsuhiro <ka2hiro@curlybracket.co.jp>
|
// ENDO Katsuhiro <ka2hiro@curlybracket.co.jp>
|
||||||
* David Philip Barr <@davidphilipbarr>
|
// David Philip Barr <@davidphilipbarr>
|
||||||
* Pierre Chevalier <pierrechevalier83@gmail.com>
|
// Pierre Chevalier <pierrechevalier83@gmail.com>
|
||||||
*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* 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
|
#pragma once
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,8 @@
|
||||||
/* Copyright 2018-2021
|
// Copyright 2018-2021
|
||||||
* ENDO Katsuhiro <ka2hiro@curlybracket.co.jp>
|
// ENDO Katsuhiro <ka2hiro@curlybracket.co.jp>
|
||||||
* David Philip Barr <@davidphilipbarr>
|
// David Philip Barr <@davidphilipbarr>
|
||||||
* Pierre Chevalier <pierrechevalier83@gmail.com>
|
// Pierre Chevalier <pierrechevalier83@gmail.com>
|
||||||
*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* 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 QMK_KEYBOARD_H
|
||||||
|
|
||||||
|
@ -26,13 +13,13 @@
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
[0] = LAYOUT_split_3x5_2(
|
[0] = LAYOUT_split_3x5_2(
|
||||||
KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
||||||
SFT_T(KC_A),ALT_T(KC_S),CTL_T(KC_D),GUI_T(KC_F), KC_G, KC_H, GUI_T(KC_J),CTL_T(KC_K),ALT_T(KC_L),SFT_T(KC_SCLN),
|
CTL_T(KC_A),ALT_T(KC_S),GUI_T(KC_D),SFT_T(KC_F), KC_G, KC_H, SFT_T(KC_J),GUI_T(KC_K),ALT_T(KC_L),CTL_T(KC_SCLN),
|
||||||
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH,
|
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH,
|
||||||
LT(2,KC_TAB), KC_ENT, KC_SPC, LT(1,KC_BSPC)
|
LT(2,KC_TAB), KC_ENT, KC_SPC, LT(1,KC_BSPC)
|
||||||
),
|
),
|
||||||
[1] = LAYOUT_split_3x5_2(
|
[1] = LAYOUT_split_3x5_2(
|
||||||
_______, KC_1, KC_2, KC_3, KC_VOLU, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_DQUO,
|
KC_INS, KC_1, KC_2, KC_3, KC_VOLU, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_DQUO,
|
||||||
_______, KC_4, KC_5, KC_6, KC_VOLD, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_QUOT,
|
KC_DEL, KC_4, KC_5, KC_6, KC_VOLD, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_QUOT,
|
||||||
KC_CAPS, KC_7, KC_8, KC_9, KC_0, _______, _______, _______, _______, _______,
|
KC_CAPS, KC_7, KC_8, KC_9, KC_0, _______, _______, _______, _______, _______,
|
||||||
MO(3), QK_GESC, _______, _______
|
MO(3), QK_GESC, _______, _______
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue