mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-04-29 12:17:18 -04:00
Fixup handwired/dactyl_minidox
(#24253)
* Initial * Fix missing bracket * Fix keymap name * Fix rgb matrix coordinates * Remove unncessary centre point
This commit is contained in:
parent
19e4dea660
commit
3aefef1ca7
4 changed files with 20 additions and 55 deletions
|
@ -1,20 +1,5 @@
|
||||||
/*
|
// Copyright 2024 @dlford
|
||||||
Copyright 2012 Jun Wako <wakojun@gmail.com>
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
Copyright 2015 Jack Humbert
|
|
||||||
Copyright 2021 @dlford
|
|
||||||
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
|
||||||
|
|
||||||
/* Select hand configuration */
|
|
||||||
#define EE_HANDS
|
#define EE_HANDS
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
// Copyright 2022 QMK
|
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
#include QMK_KEYBOARD_H
|
|
||||||
|
|
||||||
enum layers{
|
|
||||||
_BASE,
|
|
||||||
_RAISE,
|
|
||||||
_LOWER,
|
|
||||||
_BLANK
|
|
||||||
};
|
|
||||||
|
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|
||||||
[_BASE] = LAYOUT_split_3x5_3(
|
|
||||||
KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
|
||||||
KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN,
|
|
||||||
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH,
|
|
||||||
KC_LGUI, KC_BSPC, KC_SPC, KC_SPC, KC_ENT, KC_RALT
|
|
||||||
),
|
|
||||||
[_RAISE] = LAYOUT_split_3x5_3(
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______
|
|
||||||
),
|
|
||||||
[_LOWER] = LAYOUT_split_3x5_3(
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______
|
|
||||||
),
|
|
||||||
[_BLANK] = LAYOUT_split_3x5_3(
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
|
|
||||||
_______, _______, _______, _______, _______, _______
|
|
||||||
)
|
|
||||||
};
|
|
18
keyboards/handwired/dactyl_minidox/keymaps/via/keymap.json
Normal file
18
keyboards/handwired/dactyl_minidox/keymaps/via/keymap.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"keyboard": "handwired/dactyl_minidox",
|
||||||
|
"keymap": "via",
|
||||||
|
"layout": "LAYOUT_split_3x5_3",
|
||||||
|
"config": {
|
||||||
|
"features": {
|
||||||
|
"via": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"layers": [
|
||||||
|
[
|
||||||
|
"KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P",
|
||||||
|
"KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN",
|
||||||
|
"KC_Z", "KC_X", "KC_C", "KC_V", "KC_B", "KC_N", "KC_M", "KC_COMM", "KC_DOT", "KC_SLSH",
|
||||||
|
"KC_LGUI", "KC_BSPC", "KC_SPC", "KC_SPC", "KC_ENT", "KC_RALT"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
|
@ -1 +0,0 @@
|
||||||
VIA_ENABLE = yes
|
|
Loading…
Add table
Add a link
Reference in a new issue