summaryrefslogtreecommitdiff
path: root/keyboards/willoucom
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/willoucom')
-rw-r--r--keyboards/willoucom/keypad/info.json63
-rw-r--r--keyboards/willoucom/keypad/keymaps/default/keymap.json13
-rw-r--r--keyboards/willoucom/keypad/keymaps/via/keymap.json19
-rw-r--r--keyboards/willoucom/keypad/readme.md20
-rw-r--r--keyboards/willoucom/keypad/rules.mk1
5 files changed, 116 insertions, 0 deletions
diff --git a/keyboards/willoucom/keypad/info.json b/keyboards/willoucom/keypad/info.json
new file mode 100644
index 0000000000..dc517ccc16
--- /dev/null
+++ b/keyboards/willoucom/keypad/info.json
@@ -0,0 +1,63 @@
+{
+ "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": [
+ {"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}
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/keyboards/willoucom/keypad/keymaps/default/keymap.json b/keyboards/willoucom/keypad/keymaps/default/keymap.json
new file mode 100644
index 0000000000..c16729bd6c
--- /dev/null
+++ b/keyboards/willoucom/keypad/keymaps/default/keymap.json
@@ -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"
+ ]
+ ]
+} \ No newline at end of file
diff --git a/keyboards/willoucom/keypad/keymaps/via/keymap.json b/keyboards/willoucom/keypad/keymaps/via/keymap.json
new file mode 100644
index 0000000000..0d233e59e6
--- /dev/null
+++ b/keyboards/willoucom/keypad/keymaps/via/keymap.json
@@ -0,0 +1,19 @@
+{
+ "keyboard": "willoucom/keypad",
+ "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"
+ ]
+ ]
+} \ No newline at end of file
diff --git a/keyboards/willoucom/keypad/readme.md b/keyboards/willoucom/keypad/readme.md
new file mode 100644
index 0000000000..863ce79d37
--- /dev/null
+++ b/keyboards/willoucom/keypad/readme.md
@@ -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. \ No newline at end of file
diff --git a/keyboards/willoucom/keypad/rules.mk b/keyboards/willoucom/keypad/rules.mk
new file mode 100644
index 0000000000..6e7633bfe0
--- /dev/null
+++ b/keyboards/willoucom/keypad/rules.mk
@@ -0,0 +1 @@
+# This file intentionally left blank