diff options
| author | Sendy YK <mr@sendyyk.com> | 2020-09-29 11:32:38 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-28 21:32:38 -0700 |
| commit | d844f5af7031e18d8933954e85903484d51d978a (patch) | |
| tree | c56a0b4c74730096616f8580f950a0f0256a93b3 /layouts/default | |
| parent | 2eeb30cd5ac755fcb8314ec6b39b56412f43baf1 (diff) | |
| download | qmk_firmware-d844f5af7031e18d8933954e85903484d51d978a.tar.gz qmk_firmware-d844f5af7031e18d8933954e85903484d51d978a.zip | |
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
Diffstat (limited to 'layouts/default')
| -rw-r--r-- | layouts/default/60_ansi_arrow/default_60_ansi_arrow/keymap.c | 7 | ||||
| -rw-r--r-- | layouts/default/60_ansi_arrow/info.json | 2 | ||||
| -rw-r--r-- | layouts/default/60_ansi_arrow/readme.md | 21 |
3 files changed, 23 insertions, 7 deletions
diff --git a/layouts/default/60_ansi_arrow/default_60_ansi_arrow/keymap.c b/layouts/default/60_ansi_arrow/default_60_ansi_arrow/keymap.c index 4330c9cee..75f2f1a7c 100644 --- a/layouts/default/60_ansi_arrow/default_60_ansi_arrow/keymap.c +++ b/layouts/default/60_ansi_arrow/default_60_ansi_arrow/keymap.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright (C) 2020 Sendy YK (https://mr.sendyyk.com). | 1 | /* |
| 2 | * Copyright (C) 2020 Sendy YK <mr@sendyyk.com>. | ||
| 2 | * | 3 | * |
| 3 | * This program is free software: you can redistribute it and/or modify | 4 | * This program is free software: you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
| @@ -14,6 +15,8 @@ | |||
| 14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. | 15 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 15 | */ | 16 | */ |
| 16 | 17 | ||
| 18 | // Default 60% ANSI Arrow Keyboard Layout and Keymap by Sendy YK <https://mr.sendyyk.com>. | ||
| 19 | |||
| 17 | #include QMK_KEYBOARD_H | 20 | #include QMK_KEYBOARD_H |
| 18 | 21 | ||
| 19 | enum layer_names { | 22 | enum layer_names { |
| @@ -22,7 +25,7 @@ enum layer_names { | |||
| 22 | _SETTINGS // Fn Layer 2 | 25 | _SETTINGS // Fn Layer 2 |
| 23 | }; | 26 | }; |
| 24 | 27 | ||
| 25 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 28 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 26 | // Default Layer | 29 | // Default Layer |
| 27 | [_BASE] = LAYOUT_60_ansi_arrow( | 30 | [_BASE] = LAYOUT_60_ansi_arrow( |
| 28 | 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, | 31 | 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, |
diff --git a/layouts/default/60_ansi_arrow/info.json b/layouts/default/60_ansi_arrow/info.json index 14c46a43d..639433ea7 100644 --- a/layouts/default/60_ansi_arrow/info.json +++ b/layouts/default/60_ansi_arrow/info.json | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "60% ANSI Arrow Layout", | 2 | "keyboard_name": "60% ANSI Arrow Layout", |
| 3 | "url": "https://mr.sendyyk.com", | 3 | "url": "https://mr.sendyyk.com", |
| 4 | "maintainer": "Sendy YK", | 4 | "maintainer": "Sendy YK <mr@sendyyk.com>", |
| 5 | "width": 15, | 5 | "width": 15, |
| 6 | "height": 5, | 6 | "height": 5, |
| 7 | "layouts": { | 7 | "layouts": { |
diff --git a/layouts/default/60_ansi_arrow/readme.md b/layouts/default/60_ansi_arrow/readme.md index 1a92c31de..76c5cb499 100644 --- a/layouts/default/60_ansi_arrow/readme.md +++ b/layouts/default/60_ansi_arrow/readme.md | |||
| @@ -1,23 +1,36 @@ | |||
| 1 | # 60_ansi_arrow and Keymap | 1 | # 60_ansi_arrow and Keymap |
| 2 | 2 | ||
| 3 | Default 60% ANSI Arrow keyboard layout and keymap by [Sendy YK](https://mr.sendyyk.com). | ||
| 4 | |||
| 3 | ## 60% ANSI Arrow Layout | 5 | ## 60% ANSI Arrow Layout |
| 4 | 6 | ||
| 5 |  | 7 |  |
| 6 | 8 | ||
| 7 | ## Keymap | 9 | ## Keymap |
| 8 | 10 | ||
| 9 | ### Default Layer | 11 | ### Default Layer |
| 10 | 12 | ||
| 11 |  | 13 |  |
| 12 | 14 | ||
| 13 | ### Fn Layer 1 | 15 | ### Fn Layer 1 |
| 14 | 16 | ||
| 15 | Press and hold *right* **Ctrl** key. | 17 | Press and hold *right* **Ctrl** key. |
| 16 | 18 | ||
| 17 |  | 19 |  |
| 18 | 20 | ||
| 19 | ### Fn Layer 2 | 21 | ### Fn Layer 2 |
| 20 | 22 | ||
| 21 | Press and hold *right* **Alt** key. | 23 | Press and hold *right* **Alt** key. |
| 22 | 24 | ||
| 23 |  | 25 |  |
| 26 | |||
| 27 | ## Build The Firmware | ||
| 28 | |||
| 29 | Make example for keyboard (after setting up your build environment): | ||
| 30 | |||
| 31 | make <keyboard_folder>:default_60_ansi_arrow | ||
| 32 | |||
| 33 | More information: | ||
| 34 | * [Setting Up Your QMK Environment](https://docs.qmk.fm/#/getting_started_build_tools) | ||
| 35 | * [More Detailed make Instructions](https://docs.qmk.fm/#/getting_started_make_guide) | ||
| 36 | * [The Complete Newbs Guide To QMK](https://docs.qmk.fm/#/newbs) | ||
