Add a new keyboard for mfx060a.
This commit is contained in:
parent
9a60a335a8
commit
b3f2b30f00
7 changed files with 349 additions and 0 deletions
92
keyboards/mfx060a/keyboard.json
Normal file
92
keyboards/mfx060a/keyboard.json
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"manufacturer": "ms06j",
|
||||
"keyboard_name": "mfx060a",
|
||||
"maintainer": "ms06jggg",
|
||||
"bootloader": "rp2040",
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP0", "GP1", "GP2", "GP3", "GP4", "GP5", "GP6", "GP7", "GP8", "GP9", "GP10", "GP11", "GP12", "GP13", "GP14"],
|
||||
"rows": ["GP20", "GP21", "GP22", "GP23", "GP24"]
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"url": "",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"pid": "0x0000",
|
||||
"vid": "0xFEED"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"matrix":[0,0], "x":0, "y":0},
|
||||
{"matrix":[0,1], "x":1, "y":0},
|
||||
{"matrix":[0,2], "x":2, "y":0},
|
||||
{"matrix":[0,3], "x":3, "y":0},
|
||||
{"matrix":[0,4], "x":4, "y":0},
|
||||
{"matrix":[0,5], "x":5, "y":0},
|
||||
{"matrix":[0,6], "x":6, "y":0},
|
||||
{"matrix":[0,7], "x":7, "y":0},
|
||||
{"matrix":[0,8], "x":8, "y":0},
|
||||
{"matrix":[0,9], "x":9, "y":0},
|
||||
{"matrix":[0,10], "x":10, "y":0},
|
||||
{"matrix":[0,11], "x":11, "y":0},
|
||||
{"matrix":[0,12], "x":12, "y":0},
|
||||
{"matrix":[0,13], "x":13, "y":0},
|
||||
{"matrix":[0,14], "x":14, "y":0},
|
||||
{"matrix":[1,0], "x":0, "y":1},
|
||||
{"matrix":[1,2], "x":1.5, "y":1},
|
||||
{"matrix":[1,3], "x":2.5, "y":1},
|
||||
{"matrix":[1,4], "x":3.5, "y":1},
|
||||
{"matrix":[1,5], "x":4.5, "y":1},
|
||||
{"matrix":[1,6], "x":5.5, "y":1},
|
||||
{"matrix":[1,7], "x":6.5, "y":1},
|
||||
{"matrix":[1,8], "x":7.5, "y":1},
|
||||
{"matrix":[1,9], "x":8.5, "y":1},
|
||||
{"matrix":[1,10], "x":9.5, "y":1},
|
||||
{"matrix":[1,11], "x":10.5, "y":1},
|
||||
{"matrix":[1,12], "x":11.5, "y":1},
|
||||
{"matrix":[1,13], "x":12.5, "y":1},
|
||||
{"matrix":[1,14], "x":13.5, "y":1},
|
||||
{"matrix":[2,0], "x":0, "y":2},
|
||||
{"matrix":[2,2], "x":1.75, "y":2},
|
||||
{"matrix":[2,3], "x":2.75, "y":2},
|
||||
{"matrix":[2,4], "x":3.75, "y":2},
|
||||
{"matrix":[2,5], "x":4.75, "y":2},
|
||||
{"matrix":[2,6], "x":5.75, "y":2},
|
||||
{"matrix":[2,7], "x":6.75, "y":2},
|
||||
{"matrix":[2,8], "x":7.75, "y":2},
|
||||
{"matrix":[2,9], "x":8.75, "y":2},
|
||||
{"matrix":[2,10], "x":9.75, "y":2},
|
||||
{"matrix":[2,11], "x":10.75, "y":2},
|
||||
{"matrix":[2,12], "x":11.75, "y":2},
|
||||
{"matrix":[2,13], "x":12.75, "y":2},
|
||||
{"matrix":[3,1], "x":0, "y":3},
|
||||
{"matrix":[3,2], "x":2.25, "y":3},
|
||||
{"matrix":[3,3], "x":3.25, "y":3},
|
||||
{"matrix":[3,4], "x":4.25, "y":3},
|
||||
{"matrix":[3,5], "x":5.25, "y":3},
|
||||
{"matrix":[3,6], "x":6.25, "y":3},
|
||||
{"matrix":[3,7], "x":7.25, "y":3},
|
||||
{"matrix":[3,8], "x":8.25, "y":3},
|
||||
{"matrix":[3,9], "x":9.25, "y":3},
|
||||
{"matrix":[3,10], "x":10.25, "y":3},
|
||||
{"matrix":[3,11], "x":11.25, "y":3},
|
||||
{"matrix":[3,13], "x":12.25, "y":3},
|
||||
{"matrix":[3,14], "x":14, "y":3},
|
||||
{"matrix":[4,1], "x":1.25, "y":4},
|
||||
{"matrix":[4,3], "x":2.25, "y":4},
|
||||
{"matrix":[4,7], "x":3.75, "y":4},
|
||||
{"matrix":[4,10], "x":10, "y":4},
|
||||
{"matrix":[4,12], "x":11.5, "y":4}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
58
keyboards/mfx060a/keymaps/default/keymap.c
Normal file
58
keyboards/mfx060a/keymaps/default/keymap.c
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
// Copyright 2023 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#define BASE 0
|
||||
#define HHKB 1
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/* BASE Level: Default Layer
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
| Esc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ | ` |
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | Backs | |
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
| Cont | A | S | D | F | G | H | J | K | L | ; | ' | Ent | | |
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
| Shift | Z | X | C | V | B | N | M | , | . | / | Shift | Fn0 | | |
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
|
||||
|------+------+-----------------------+------+------|
|
||||
| LAlt | LGUI | ******* Space ******* | RGUI | RAlt |
|
||||
|------+------+-----------------------+------+------|
|
||||
*/
|
||||
|
||||
[BASE] = LAYOUT( // default layer
|
||||
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_BSLS, KC_GRV,
|
||||
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_BSPC,
|
||||
KC_LCTL, 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_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(HHKB),
|
||||
KC_LALT, KC_LGUI, /* */ KC_SPC, KC_RGUI, KC_RALT
|
||||
),
|
||||
|
||||
/* Layer HHKB: HHKB mode (HHKB Fn)
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
| Pwr | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | Ins | Del |
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
| Caps | | | | | | | | Psc | Slk | Pus | Up | | Backs | |
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
| | VoD | VoU | Mut | | | * | / | Hom | PgU | Lef | Rig | Enter | | |
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
| | | | | | | + | - | End | PgD | Dow | | | | |
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
|
||||
|------+------+----------------------+------+------+
|
||||
| **** | **** | ******************** | **** | **** |
|
||||
|------+------+----------------------+------+------+
|
||||
|
||||
*/
|
||||
|
||||
[HHKB] = LAYOUT(
|
||||
KC_PWR, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_DEL,
|
||||
KC_CAPS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PSCR, KC_SCRL, KC_PAUS, KC_UP, KC_TRNS, KC_BSPC,
|
||||
KC_TRNS, KC_VOLD, KC_VOLU, KC_MUTE, KC_TRNS, KC_TRNS, KC_PAST, KC_PSLS, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, KC_PENT,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
)
|
||||
};
|
||||
7
keyboards/mfx060a/keymaps/vial/config.h
Normal file
7
keyboards/mfx060a/keymaps/vial/config.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#pragma once
|
||||
|
||||
#define VIAL_KEYBOARD_UID {0x8A, 0xDB, 0x0D, 0x9F, 0x7E, 0xB6, 0x7F, 0x1A}
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }
|
||||
58
keyboards/mfx060a/keymaps/vial/keymap.c
Normal file
58
keyboards/mfx060a/keymaps/vial/keymap.c
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
// Copyright 2023 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#define BASE 0
|
||||
#define HHKB 1
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/* BASE Level: Default Layer
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
| Esc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ | ` |
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | Backs | |
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
| Cont | A | S | D | F | G | H | J | K | L | ; | ' | Ent | | |
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
| Shift | Z | X | C | V | B | N | M | , | . | / | Shift | Fn0 | | |
|
||||
|-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---|
|
||||
|
||||
|------+------+-----------------------+------+------|
|
||||
| LAlt | LGUI | ******* Space ******* | RGUI | RAlt |
|
||||
|------+------+-----------------------+------+------|
|
||||
*/
|
||||
|
||||
[BASE] = LAYOUT( // default layer
|
||||
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_BSLS, KC_GRV,
|
||||
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_BSPC,
|
||||
KC_LCTL, 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_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(HHKB),
|
||||
KC_LALT, KC_LGUI, /* */ KC_SPC, KC_RGUI, KC_RALT
|
||||
),
|
||||
|
||||
/* Layer HHKB: HHKB mode (HHKB Fn)
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
| Pwr | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | Ins | Del |
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
| Caps | | | | | | | | Psc | Slk | Pus | Up | | Backs | |
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
| | VoD | VoU | Mut | | | * | / | Hom | PgU | Lef | Rig | Enter | | |
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
| | | | | | | + | - | End | PgD | Dow | | | | |
|
||||
|------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----|
|
||||
|
||||
|------+------+----------------------+------+------+
|
||||
| **** | **** | ******************** | **** | **** |
|
||||
|------+------+----------------------+------+------+
|
||||
|
||||
*/
|
||||
|
||||
[HHKB] = LAYOUT(
|
||||
KC_PWR, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_DEL,
|
||||
KC_CAPS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PSCR, KC_SCRL, KC_PAUS, KC_UP, KC_TRNS, KC_BSPC,
|
||||
KC_TRNS, KC_VOLD, KC_VOLU, KC_MUTE, KC_TRNS, KC_TRNS, KC_PAST, KC_PSLS, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, KC_PENT,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS,
|
||||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
|
||||
)
|
||||
};
|
||||
12
keyboards/mfx060a/keymaps/vial/rules.mk
Normal file
12
keyboards/mfx060a/keymaps/vial/rules.mk
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
QMK_SETTINGS = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
COMBO_ENABLE = yes
|
||||
KEY_OVERRIDE_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
MAGIC_ENABLE = yes
|
||||
GRAVE_ESC_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = yes
|
||||
NKRO_ENABLE = yes
|
||||
95
keyboards/mfx060a/keymaps/vial/vial.json
Normal file
95
keyboards/mfx060a/keymaps/vial/vial.json
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"lighting": "none",
|
||||
"matrix": {
|
||||
"rows": 15,
|
||||
"cols": 5
|
||||
},
|
||||
"layouts": {
|
||||
"keymap":[
|
||||
[
|
||||
"0,0",
|
||||
"0,1",
|
||||
"0,2",
|
||||
"0,3",
|
||||
"0,4",
|
||||
"0,5",
|
||||
"0,6",
|
||||
"0,7",
|
||||
"0,8",
|
||||
"0,9",
|
||||
"0,10",
|
||||
"0,11",
|
||||
"0,12",
|
||||
"0,13",
|
||||
"0,14"
|
||||
],
|
||||
[
|
||||
{ "w": 1.5 },
|
||||
"1.0",
|
||||
{ "x": 0.5 },
|
||||
"1,2",
|
||||
"1,3",
|
||||
"1,4",
|
||||
"1,5",
|
||||
"1,6",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"1,9",
|
||||
"1,10",
|
||||
"1,11",
|
||||
"1,12",
|
||||
"1,13",
|
||||
{ "w": 1.5 },
|
||||
"1,14"
|
||||
],
|
||||
[
|
||||
{ "w": 1.75 },
|
||||
"2,0",
|
||||
{ "x": 0.75 },
|
||||
"2,2",
|
||||
"2,3",
|
||||
"2,4",
|
||||
"2,5",
|
||||
"2,6",
|
||||
"2,7",
|
||||
"2,8",
|
||||
"2,9",
|
||||
"2,10",
|
||||
"2,11",
|
||||
"2,12",
|
||||
{ "w": 2.25 },
|
||||
"2,13"
|
||||
],
|
||||
[
|
||||
{ "w": 2.25 },
|
||||
"3,1",
|
||||
{ "x": 1.25 },
|
||||
"3,2",
|
||||
"3,3",
|
||||
"3,4",
|
||||
"3,5",
|
||||
"3,6",
|
||||
"3,7",
|
||||
"3,8",
|
||||
"3,9",
|
||||
"3,10",
|
||||
"3,11",
|
||||
{ "w": 1.75 },
|
||||
"3,13",
|
||||
{ "x": 0.75 },
|
||||
"3,14"
|
||||
],
|
||||
[
|
||||
{ "x": 1.25 },
|
||||
"4,1",
|
||||
{ "w": 1.5 },
|
||||
"4,3",
|
||||
{ "x": 0.5, "w": 6.25 },
|
||||
"4,7",
|
||||
{ "x": 5.25, "w": 1.5 },
|
||||
"4,10",
|
||||
{ "x": 0.5 },
|
||||
"4,12"
|
||||
]]
|
||||
}
|
||||
}
|
||||
27
keyboards/mfx060a/readme.md
Normal file
27
keyboards/mfx060a/readme.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# mfx060a
|
||||
|
||||

|
||||
|
||||
*A short description of the keyboard/project*
|
||||
|
||||
* Keyboard Maintainer: [ms06j](https://github.com/ms06jggg)
|
||||
* Hardware Supported: *The PCBs, controllers supported*
|
||||
* Hardware Availability: *Links to where you can find this hardware*
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make mfx060a:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make mfx060a:default:flash
|
||||
|
||||
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).
|
||||
|
||||
## Bootloader
|
||||
|
||||
Enter the bootloader in 3 ways:
|
||||
|
||||
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
|
||||
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
|
||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
||||
Loading…
Add table
Add a link
Reference in a new issue