[Keymap] PHSC138 Keymap for Atom47 (#18768)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Ryan
2023-04-12 11:35:12 -04:00
committed by GitHub
parent 5012dfd719
commit 051485c579
4 changed files with 428 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/* Copyright 2022 PHSC138
*
* 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 TAPPING_TERM 150 // Tap dance time limit

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,18 @@
# PHSC138's Layout for the atom47
## Base layer
The base layer is a standard vortex core layout
## Layer 1 (PROG)
This layer contains space cadet bindings to make programming easier. Ex: tapping left shift will input an open parenthesis
## Layer 2 (GAME)
This layer contains game specific macros, currently only a D20 has been implemented
## Layer 3 (FN)
This can be activated by pressing the `fn` key. This layer contains mostly the same bindings as the base vortex core except vim keybinds have replaced the arrow keys.
## Layer 4 (FN1)
This can be activated by pressing the `fn1` key. This is the default vortex core layer.
## Layer 5 (NUM)
This is a numpad that can be activated by holding the PN key. This also has some useful keys, such as `QC_BOOT`.

View File

@ -0,0 +1,3 @@
MOUSEKEY_ENABLE = no
NKRO_ENABLE = yes
TAP_DANCE_ENABLE = yes