diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-10-07 20:20:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 21:20:34 +0100 |
| commit | 51470dfae1185c338b4c96a510e6d45f04665bf9 (patch) | |
| tree | bd25b97fc29ffd500ec1befb187966f6fde1b519 /keyboards/dyz | |
| parent | 13f3e30e86be0386101bdd5985be53b9c10e1761 (diff) | |
| download | qmk_firmware-51470dfae1185c338b4c96a510e6d45f04665bf9.tar.gz qmk_firmware-51470dfae1185c338b4c96a510e6d45f04665bf9.zip | |
Dyz60 touch-up (#14742)
* friendly-format info.json
* refactor keymaps
- update grid alignment
- use four-space indent
- use QMK short-form keycodes
* correct info.json layout data
Adds three missing positions, and corrects some key sizes.
* add matrix diagram to dyz60.h
* add LAYOUT_60_ansi
* add LAYOUT_60_iso
* add LAYOUT_60_ansi_split_bs_rshift
* add LAYOUT_60_iso_split_bs_rshift
* add readme
* Remove duplication between config.h and info.json
Duplicating settings between config.h and info.json leads to warnings when compiling.
Removes the duplicated settings from config.h.
Diffstat (limited to 'keyboards/dyz')
| -rw-r--r-- | keyboards/dyz/dyz60/config.h | 33 | ||||
| -rw-r--r-- | keyboards/dyz/dyz60/dyz60.h | 85 | ||||
| -rw-r--r-- | keyboards/dyz/dyz60/info.json | 356 | ||||
| -rw-r--r-- | keyboards/dyz/dyz60/keymaps/default/keymap.c | 42 | ||||
| -rw-r--r-- | keyboards/dyz/dyz60/keymaps/via/keymap.c | 42 | ||||
| -rw-r--r-- | keyboards/dyz/dyz60/readme.md | 19 |
6 files changed, 494 insertions, 83 deletions
diff --git a/keyboards/dyz/dyz60/config.h b/keyboards/dyz/dyz60/config.h index 160c8a02b..a40d2de47 100644 --- a/keyboards/dyz/dyz60/config.h +++ b/keyboards/dyz/dyz60/config.h | |||
| @@ -20,42 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
| 23 | #define VENDOR_ID 0xD772 | ||
| 24 | #define PRODUCT_ID 0x000A | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER dyz | 23 | #define MANUFACTURER dyz |
| 27 | #define PRODUCT dyz60 | 24 | #define PRODUCT dyz60 |
| 28 | 25 | ||
| 29 | /* key matrix size */ | ||
| 30 | #define MATRIX_ROWS 5 | ||
| 31 | #define MATRIX_COLS 14 | ||
| 32 | |||
| 33 | /* | ||
| 34 | * Keyboard Matrix Assignments | ||
| 35 | * | ||
| 36 | * Change this to how you wired your keyboard | ||
| 37 | * COLS: AVR pins used for columns, left to right | ||
| 38 | * ROWS: AVR pins used for rows, top to bottom | ||
| 39 | * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) | ||
| 40 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | ||
| 41 | * | ||
| 42 | */ | ||
| 43 | #define MATRIX_ROW_PINS { B0, E6, F0, F5, F4 } | ||
| 44 | #define MATRIX_COL_PINS { F6, F7, B3, B2, B1, D2, C7, C6, B6, B5, B4, D7, D6, D4 } | ||
| 45 | #define UNUSED_PINS | ||
| 46 | |||
| 47 | /* COL2ROW, ROW2COL*/ | ||
| 48 | #define DIODE_DIRECTION COL2ROW | ||
| 49 | |||
| 50 | #define RGB_DI_PIN B7 | ||
| 51 | #define RGBLED_NUM 16 | ||
| 52 | #define RGBLIGHT_EFFECT_BREATHING | ||
| 53 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 54 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 55 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 56 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 57 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 58 | |||
| 59 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 26 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 60 | #define DEBOUNCE 5 | 27 | #define DEBOUNCE 5 |
| 61 | 28 | ||
diff --git a/keyboards/dyz/dyz60/dyz60.h b/keyboards/dyz/dyz60/dyz60.h index bc3aae7af..f933c243e 100644 --- a/keyboards/dyz/dyz60/dyz60.h +++ b/keyboards/dyz/dyz60/dyz60.h | |||
| @@ -18,16 +18,89 @@ | |||
| 18 | #include "quantum.h" | 18 | #include "quantum.h" |
| 19 | #define KNO KC_NO | 19 | #define KNO KC_NO |
| 20 | 20 | ||
| 21 | /* | ||
| 22 | * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───────┐ | ||
| 23 | * │00 │01 │02 │03 │04 │05 │45 │06 │07 │08 │09 │0A │0B │0C │0D │ │0C │ 2u Backspace | ||
| 24 | * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ └─┬─────┤ | ||
| 25 | * │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │ │ │ | ||
| 26 | * 2.25u ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ┌──┴┐2D │ ISO Enter | ||
| 27 | * LShift │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │ │2C │ │ | ||
| 28 | * ┌────────┐ ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ ┌─┴───┴────┤ | ||
| 29 | * │30 │ │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │ │3C │ 2.75u RShift | ||
| 30 | * └────────┘ ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬┴───┤ └──────────┘ | ||
| 31 | * │40 │41 │42 │46 │4A │4B │4C │4D │ | ||
| 32 | * └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘ | ||
| 33 | * ┌─────┬───┬─────┬───────────────────────────┬─────┬───┬─────┐ | ||
| 34 | * │40 │41 │42 │46 │4B │4C │4D │ Tsangan | ||
| 35 | * └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ | ||
| 36 | */ | ||
| 37 | |||
| 21 | #define LAYOUT_all( \ | 38 | #define LAYOUT_all( \ |
| 22 | K00, K01, K02, K03, K04, K05, K45, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ | 39 | K00, K01, K02, K03, K04, K05, K45, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ |
| 23 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | 40 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ |
| 24 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \ | 41 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \ |
| 25 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \ | 42 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \ |
| 26 | K40, K41, K42, K46, K4A, K4B, K4C, K4D \ | 43 | K40, K41, K42, K46, K4A, K4B, K4C, K4D \ |
| 27 | ) { \ | 44 | ) { \ |
| 28 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | 45 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ |
| 29 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ | 46 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ |
| 30 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ | 47 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ |
| 31 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ | 48 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ |
| 32 | { K40, K41, K42, KNO, KNO, K45, K46, KNO, KNO, KNO, K4A, K4B, K4C, K4D } \ | 49 | { K40, K41, K42, KNO, KNO, K45, K46, KNO, KNO, KNO, K4A, K4B, K4C, K4D } \ |
| 50 | } | ||
| 51 | |||
| 52 | #define LAYOUT_60_ansi( \ | ||
| 53 | K00, K01, K02, K03, K04, K05, K45, K06, K07, K08, K09, K0A, K0B, K0C, \ | ||
| 54 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 55 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ | ||
| 56 | K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, \ | ||
| 57 | K40, K41, K42, K46, K4A, K4B, K4C, K4D \ | ||
| 58 | ) { \ | ||
| 59 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, KNO }, \ | ||
| 60 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ | ||
| 61 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, KNO }, \ | ||
| 62 | { K30, KNO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KNO }, \ | ||
| 63 | { K40, K41, K42, KNO, KNO, K45, K46, KNO, KNO, KNO, K4A, K4B, K4C, K4D } \ | ||
| 64 | } | ||
| 65 | |||
| 66 | #define LAYOUT_60_ansi_split_bs_rshift( \ | ||
| 67 | K00, K01, K02, K03, K04, K05, K45, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ | ||
| 68 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 69 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ | ||
| 70 | K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \ | ||
| 71 | K40, K41, K42, K46, K4A, K4B, K4C, K4D \ | ||
| 72 | ) { \ | ||
| 73 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | ||
| 74 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ | ||
| 75 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, KNO }, \ | ||
| 76 | { K30, KNO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ | ||
| 77 | { K40, K41, K42, KNO, KNO, K45, K46, KNO, KNO, KNO, K4A, K4B, K4C, K4D } \ | ||
| 78 | } | ||
| 79 | |||
| 80 | #define LAYOUT_60_iso( \ | ||
| 81 | K00, K01, K02, K03, K04, K05, K45, K06, K07, K08, K09, K0A, K0B, K0C, \ | ||
| 82 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, \ | ||
| 83 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \ | ||
| 84 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, \ | ||
| 85 | K40, K41, K42, K46, K4A, K4B, K4C, K4D \ | ||
| 86 | ) { \ | ||
| 87 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, KNO }, \ | ||
| 88 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, KNO }, \ | ||
| 89 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ | ||
| 90 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KNO }, \ | ||
| 91 | { K40, K41, K42, KNO, KNO, K45, K46, KNO, KNO, KNO, K4A, K4B, K4C, K4D } \ | ||
| 92 | } | ||
| 93 | |||
| 94 | #define LAYOUT_60_iso_split_bs_rshift( \ | ||
| 95 | K00, K01, K02, K03, K04, K05, K45, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ | ||
| 96 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, \ | ||
| 97 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \ | ||
| 98 | K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \ | ||
| 99 | K40, K41, K42, K46, K4A, K4B, K4C, K4D \ | ||
| 100 | ) { \ | ||
| 101 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ | ||
| 102 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, KNO }, \ | ||
| 103 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ | ||
| 104 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ | ||
| 105 | { K40, K41, K42, KNO, KNO, K45, K46, KNO, KNO, KNO, K4A, K4B, K4C, K4D } \ | ||
| 33 | } | 106 | } |
diff --git a/keyboards/dyz/dyz60/info.json b/keyboards/dyz/dyz60/info.json index 9e8ea860c..24ff25755 100644 --- a/keyboards/dyz/dyz60/info.json +++ b/keyboards/dyz/dyz60/info.json | |||
| @@ -23,8 +23,360 @@ | |||
| 23 | "device_ver": "0x0001" | 23 | "device_ver": "0x0001" |
| 24 | }, | 24 | }, |
| 25 | "layouts": { | 25 | "layouts": { |
| 26 | "LAYOUT": { | 26 | "LAYOUT_all": { |
| 27 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"~", "x":13, "y":0}, {"label":"|", "x":14, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"Shift", "x":0, "y":3, "w":2.25}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"Fn", "x":14, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.5}, {"label":"Win", "x":1.5, "y":4}, {"label":"Alt", "x":2.5, "y":4, "w":1.5}, {"x":4, "y":4, "w":7}, {"label":"Win", "x":11, "y":4, "w":1.5}, {"label":"Menu", "x":12.5, "y":4}, {"label":"Ctrl", "x":13.5, "y":4, "w":1.5}] | 27 | "layout": [ |
| 28 | {"label":"Esc", "x":0, "y":0}, | ||
| 29 | {"label":"1!", "x":1, "y":0}, | ||
| 30 | {"label":"2@", "x":2, "y":0}, | ||
| 31 | {"label":"3#", "x":3, "y":0}, | ||
| 32 | {"label":"4$", "x":4, "y":0}, | ||
| 33 | {"label":"5%", "x":5, "y":0}, | ||
| 34 | {"label":"6^", "x":6, "y":0}, | ||
| 35 | {"label":"7&", "x":7, "y":0}, | ||
| 36 | {"label":"8*", "x":8, "y":0}, | ||
| 37 | {"label":"9(", "x":9, "y":0}, | ||
| 38 | {"label":"0)", "x":10, "y":0}, | ||
| 39 | {"label":"-_", "x":11, "y":0}, | ||
| 40 | {"label":"=+", "x":12, "y":0}, | ||
| 41 | {"label":"`~", "x":13, "y":0}, | ||
| 42 | {"label":"\\|", "x":14, "y":0}, | ||
| 43 | |||
| 44 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
| 45 | {"label":"Q", "x":1.5, "y":1}, | ||
| 46 | {"label":"W", "x":2.5, "y":1}, | ||
| 47 | {"label":"E", "x":3.5, "y":1}, | ||
| 48 | {"label":"R", "x":4.5, "y":1}, | ||
| 49 | {"label":"T", "x":5.5, "y":1}, | ||
| 50 | {"label":"Y", "x":6.5, "y":1}, | ||
| 51 | {"label":"U", "x":7.5, "y":1}, | ||
| 52 | {"label":"I", "x":8.5, "y":1}, | ||
| 53 | {"label":"O", "x":9.5, "y":1}, | ||
| 54 | {"label":"P", "x":10.5, "y":1}, | ||
| 55 | {"label":"[{", "x":11.5, "y":1}, | ||
| 56 | {"label":"]}", "x":12.5, "y":1}, | ||
| 57 | {"label":"\\|", "x":13.5, "y":1, "w":1.5}, | ||
| 58 | |||
| 59 | {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, | ||
| 60 | {"label":"A", "x":1.75, "y":2}, | ||
| 61 | {"label":"S", "x":2.75, "y":2}, | ||
| 62 | {"label":"D", "x":3.75, "y":2}, | ||
| 63 | {"label":"F", "x":4.75, "y":2}, | ||
| 64 | {"label":"G", "x":5.75, "y":2}, | ||
| 65 | {"label":"H", "x":6.75, "y":2}, | ||
| 66 | {"label":"J", "x":7.75, "y":2}, | ||
| 67 | {"label":"K", "x":8.75, "y":2}, | ||
| 68 | {"label":"L", "x":9.75, "y":2}, | ||
| 69 | {"label":";:", "x":10.75, "y":2}, | ||
| 70 | {"label":"'\"", "x":11.75, "y":2}, | ||
| 71 | {"label":"#~", "x":12.75, "y":2}, | ||
| 72 | {"label":"Enter", "x":13.75, "y":2, "w":1.25}, | ||
| 73 | |||
| 74 | {"label":"Shift", "x":0, "y":3, "w":1.25}, | ||
| 75 | {"label":"\\|", "x":1.25, "y":3}, | ||
| 76 | {"label":"Z", "x":2.25, "y":3}, | ||
| 77 | {"label":"X", "x":3.25, "y":3}, | ||
| 78 | {"label":"C", "x":4.25, "y":3}, | ||
| 79 | {"label":"V", "x":5.25, "y":3}, | ||
| 80 | {"label":"B", "x":6.25, "y":3}, | ||
| 81 | {"label":"N", "x":7.25, "y":3}, | ||
| 82 | {"label":"M", "x":8.25, "y":3}, | ||
| 83 | {"label":",<", "x":9.25, "y":3}, | ||
| 84 | {"label":".>", "x":10.25, "y":3}, | ||
| 85 | {"label":"/?", "x":11.25, "y":3}, | ||
| 86 | {"label":"Shift", "x":12.25, "y":3, "w":1.75}, | ||
| 87 | {"label":"Fn", "x":14, "y":3}, | ||
| 88 | |||
| 89 | {"label":"Ctrl", "x":0, "y":4, "w":1.25}, | ||
| 90 | {"label":"Win", "x":1.25, "y":4, "w":1.25}, | ||
| 91 | {"label":"Alt", "x":2.5, "y":4, "w":1.25}, | ||
| 92 | {"label":"Space", "x":3.75, "y":4, "w":6.25}, | ||
| 93 | {"label":"Alt", "x":10, "y":4, "w":1.25}, | ||
| 94 | {"label":"Win", "x":11.25, "y":4, "w":1.25}, | ||
| 95 | {"label":"Menu", "x":12.5, "y":4, "w":1.25}, | ||
| 96 | {"label":"Ctrl", "x":13.75, "y":4, "w":1.25} | ||
| 97 | ] | ||
| 98 | }, | ||
| 99 | "LAYOUT_60_ansi": { | ||
| 100 | "layout": [ | ||
| 101 | {"label":"Esc", "x":0, "y":0}, | ||
| 102 | {"label":"1!", "x":1, "y":0}, | ||
| 103 | {"label":"2@", "x":2, "y":0}, | ||
| 104 | {"label":"3#", "x":3, "y":0}, | ||
| 105 | {"label":"4$", "x":4, "y":0}, | ||
| 106 | {"label":"5%", "x":5, "y":0}, | ||
| 107 | {"label":"6^", "x":6, "y":0}, | ||
| 108 | {"label":"7&", "x":7, "y":0}, | ||
| 109 | {"label":"8*", "x":8, "y":0}, | ||
| 110 | {"label":"9(", "x":9, "y":0}, | ||
| 111 | {"label":"0)", "x":10, "y":0}, | ||
| 112 | {"label":"-_", "x":11, "y":0}, | ||
| 113 | {"label":"=+", "x":12, "y":0}, | ||
| 114 | {"label":"Backspace", "x":13, "y":0, "w":2}, | ||
| 115 | |||
| 116 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
| 117 | {"label":"Q", "x":1.5, "y":1}, | ||
| 118 | {"label":"W", "x":2.5, "y":1}, | ||
| 119 | {"label":"E", "x":3.5, "y":1}, | ||
| 120 | {"label":"R", "x":4.5, "y":1}, | ||
| 121 | {"label":"T", "x":5.5, "y":1}, | ||
| 122 | {"label":"Y", "x":6.5, "y":1}, | ||
| 123 | {"label":"U", "x":7.5, "y":1}, | ||
| 124 | {"label":"I", "x":8.5, "y":1}, | ||
| 125 | {"label":"O", "x":9.5, "y":1}, | ||
| 126 | {"label":"P", "x":10.5, "y":1}, | ||
| 127 | {"label":"[{", "x":11.5, "y":1}, | ||
| 128 | {"label":"]}", "x":12.5, "y":1}, | ||
| 129 | {"label":"\\|", "x":13.5, "y":1, "w":1.5}, | ||
| 130 | |||
| 131 | {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, | ||
| 132 | {"label":"A", "x":1.75, "y":2}, | ||
| 133 | {"label":"S", "x":2.75, "y":2}, | ||
| 134 | {"label":"D", "x":3.75, "y":2}, | ||
| 135 | {"label":"F", "x":4.75, "y":2}, | ||
| 136 | {"label":"G", "x":5.75, "y":2}, | ||
| 137 | {"label":"H", "x":6.75, "y":2}, | ||
| 138 | {"label":"J", "x":7.75, "y":2}, | ||
| 139 | {"label":"K", "x":8.75, "y":2}, | ||
| 140 | {"label":"L", "x":9.75, "y":2}, | ||
| 141 | {"label":";:", "x":10.75, "y":2}, | ||
| 142 | {"label":"'\"", "x":11.75, "y":2}, | ||
| 143 | {"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
| 144 | |||
| 145 | {"label":"Shift", "x":0, "y":3, "w":2.25}, | ||
| 146 | {"label":"Z", "x":2.25, "y":3}, | ||
| 147 | {"label":"X", "x":3.25, "y":3}, | ||
| 148 | {"label":"C", "x":4.25, "y":3}, | ||
| 149 | {"label":"V", "x":5.25, "y":3}, | ||
| 150 | {"label":"B", "x":6.25, "y":3}, | ||
| 151 | {"label":"N", "x":7.25, "y":3}, | ||
| 152 | {"label":"M", "x":8.25, "y":3}, | ||
| 153 | {"label":",<", "x":9.25, "y":3}, | ||
| 154 | {"label":".>", "x":10.25, "y":3}, | ||
| 155 | {"label":"/?", "x":11.25, "y":3}, | ||
| 156 | {"label":"Shift", "x":12.25, "y":3, "w":2.75}, | ||
| 157 | |||
| 158 | {"label":"Ctrl", "x":0, "y":4, "w":1.25}, | ||
| 159 | {"label":"Win", "x":1.25, "y":4, "w":1.25}, | ||
| 160 | {"label":"Alt", "x":2.5, "y":4, "w":1.25}, | ||
| 161 | {"label":"Space", "x":3.75, "y":4, "w":6.25}, | ||
| 162 | {"label":"Alt", "x":10, "y":4, "w":1.25}, | ||
| 163 | {"label":"Win", "x":11.25, "y":4, "w":1.25}, | ||
| 164 | {"label":"Menu", "x":12.5, "y":4, "w":1.25}, | ||
| 165 | {"label":"Ctrl", "x":13.75, "y":4, "w":1.25} | ||
| 166 | ] | ||
| 167 | }, | ||
| 168 | "LAYOUT_60_ansi_split_bs_rshift": { | ||
| 169 | "layout": [ | ||
| 170 | {"label":"Esc", "x":0, "y":0}, | ||
| 171 | {"label":"1!", "x":1, "y":0}, | ||
| 172 | {"label":"2@", "x":2, "y":0}, | ||
| 173 | {"label":"3#", "x":3, "y":0}, | ||
| 174 | {"label":"4$", "x":4, "y":0}, | ||
| 175 | {"label":"5%", "x":5, "y":0}, | ||
| 176 | {"label":"6^", "x":6, "y":0}, | ||
| 177 | {"label":"7&", "x":7, "y":0}, | ||
| 178 | {"label":"8*", "x":8, "y":0}, | ||
| 179 | {"label":"9(", "x":9, "y":0}, | ||
| 180 | {"label":"0)", "x":10, "y":0}, | ||
| 181 | {"label":"-_", "x":11, "y":0}, | ||
| 182 | {"label":"=+", "x":12, "y":0}, | ||
| 183 | {"label":"`~", "x":13, "y":0}, | ||
| 184 | {"label":"\\|", "x":14, "y":0}, | ||
| 185 | |||
| 186 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
| 187 | {"label":"Q", "x":1.5, "y":1}, | ||
| 188 | {"label":"W", "x":2.5, "y":1}, | ||
| 189 | {"label":"E", "x":3.5, "y":1}, | ||
| 190 | {"label":"R", "x":4.5, "y":1}, | ||
| 191 | {"label":"T", "x":5.5, "y":1}, | ||
| 192 | {"label":"Y", "x":6.5, "y":1}, | ||
| 193 | {"label":"U", "x":7.5, "y":1}, | ||
| 194 | {"label":"I", "x":8.5, "y":1}, | ||
| 195 | {"label":"O", "x":9.5, "y":1}, | ||
| 196 | {"label":"P", "x":10.5, "y":1}, | ||
| 197 | {"label":"[{", "x":11.5, "y":1}, | ||
| 198 | {"label":"]}", "x":12.5, "y":1}, | ||
| 199 | {"label":"\\|", "x":13.5, "y":1, "w":1.5}, | ||
| 200 | |||
| 201 | {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, | ||
| 202 | {"label":"A", "x":1.75, "y":2}, | ||
| 203 | {"label":"S", "x":2.75, "y":2}, | ||
| 204 | {"label":"D", "x":3.75, "y":2}, | ||
| 205 | {"label":"F", "x":4.75, "y":2}, | ||
| 206 | {"label":"G", "x":5.75, "y":2}, | ||
| 207 | {"label":"H", "x":6.75, "y":2}, | ||
| 208 | {"label":"J", "x":7.75, "y":2}, | ||
| 209 | {"label":"K", "x":8.75, "y":2}, | ||
| 210 | {"label":"L", "x":9.75, "y":2}, | ||
| 211 | {"label":";:", "x":10.75, "y":2}, | ||
| 212 | {"label":"'\"", "x":11.75, "y":2}, | ||
| 213 | {"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
| 214 | |||
| 215 | {"label":"Shift", "x":0, "y":3, "w":2.25}, | ||
| 216 | {"label":"Z", "x":2.25, "y":3}, | ||
| 217 | {"label":"X", "x":3.25, "y":3}, | ||
| 218 | {"label":"C", "x":4.25, "y":3}, | ||
| 219 | {"label":"V", "x":5.25, "y":3}, | ||
| 220 | {"label":"B", "x":6.25, "y":3}, | ||
| 221 | {"label":"N", "x":7.25, "y":3}, | ||
| 222 | {"label":"M", "x":8.25, "y":3}, | ||
| 223 | {"label":",<", "x":9.25, "y":3}, | ||
| 224 | {"label":".>", "x":10.25, "y":3}, | ||
| 225 | {"label":"/?", "x":11.25, "y":3}, | ||
| 226 | {"label":"Shift", "x":12.25, "y":3, "w":1.75}, | ||
| 227 | {"label":"Fn", "x":14, "y":3}, | ||
| 228 | |||
| 229 | {"label":"Ctrl", "x":0, "y":4, "w":1.25}, | ||
| 230 | {"label":"Win", "x":1.25, "y":4, "w":1.25}, | ||
| 231 | {"label":"Alt", "x":2.5, "y":4, "w":1.25}, | ||
| 232 | {"label":"Space", "x":3.75, "y":4, "w":6.25}, | ||
| 233 | {"label":"Alt", "x":10, "y":4, "w":1.25}, | ||
| 234 | {"label":"Win", "x":11.25, "y":4, "w":1.25}, | ||
| 235 | {"label":"Menu", "x":12.5, "y":4, "w":1.25}, | ||
| 236 | {"label":"Ctrl", "x":13.75, "y":4, "w":1.25} | ||
| 237 | ] | ||
| 238 | }, | ||
| 239 | "LAYOUT_60_iso": { | ||
| 240 | "layout": [ | ||
| 241 | {"label":"Esc", "x":0, "y":0}, | ||
| 242 | {"label":"1!", "x":1, "y":0}, | ||
| 243 | {"label":"2@", "x":2, "y":0}, | ||
| 244 | {"label":"3#", "x":3, "y":0}, | ||
| 245 | {"label":"4$", "x":4, "y":0}, | ||
| 246 | {"label":"5%", "x":5, "y":0}, | ||
| 247 | {"label":"6^", "x":6, "y":0}, | ||
| 248 | {"label":"7&", "x":7, "y":0}, | ||
| 249 | {"label":"8*", "x":8, "y":0}, | ||
| 250 | {"label":"9(", "x":9, "y":0}, | ||
| 251 | {"label":"0)", "x":10, "y":0}, | ||
| 252 | {"label":"-_", "x":11, "y":0}, | ||
| 253 | {"label":"=+", "x":12, "y":0}, | ||
| 254 | {"label":"Backspace", "x":13, "y":0, "w":2}, | ||
| 255 | |||
| 256 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
| 257 | {"label":"Q", "x":1.5, "y":1}, | ||
| 258 | {"label":"W", "x":2.5, "y":1}, | ||
| 259 | {"label":"E", "x":3.5, "y":1}, | ||
| 260 | {"label":"R", "x":4.5, "y":1}, | ||
| 261 | {"label":"T", "x":5.5, "y":1}, | ||
| 262 | {"label":"Y", "x":6.5, "y":1}, | ||
| 263 | {"label":"U", "x":7.5, "y":1}, | ||
| 264 | {"label":"I", "x":8.5, "y":1}, | ||
| 265 | {"label":"O", "x":9.5, "y":1}, | ||
| 266 | {"label":"P", "x":10.5, "y":1}, | ||
| 267 | {"label":"[{", "x":11.5, "y":1}, | ||
| 268 | {"label":"]}", "x":12.5, "y":1}, | ||
| 269 | |||
| 270 | {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, | ||
| 271 | {"label":"A", "x":1.75, "y":2}, | ||
| 272 | {"label":"S", "x":2.75, "y":2}, | ||
| 273 | {"label":"D", "x":3.75, "y":2}, | ||
| 274 | {"label":"F", "x":4.75, "y":2}, | ||
| 275 | {"label":"G", "x":5.75, "y":2}, | ||
| 276 | {"label":"H", "x":6.75, "y":2}, | ||
| 277 | {"label":"J", "x":7.75, "y":2}, | ||
| 278 | {"label":"K", "x":8.75, "y":2}, | ||
| 279 | {"label":"L", "x":9.75, "y":2}, | ||
| 280 | {"label":";:", "x":10.75, "y":2}, | ||
| 281 | {"label":"'\"", "x":11.75, "y":2}, | ||
| 282 | {"label":"#~", "x":12.75, "y":2}, | ||
| 283 | {"label":"Enter", "x":13.75, "y":1, "w":1.25, "h":2}, | ||
| 284 | |||
| 285 | {"label":"Shift", "x":0, "y":3, "w":1.25}, | ||
| 286 | {"label":"\\|", "x":1.25, "y":3}, | ||
| 287 | {"label":"Z", "x":2.25, "y":3}, | ||
| 288 | {"label":"X", "x":3.25, "y":3}, | ||
| 289 | {"label":"C", "x":4.25, "y":3}, | ||
| 290 | {"label":"V", "x":5.25, "y":3}, | ||
| 291 | {"label":"B", "x":6.25, "y":3}, | ||
| 292 | {"label":"N", "x":7.25, "y":3}, | ||
| 293 | {"label":"M", "x":8.25, "y":3}, | ||
| 294 | {"label":",<", "x":9.25, "y":3}, | ||
| 295 | {"label":".>", "x":10.25, "y":3}, | ||
| 296 | {"label":"/?", "x":11.25, "y":3}, | ||
| 297 | {"label":"Shift", "x":12.25, "y":3, "w":2.75}, | ||
| 298 | |||
| 299 | {"label":"Ctrl", "x":0, "y":4, "w":1.25}, | ||
| 300 | {"label":"Win", "x":1.25, "y":4, "w":1.25}, | ||
| 301 | {"label":"Alt", "x":2.5, "y":4, "w":1.25}, | ||
| 302 | {"label":"Space", "x":3.75, "y":4, "w":6.25}, | ||
| 303 | {"label":"Alt", "x":10, "y":4, "w":1.25}, | ||
| 304 | {"label":"Win", "x":11.25, "y":4, "w":1.25}, | ||
| 305 | {"label":"Menu", "x":12.5, "y":4, "w":1.25}, | ||
| 306 | {"label":"Ctrl", "x":13.75, "y":4, "w":1.25} | ||
| 307 | ] | ||
| 308 | }, | ||
| 309 | "LAYOUT_60_iso_split_bs_rshift": { | ||
| 310 | "layout": [ | ||
| 311 | {"label":"Esc", "x":0, "y":0}, | ||
| 312 | {"label":"1!", "x":1, "y":0}, | ||
| 313 | {"label":"2@", "x":2, "y":0}, | ||
| 314 | {"label":"3#", "x":3, "y":0}, | ||
| 315 | {"label":"4$", "x":4, "y":0}, | ||
| 316 | {"label":"5%", "x":5, "y":0}, | ||
| 317 | {"label":"6^", "x":6, "y":0}, | ||
| 318 | {"label":"7&", "x":7, "y":0}, | ||
| 319 | {"label":"8*", "x":8, "y":0}, | ||
| 320 | {"label":"9(", "x":9, "y":0}, | ||
| 321 | {"label":"0)", "x":10, "y":0}, | ||
| 322 | {"label":"-_", "x":11, "y":0}, | ||
| 323 | {"label":"=+", "x":12, "y":0}, | ||
| 324 | {"label":"`~", "x":13, "y":0}, | ||
| 325 | {"label":"\\|", "x":14, "y":0}, | ||
| 326 | |||
| 327 | {"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
| 328 | {"label":"Q", "x":1.5, "y":1}, | ||
| 329 | {"label":"W", "x":2.5, "y":1}, | ||
| 330 | {"label":"E", "x":3.5, "y":1}, | ||
| 331 | {"label":"R", "x":4.5, "y":1}, | ||
| 332 | {"label":"T", "x":5.5, "y":1}, | ||
| 333 | {"label":"Y", "x":6.5, "y":1}, | ||
| 334 | {"label":"U", "x":7.5, "y":1}, | ||
| 335 | {"label":"I", "x":8.5, "y":1}, | ||
| 336 | {"label":"O", "x":9.5, "y":1}, | ||
| 337 | {"label":"P", "x":10.5, "y":1}, | ||
| 338 | {"label":"[{", "x":11.5, "y":1}, | ||
| 339 | {"label":"]}", "x":12.5, "y":1}, | ||
| 340 | |||
| 341 | {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, | ||
| 342 | {"label":"A", "x":1.75, "y":2}, | ||
| 343 | {"label":"S", "x":2.75, "y":2}, | ||
| 344 | {"label":"D", "x":3.75, "y":2}, | ||
| 345 | {"label":"F", "x":4.75, "y":2}, | ||
| 346 | {"label":"G", "x":5.75, "y":2}, | ||
| 347 | {"label":"H", "x":6.75, "y":2}, | ||
| 348 | {"label":"J", "x":7.75, "y":2}, | ||
| 349 | {"label":"K", "x":8.75, "y":2}, | ||
| 350 | {"label":"L", "x":9.75, "y":2}, | ||
| 351 | {"label":";:", "x":10.75, "y":2}, | ||
| 352 | {"label":"'\"", "x":11.75, "y":2}, | ||
| 353 | {"label":"#~", "x":12.75, "y":2}, | ||
| 354 | {"label":"Enter", "x":13.75, "y":1, "w":1.25, "h":2}, | ||
| 355 | |||
| 356 | {"label":"Shift", "x":0, "y":3, "w":1.25}, | ||
| 357 | {"label":"\\|", "x":1.25, "y":3}, | ||
| 358 | {"label":"Z", "x":2.25, "y":3}, | ||
| 359 | {"label":"X", "x":3.25, "y":3}, | ||
| 360 | {"label":"C", "x":4.25, "y":3}, | ||
| 361 | {"label":"V", "x":5.25, "y":3}, | ||
| 362 | {"label":"B", "x":6.25, "y":3}, | ||
| 363 | {"label":"N", "x":7.25, "y":3}, | ||
| 364 | {"label":"M", "x":8.25, "y":3}, | ||
| 365 | {"label":",<", "x":9.25, "y":3}, | ||
| 366 | {"label":".>", "x":10.25, "y":3}, | ||
| 367 | {"label":"/?", "x":11.25, "y":3}, | ||
| 368 | {"label":"Shift", "x":12.25, "y":3, "w":1.75}, | ||
| 369 | {"label":"Fn", "x":14, "y":3}, | ||
| 370 | |||
| 371 | {"label":"Ctrl", "x":0, "y":4, "w":1.25}, | ||
| 372 | {"label":"Win", "x":1.25, "y":4, "w":1.25}, | ||
| 373 | {"label":"Alt", "x":2.5, "y":4, "w":1.25}, | ||
| 374 | {"label":"Space", "x":3.75, "y":4, "w":6.25}, | ||
| 375 | {"label":"Alt", "x":10, "y":4, "w":1.25}, | ||
| 376 | {"label":"Win", "x":11.25, "y":4, "w":1.25}, | ||
| 377 | {"label":"Menu", "x":12.5, "y":4, "w":1.25}, | ||
| 378 | {"label":"Ctrl", "x":13.75, "y":4, "w":1.25} | ||
| 379 | ] | ||
| 28 | } | 380 | } |
| 29 | } | 381 | } |
| 30 | } | 382 | } |
diff --git a/keyboards/dyz/dyz60/keymaps/default/keymap.c b/keyboards/dyz/dyz60/keymaps/default/keymap.c index 62bb1a407..4bebaf6b1 100644 --- a/keyboards/dyz/dyz60/keymaps/default/keymap.c +++ b/keyboards/dyz/dyz60/keymaps/default/keymap.c | |||
| @@ -22,25 +22,25 @@ enum layer_names { | |||
| 22 | }; | 22 | }; |
| 23 | 23 | ||
| 24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 25 | [_BASE] = LAYOUT_all( /* Base */ | 25 | [_BASE] = LAYOUT_all( /* Base */ |
| 26 | KC_ESC, 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, KC_GRV, | 26 | KC_ESC, 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, KC_GRV, |
| 27 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, | 27 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, |
| 28 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_ENT, | 28 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_ENT, |
| 29 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(_FN), | 29 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(_FN), |
| 30 | KC_LCTL, KC_LWIN, KC_LALT, KC_SPC, KC_RALT, KC_RWIN, KC_MENU, KC_RCTL | 30 | KC_LCTL, KC_LWIN, KC_LALT, KC_SPC, KC_RALT, KC_RWIN, KC_MENU, KC_RCTL |
| 31 | ), | 31 | ), |
| 32 | [_FN] = LAYOUT_all( | 32 | [_FN] = LAYOUT_all( |
| 33 | _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, | 33 | _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, |
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_UP, KC_END, _______, | 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_UP, KC_END, _______, |
| 35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_RIGHT, _______, _______, | 35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_RGHT, _______, |
| 36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DOWN, _______, _______, | 36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DOWN, _______, _______, |
| 37 | _______, _______, _______, _______, _______, _______, _______, _______ | 37 | _______, _______, _______, _______, _______, _______, _______, _______ |
| 38 | ), | 38 | ), |
| 39 | [_FN2] = LAYOUT_all( | 39 | [_FN2] = LAYOUT_all( |
| 40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 41 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 41 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 44 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | 44 | _______, _______, _______, _______, _______, _______, _______, _______ |
| 45 | ) | 45 | ) |
| 46 | }; | 46 | }; |
diff --git a/keyboards/dyz/dyz60/keymaps/via/keymap.c b/keyboards/dyz/dyz60/keymaps/via/keymap.c index 62bb1a407..4bebaf6b1 100644 --- a/keyboards/dyz/dyz60/keymaps/via/keymap.c +++ b/keyboards/dyz/dyz60/keymaps/via/keymap.c | |||
| @@ -22,25 +22,25 @@ enum layer_names { | |||
| 22 | }; | 22 | }; |
| 23 | 23 | ||
| 24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 25 | [_BASE] = LAYOUT_all( /* Base */ | 25 | [_BASE] = LAYOUT_all( /* Base */ |
| 26 | KC_ESC, 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, KC_GRV, | 26 | KC_ESC, 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, KC_GRV, |
| 27 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, | 27 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, |
| 28 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_ENT, | 28 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_ENT, |
| 29 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(_FN), | 29 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(_FN), |
| 30 | KC_LCTL, KC_LWIN, KC_LALT, KC_SPC, KC_RALT, KC_RWIN, KC_MENU, KC_RCTL | 30 | KC_LCTL, KC_LWIN, KC_LALT, KC_SPC, KC_RALT, KC_RWIN, KC_MENU, KC_RCTL |
| 31 | ), | 31 | ), |
| 32 | [_FN] = LAYOUT_all( | 32 | [_FN] = LAYOUT_all( |
| 33 | _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, | 33 | _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, |
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_UP, KC_END, _______, | 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_UP, KC_END, _______, |
| 35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_RIGHT, _______, _______, | 35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_RGHT, _______, |
| 36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DOWN, _______, _______, | 36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DOWN, _______, _______, |
| 37 | _______, _______, _______, _______, _______, _______, _______, _______ | 37 | _______, _______, _______, _______, _______, _______, _______, _______ |
| 38 | ), | 38 | ), |
| 39 | [_FN2] = LAYOUT_all( | 39 | [_FN2] = LAYOUT_all( |
| 40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 41 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 41 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 44 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | 44 | _______, _______, _______, _______, _______, _______, _______, _______ |
| 45 | ) | 45 | ) |
| 46 | }; | 46 | }; |
diff --git a/keyboards/dyz/dyz60/readme.md b/keyboards/dyz/dyz60/readme.md new file mode 100644 index 000000000..5e436fdb2 --- /dev/null +++ b/keyboards/dyz/dyz60/readme.md | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # dyz60 | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | 60% layout has flexcut with multiple layout and mounting support. | ||
| 6 | |||
| 7 | * Keyboard Maintainer: [dayatz](https://github.com/dayatz) | ||
| 8 | * Hardware Supported: dyz60, ATmega32U4 | ||
| 9 | * Hardware Availability: Local Indonesia GB. | ||
| 10 | |||
| 11 | Make example for this keyboard (after setting up your build environment): | ||
| 12 | |||
| 13 | make dyz/dyz60:default | ||
| 14 | |||
| 15 | Flashing example for this keyboard: | ||
| 16 | |||
| 17 | make dyz/dyz60:default:flash | ||
| 18 | |||
| 19 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
