Update mrsendyyk Community Layouts (#10338)
* Add layouts/community/numpad_5x4/mrsendyyk * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Rename my community layouts * Rename * Rename * Cleanup my code * Update readme.md * Cleanup * Update keymap.c * Delete unnecessary files
This commit is contained in:
parent
2eeb30cd5a
commit
d844f5af70
14 changed files with 74 additions and 324 deletions
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (C) 2020 Sendy YK (https://mr.sendyyk.com).
|
||||
/*
|
||||
* Copyright (C) 2020 Sendy YK <mr@sendyyk.com>.
|
||||
*
|
||||
* 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
|
||||
|
@ -14,6 +15,8 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Default 60% ANSI Arrow Keyboard Layout and Keymap by Sendy YK <https://mr.sendyyk.com>.
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
enum layer_names {
|
||||
|
@ -22,7 +25,7 @@ enum layer_names {
|
|||
_SETTINGS // Fn Layer 2
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
// Default Layer
|
||||
[_BASE] = LAYOUT_60_ansi_arrow(
|
||||
KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"keyboard_name": "60% ANSI Arrow Layout",
|
||||
"url": "https://mr.sendyyk.com",
|
||||
"maintainer": "Sendy YK",
|
||||
"maintainer": "Sendy YK <mr@sendyyk.com>",
|
||||
"width": 15,
|
||||
"height": 5,
|
||||
"layouts": {
|
||||
|
|
|
@ -1,23 +1,36 @@
|
|||
# 60_ansi_arrow and Keymap
|
||||
|
||||
Default 60% ANSI Arrow keyboard layout and keymap by [Sendy YK](https://mr.sendyyk.com).
|
||||
|
||||
## 60% ANSI Arrow Layout
|
||||
|
||||

|
||||

|
||||
|
||||
## Keymap
|
||||
|
||||
### Default Layer
|
||||
|
||||

|
||||

|
||||
|
||||
### Fn Layer 1
|
||||
|
||||
Press and hold *right* **Ctrl** key.
|
||||
|
||||

|
||||

|
||||
|
||||
### Fn Layer 2
|
||||
|
||||
Press and hold *right* **Alt** key.
|
||||
|
||||

|
||||

|
||||
|
||||
## Build The Firmware
|
||||
|
||||
Make example for keyboard (after setting up your build environment):
|
||||
|
||||
make <keyboard_folder>:default_60_ansi_arrow
|
||||
|
||||
More information:
|
||||
* [Setting Up Your QMK Environment](https://docs.qmk.fm/#/getting_started_build_tools)
|
||||
* [More Detailed make Instructions](https://docs.qmk.fm/#/getting_started_make_guide)
|
||||
* [The Complete Newbs Guide To QMK](https://docs.qmk.fm/#/newbs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue