Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added hackpads/MohaPad/CAD/Case Top.stl
Binary file not shown.
Binary file added hackpads/MohaPad/CAD/Case.stl
Binary file not shown.
116 changes: 116 additions & 0 deletions hackpads/MohaPad/firmware/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{
"manufacturer": "Mohammed",
"keyboard_name": "MohaPad",
"maintainer": "mohammedmmc",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": [
"GP3",
"GP4",
"GP2"
],
"rows": [
"GP26",
"GP27",
"GP28"
]
},
"matrix_size": {
"rows": 3,
"cols": 3
},
"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": [
1,
0
],
"x": 0,
"y": 1
},
{
"matrix": [
1,
1
],
"x": 1,
"y": 1
},
{
"matrix": [
1,
2
],
"x": 2,
"y": 1
},
{
"matrix": [
2,
0
],
"x": 0,
"y": 2
},
{
"matrix": [
2,
1
],
"x": 1,
"y": 2
},
{
"matrix": [
2,
2
],
"x": 2,
"y": 2
}
]
}
}
}
21 changes: 21 additions & 0 deletions hackpads/MohaPad/firmware/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
* ┌───┬───┬───┐
* │ 7 │ 8 │ 9 │
* ├───┼───┼───┤
* │ 4 │ 5 │ 6 │
* ├───┼───┼───┤
* │ 1 │ 2 │ 3 │
* └───┴───┴───┘
*/
[0] = LAYOUT(
KC_1, KC_2, KC_3,
KC_4, KC_5, KC_6,
KC_7, KC_8, KC_9
)
};
Binary file added hackpads/MohaPad/firmware/moha_pad_default.uf2
Binary file not shown.
654 changes: 654 additions & 0 deletions hackpads/MohaPad/pcb/EASYEDA PCB.json

Large diffs are not rendered by default.

258 changes: 258 additions & 0 deletions hackpads/MohaPad/pcb/EASYEDA Schematic.json

Large diffs are not rendered by default.

Binary file added hackpads/MohaPad/pcb/Gerber.zip
Binary file not shown.
Loading