Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hackpad Pull Request (WIP) and request for extension #210

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f3ad70b
Create README.md
BuildNCode1 Oct 22, 2024
2a6db76
Add files via upload
BuildNCode1 Oct 22, 2024
cf00926
Add files via upload
BuildNCode1 Nov 10, 2024
7223d83
Create pcb
BuildNCode1 Nov 10, 2024
bdc1c77
Delete hackpads/BNC Hackpad/pcb
BuildNCode1 Nov 10, 2024
162201a
Create n
BuildNCode1 Nov 10, 2024
dad67cb
Delete hackpads/BNC Hackpad/pcb/n
BuildNCode1 Nov 10, 2024
3fff704
Create placeholder
BuildNCode1 Nov 10, 2024
0614881
Add files via upload
BuildNCode1 Nov 10, 2024
9b50bb8
Delete hackpads/BNC Hackpad/keyboard.json
BuildNCode1 Nov 13, 2024
2124733
Delete hackpads/BNC Hackpad/README.md
BuildNCode1 Nov 13, 2024
a34ab1e
Delete hackpads/BNC Hackpad/readme.md
BuildNCode1 Nov 13, 2024
3cc941f
Delete hackpads/BNC Hackpad/KiCad1.cad
BuildNCode1 Nov 13, 2024
375488c
Delete hackpads/BNC Hackpad/keymap.c
BuildNCode1 Nov 13, 2024
67b3905
Delete hackpads/BNC Hackpad/PCB directory
BuildNCode1 Nov 13, 2024
c170365
Create placeholderfile.png
BuildNCode1 Nov 13, 2024
b584673
Add files via upload
BuildNCode1 Nov 13, 2024
85e5db0
Delete hackpads/BNC Hackpad/placeholderfile.png
BuildNCode1 Nov 13, 2024
e85af0d
Update readme.md
BuildNCode1 Nov 13, 2024
6e06342
Create BOM.md
BuildNCode1 Nov 13, 2024
00f3300
Delete hackpads/BNC Hackpad/readme.md
BuildNCode1 Nov 13, 2024
d360b75
Rename BOM.md to README.md
BuildNCode1 Nov 13, 2024
af8be97
Add files via upload
BuildNCode1 Nov 13, 2024
4132440
Add files via upload
BuildNCode1 Nov 13, 2024
99af4ac
Delete hackpads/BNC Hackpad/case directory
BuildNCode1 Nov 13, 2024
36def48
Add files via upload
BuildNCode1 Nov 13, 2024
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file added hackpads/BNC Hackpad/CAD/MainPCB.3mf
Binary file not shown.
5 changes: 5 additions & 0 deletions hackpads/BNC Hackpad/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Bill of Materials
* (1x) Alps Rotary Encoder EC12E
* (5x) Cherry MX Keyswich, 1.00u
* (6x) Diode SMD: D_SOD_123F
* (1x) Resistor 0201 (0603 metric), square (rectangular) end terminal, IPC_7351 nominal
51 changes: 51 additions & 0 deletions hackpads/BNC Hackpad/firmware/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"manufacturer": "Evan Cooper",
"keyboard_name": "macropad",
"maintainer": "BuildNCode1",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"nkro": true
},
"matrix_pins": {
"direct":[
["NO_PIN", "GP3", "NO_PIN"],
["GP1", "GP2", "GP4"],
["NO_PIN", "GP0", "NO_PIN"]
]
},
"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": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [1, 3], "x": 3, "y": 1},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [2, 3], "x": 3, "y": 2},
{"matrix": [3, 0], "x": 0, "y": 3},
{"matrix": [3, 1], "x": 1, "y": 3},
{"matrix": [3, 2], "x": 2, "y": 3},
{"matrix": [3, 3], "x": 3, "y": 3}
]
}
}
}
23 changes: 23 additions & 0 deletions hackpads/BNC Hackpad/firmware/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// 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 │ . │Ent│ + │
* └───┴───┴───┴───┘
*/
[0] = LAYOUT(
NO_PIN, KC_P5, NO_PIN
KC_P2, KC_P3, KC_P4,
NO_PIN, KC_P1, NO_PIN
)
};
Binary file added hackpads/BNC Hackpad/pcb/Gerber.zip
Binary file not shown.
Loading