[Keymap] ninjonas keymap updates (#8170)
* [keymap] ninjonas keymap updates * [refactor(kyria)] updating keymap for numpad layer to be transparent rather than ignores * [keymap(lily58)] added numpad layer * [keymap(crkbd)] added numpad layer activated through tapdance * [fix(8170)] fixing code review changes requested by noroadsleft * [fix(8170)] updating comments and .md files to use 'Cmd' instead of and ⌘
This commit is contained in:
@@ -14,7 +14,7 @@ More information about the crkbd keyboard can be found [here](https://thomasbaar
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
// LShift, Z, X, C, V, B, N, M, ,, ., /, =
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
// , Ctrl, Space, Enter, BackSP, Del
|
||||
// Cmd, Ctrl, Space, Enter, BackSP, Del
|
||||
//`---------------------' `---------------------'
|
||||
```
|
||||
|
||||
@@ -27,7 +27,7 @@ More information about the crkbd keyboard can be found [here](https://thomasbaar
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
// LShift, ;, Q, J, K, X, B, M, W, V, Z, =
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
// , Ctrl, Space, Enter, BackSP, Del
|
||||
// Cmd, Ctrl, Space, Enter, BackSP, Del
|
||||
//`---------------------' `---------------------'
|
||||
```
|
||||
|
||||
@@ -40,7 +40,7 @@ More information about the crkbd keyboard can be found [here](https://thomasbaar
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
// LShift, Z, X, C, V, B, K, M, ,, ., /, =
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
// , Ctrl, Space, Enter, BackSP, Del
|
||||
// Cmd, Ctrl, Space, Enter, BackSP, Del
|
||||
//`---------------------' `---------------------'
|
||||
```
|
||||
|
||||
|
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TAPPING_TERM 200
|
||||
#define TAPPING_TERM 300
|
||||
|
||||
#define MASTER_LEFT
|
||||
|
||||
|
@@ -73,6 +73,18 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
_______,_______,_______, _______,_______,_______
|
||||
//`---------------------' `---------------------'
|
||||
),
|
||||
|
||||
[_NUMPAD] = LAYOUT_wrapper( \
|
||||
//,----------------------------------------------------. ,----------------------------------------------------.
|
||||
_______, _______, _______, _______, _______, _______, _____________________NUMPAD_1_______________________,
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
_______, _______, _______, _______, _______, _______, _____________________NUMPAD_2_______________________,
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
_______, _______, _______, _______, _______, _______, _____________________NUMPAD_3_______________________,
|
||||
//|--------+--------+--------+--------+--------+-------| |--------+--------+--------+--------+--------+-------|
|
||||
_______,_______,_______, _______,_______,_______
|
||||
//`---------------------' `---------------------'
|
||||
),
|
||||
/*
|
||||
[_TEMPLATE] = LAYOUT_wrapper( \
|
||||
//,----------------------------------------------------. ,----------------------------------------------------.
|
||||
|
Reference in New Issue
Block a user