mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 17:35:30 +00:00
Add a workman-miryoku hybrid keymap for the ferris sweep keyboard (#17511)
This commit is contained in:
parent
97dfdcb2bd
commit
5108d53169
3 changed files with 112 additions and 0 deletions
39
keyboards/ferris/keymaps/bruun-baer/config.h
Normal file
39
keyboards/ferris/keymaps/bruun-baer/config.h
Normal file
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
Copyright 2022 Alexander Bruun <alex@bruun.xyz>
|
||||
|
||||
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
|
||||
// Set the mouse settings to a comfortable speed/accuracy trade-off,
|
||||
// assuming a screen refresh rate of 60 Htz or higher
|
||||
// The default is 50. This makes the mouse ~3 times faster and more accurate
|
||||
#define MOUSEKEY_INTERVAL 16
|
||||
// The default is 20. Since we made the mouse about 3 times faster with the previous setting,
|
||||
// give it more time to accelerate to max speed to retain precise control over short distances.
|
||||
#define MOUSEKEY_TIME_TO_MAX 40
|
||||
// The default is 300. Let's try and make this as low as possible while keeping the cursor responsive
|
||||
#define MOUSEKEY_DELAY 100
|
||||
// It makes sense to use the same delay for the mouseweel
|
||||
#define MOUSEKEY_WHEEL_DELAY 100
|
||||
// The default is 100
|
||||
#define MOUSEKEY_WHEEL_INTERVAL 50
|
||||
// The default is 40
|
||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
|
||||
|
||||
// Pick good defaults for enabling homerow modifiers
|
||||
#define TAPPING_TERM 200
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define TAPPING_FORCE_HOLD
|
71
keyboards/ferris/keymaps/bruun-baer/keymap.json
Normal file
71
keyboards/ferris/keymaps/bruun-baer/keymap.json
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"version": 1,
|
||||
"notes": "Personal keymap",
|
||||
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
|
||||
"keyboard": "ferris/sweep",
|
||||
"keymap": "bruun-baer",
|
||||
"layout": "LAYOUT_split_3x5_2",
|
||||
"layers": [
|
||||
["KC_Q" , "KC_D" , "KC_R" , "KC_W" , "KC_B",
|
||||
"KC_J" , "KC_F" , "KC_U" , "KC_P" , "KC_QUOT",
|
||||
|
||||
"LGUI_T(KC_A)", "LALT_T(KC_S)", "LSFT_T(KC_H)", "LCTL_T(KC_T)" , "KC_G",
|
||||
"KC_Y" , "LCTL_T(KC_N)", "LSFT_T(KC_E)", "LALT_T(KC_O)" , "LGUI_T(KC_I)",
|
||||
|
||||
"KC_Z" , "RALT_T(KC_X)", "KC_M" , "KC_C" , "KC_V",
|
||||
"KC_K" , "KC_L" , "KC_COMM" , "RALT_T(KC_DOT)", "KC_SLSH",
|
||||
|
||||
"LT(3,KC_SPC)", "LT(4,KC_TAB)",
|
||||
"LT(2,KC_ENT)", "LT(1,KC_BSPC)"
|
||||
],
|
||||
["KC_LBRC" , "KC_7" , "KC_8" , "KC_9" , "KC_RBRC",
|
||||
"KC_NO" , "KC_NO" , "KC_NO" , "KC_NO" , "KC_NO",
|
||||
|
||||
"KC_SCLN" , "KC_4" , "KC_5" , "KC_6" , "KC_EQL",
|
||||
"KC_NO" , "KC_LCTL" , "KC_LSFT" , "KC_LALT" , "KC_LGUI",
|
||||
|
||||
"KC_GRV" , "KC_1" , "KC_2" , "KC_3" , "KC_BSLS",
|
||||
"KC_NO" , "KC_NO" , "KC_NO" , "KC_RALT" , "KC_NO",
|
||||
|
||||
"KC_0" , "KC_MINS",
|
||||
"KC_NO" , "KC_NO"
|
||||
],
|
||||
["KC_LCBR" , "KC_AMPR" , "KC_ASTR" , "KC_LPRN" , "KC_RCBR",
|
||||
"KC_NO" , "KC_NO" , "KC_NO" , "KC_NO" , "KC_NO",
|
||||
|
||||
"KC_COLN" , "KC_DLR" , "KC_PERC" , "KC_CIRC" , "KC_PLUS",
|
||||
"KC_NO" , "KC_LCTL" , "KC_LSFT" , "KC_LALT" , "KC_LGUI",
|
||||
|
||||
"KC_TILD" , "KC_EXLM" , "KC_AT" , "KC_HASH" , "KC_PIPE",
|
||||
"KC_NO" , "KC_NO" , "KC_NO" , "KC_RALT" , "KC_NO",
|
||||
|
||||
"KC_RPRN" , "KC_UNDS",
|
||||
"KC_NO" , "KC_NO"
|
||||
],
|
||||
["KC_F12" , "KC_F7" , "KC_F8" , "KC_F9" , "KC_PSCR",
|
||||
"KC_AGIN" , "KC_PSTE" , "KC_COPY" , "KC_CUT" , "KC_UNDO",
|
||||
|
||||
"KC_F11" , "KC_F4" , "KC_F5" , "KC_F6" , "KC_SCRL",
|
||||
"KC_CAPS" , "KC_LEFT" , "KC_DOWN" , "KC_UP" , "KC_RGHT",
|
||||
|
||||
"KC_F10" , "KC_F1" , "KC_F2" , "KC_F3" , "KC_PAUS",
|
||||
"KC_INS" , "KC_HOME" , "KC_PGDN" , "KC_PGUP" , "KC_END",
|
||||
|
||||
"KC_NO" , "KC_NO",
|
||||
"KC_ESC" , "KC_DEL"
|
||||
],
|
||||
["KC_NO" , "KC_NO" , "KC_NO" , "KC_NO" , "KC_NO",
|
||||
"KC_MPLY" , "KC_MPRV" , "KC_VOLD" , "KC_VOLU" , "KC_MNXT",
|
||||
|
||||
"KC_LGUI" , "KC_LALT" , "KC_LSFT" , "KC_LCTL" , "KC_NO",
|
||||
"KC_MUTE" , "KC_MS_L" , "KC_MS_D" , "KC_MS_U" , "KC_MS_R",
|
||||
|
||||
"KC_NO" , "KC_RALT" , "KC_NO" , "KC_NO" , "KC_NO",
|
||||
"KC_BTN3" , "KC_WH_L" , "KC_WH_D" , "KC_WH_U" , "KC_WH_R",
|
||||
|
||||
"KC_NO" , "KC_NO",
|
||||
"KC_BTN1" , "KC_BTN2"
|
||||
]
|
||||
],
|
||||
"author": "@bruun-baer"
|
||||
}
|
2
keyboards/ferris/keymaps/bruun-baer/readme.md
Normal file
2
keyboards/ferris/keymaps/bruun-baer/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Personal Ferris Sweep Keymap
|
||||
===============================================
|
Loading…
Reference in a new issue