[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:
@@ -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