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

[Keyboard] add willoucom/keypad #21714

Merged
merged 1 commit into from
Aug 15, 2023
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
63 changes: 63 additions & 0 deletions keyboards/willoucom/keypad/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
fauxpark marked this conversation as resolved.
Show resolved Hide resolved
"manufacturer": "Willou.com",
"keyboard_name": "keypad",
"maintainer": "willoucom",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"direct": [
["GP0", "GP1", "GP2", "GP3", "GP4", "GP20", "GP5", "GP6", "GP7", "GP8", "GP9", "GP21", "GP10"],
["GP11", "GP12", "GP13", "GP14", "GP22", "GP26", "GP15", "GP16", "GP17", "GP18", "GP19", "GP27", "GP28"]
]
},
"processor": "RP2040",
"tapping": {
"hold_on_other_key_press": true
},
"usb": {
"device_version": "1.0.0",
"force_nkro": true,
"pid": "0x4B50",
"vid": "0x574A"
},
"layouts": {
"LAYOUT": {
"layout": [
fauxpark marked this conversation as resolved.
Show resolved Hide resolved
{"label": "GRV", "matrix": [0, 0], "x": 0, "y": 0.25},
{"label": "1", "matrix": [0, 1], "x": 1, "y": 0},
{"label": "2", "matrix": [0, 2], "x": 2, "y": 0},
{"label": "3", "matrix": [0, 3], "x": 3, "y": 0},
{"label": "4", "matrix": [0, 4], "x": 4, "y": 0},
{"label": "ESC", "matrix": [0, 5], "x": 6.5, "y": 0},
{"label": "LSFT", "matrix": [0, 6], "x": 0, "y": 1.25},
{"label": "Q", "matrix": [0, 7], "x": 1, "y": 1},
{"label": "W", "matrix": [0, 8], "x": 2, "y": 1},
{"label": "E", "matrix": [0, 9], "x": 3, "y": 1},
{"label": "R", "matrix": [0, 10], "x": 4, "y": 1},
{"label": "LBRC", "matrix": [0, 11], "x": 6.5, "y": 1},
{"label": "LCTL", "matrix": [0, 12], "x": 0, "y": 2.25},
{"label": "A", "matrix": [1, 0], "x": 1, "y": 2},
{"label": "S", "matrix": [1, 1], "x": 2, "y": 2},
{"label": "D", "matrix": [1, 2], "x": 3, "y": 2},
{"label": "F", "matrix": [1, 3], "x": 4, "y": 2},
{"label": "ENT", "matrix": [1, 4], "x": 5.5, "y": 2},
{"label": "G", "matrix": [1, 5], "x": 7.5, "y": 2},
{"label": "SPC", "matrix": [1, 6], "x": 0, "y": 3.25},
{"label": "TAB", "matrix": [1, 7], "x": 1, "y": 3},
{"label": "Z", "matrix": [1, 8], "x": 2, "y": 3},
{"label": "X", "matrix": [1, 9], "x": 3, "y": 3},
{"label": "C", "matrix": [1, 10], "x": 4, "y": 3},
{"label": "RBRC", "matrix": [1, 11], "x": 6.5, "y": 3},
{"label": "M", "matrix": [1, 12], "x": 6.5, "y": 4}
]
}
}
}
13 changes: 13 additions & 0 deletions keyboards/willoucom/keypad/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"keyboard": "willoucom/keypad",
"layout": "LAYOUT",
"layers": [
[
"KC_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_ESC",
"KC_LSFT", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_LBRC",
"KC_LCTL", "KC_A", "KC_S", "KC_D", "KC_F", "KC_ENT", "KC_G",
"KC_SPC", "KC_TAB", "KC_Z", "KC_X", "KC_C", "KC_RBRC",
"KC_M"
]
]
}
19 changes: 19 additions & 0 deletions keyboards/willoucom/keypad/keymaps/via/keymap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"keyboard": "willoucom/keypad",
fauxpark marked this conversation as resolved.
Show resolved Hide resolved
"config": {
"features": {
"via": true
}
},
"keymap": "via",
"layout": "LAYOUT",
"layers": [
[
"KC_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_ESC",
"KC_LSFT", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_LBRC",
"KC_LCTL", "KC_A", "KC_S", "KC_D", "KC_F", "KC_ENT", "KC_G",
"KC_SPC", "KC_TAB", "KC_Z", "KC_X", "KC_C", "KC_RBRC",
"KC_M"
]
]
}
20 changes: 20 additions & 0 deletions keyboards/willoucom/keypad/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# willoucom/keypad

A programmable keypad for Productivity and Gaming.

* Keyboard Maintainer: [Wilfried JEANNIARD](https://github.com/willoucom)
* Product Page : [The Keypad](https://www.willou.com/keypad/)

Make example for this keyboard (after setting up your build environment):

qmk compile -kb willoucom/keypad -km default

Flashing example for this keyboard:

qmk flash -kb willoucom/keypad -km default

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

Push the reset button twice. Then drop the u2f file in the usb drive.
1 change: 1 addition & 0 deletions keyboards/willoucom/keypad/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This file intentionally left blank