Skip to content

wavey81 hackboard #680

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
36 changes: 36 additions & 0 deletions hackboards/wavey81/BOM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<h1> BOM </h1>
<table>
<thead>
<tr> <th> Shop </th> <th> Item </th><th> Price</th></tr>
</thead>
<tbody>
<tr> <td> Aliexpress </td> <td> 100x 1N4148 </td> <td> 1.50 € </td> </tr>
<tr> <td> Aliexpress </td> <td> 1x EC11 Rotatory Encoder </td> <td> 1.59 € </td> </tr>
<tr> <td> Aliexpress </td> <td> 1x OLED 0.91" 128x32 screen </td> <td> 2.39 € </td> </tr>
<tr> <td> Aliexpress </td> <td> Keycaps set </td> <td> 21.45 € </td> </tr>
<tr> <td> Aliexpress </td> <td> Durock v3 4x 2u + 6.25u </td> <td> 8,37 € </td> </tr>
<tr> <td> Amazon </td> <td> 2x 45 akko v3 pro yellow switches </td> <td> 41.98 €, 0.46€/switch </td> </tr>
<tr> <td> Jlcpcb </td> <td>5x PCBs </td> </td> <td> 32.59 € </td> </tr>
<tr> <th colspan="2"> TOTAL </th> <td> 109,87 € </td></tr>
</tbody>
</table>

<table>
<thead>
<tr> <th colspan="2"> OWN STUFF / LOCAL SHOPS </th></tr>
<tr> <th> Item </th><th> Price</th></tr>
</thead>
<tbody>
<tr> <td> 3d Printing filament </td> <td> 16.99€ </td> </tr>
<tr> <td> <ul> <li> 7x m2x12 </li> <li> 8x m3x6 </li> <li> 12x m2x6 </li> </ul> </td> <td> 1.84€ </td> </tr>
<tr> <td> Primer </td> <td> 4.49 €</td> </tr>
<tr> <td> Metallic paint </td> </td> </td> <td> 6.49 € </td> </tr>
</tbody>
</table>

<table>
<thead>
<tr><th>FROM WAREHOUSE</th></tr>
<tr><td>1x Orpheus Pico</td></tr>
</thead>
</table>
Binary file added hackboards/wavey81/assets/case1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hackboards/wavey81/assets/case2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hackboards/wavey81/assets/case3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hackboards/wavey81/assets/pcb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hackboards/wavey81/assets/schematic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hackboards/wavey81/cad/case.stl
Binary file not shown.
Binary file added hackboards/wavey81/cad/plate.stl
Binary file not shown.
Binary file added hackboards/wavey81/cad/top_cover.stl
Binary file not shown.
124 changes: 124 additions & 0 deletions hackboards/wavey81/firmware/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"manufacturer": "/",
"keyboard_name": "wavey81",
"maintainer": "/",
"bootloader": "rp2040",
"processor": "RP2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"encoder": true
},
"matrix_pins": {
"cols": ["GP8", "GP9", "GP10", "GP11", "GP12", "GP13", "GP14", "GP15", "GP21", "GP20", "GP19", "GP18", "GP17", "GP16", "GP22"],
"rows": ["GP7", "GP6", "GP5", "GP4", "GP3", "GP2"]
},
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",
"vid": "0xFEED"
},
"encoder": {
"rotary": [
{"pin_a": "GP27", "pin_b": "GP26"}
]
},
"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": [1, 0], "x": 0, "y": 1.25},
{"matrix": [1, 1], "x": 1, "y": 1.25},
{"matrix": [1, 2], "x": 2, "y": 1.25},
{"matrix": [1, 3], "x": 3, "y": 1.25},
{"matrix": [1, 4], "x": 4, "y": 1.25},
{"matrix": [1, 5], "x": 5, "y": 1.25},
{"matrix": [1, 6], "x": 6, "y": 1.25},
{"matrix": [1, 7], "x": 7, "y": 1.25},
{"matrix": [1, 8], "x": 8, "y": 1.25},
{"matrix": [1, 9], "x": 9, "y": 1.25},
{"matrix": [1, 10], "x": 10, "y": 1.25},
{"matrix": [1, 11], "x": 11, "y": 1.25},
{"matrix": [1, 12], "x": 12, "y": 1.25},
{"matrix": [1, 13], "x": 13, "y": 1.25, "w": 2},

{"matrix": [2, 0], "x": 0, "y": 2.25, "w": 1.5},
{"matrix": [2, 1], "x": 1.5, "y": 2.25},
{"matrix": [2, 2], "x": 2.5, "y": 2.25},
{"matrix": [2, 3], "x": 3.5, "y": 2.25},
{"matrix": [2, 4], "x": 4.5, "y": 2.25},
{"matrix": [2, 5], "x": 5.5, "y": 2.25},
{"matrix": [2, 6], "x": 6.5, "y": 2.25},
{"matrix": [2, 7], "x": 7.5, "y": 2.25},
{"matrix": [2, 8], "x": 8.5, "y": 2.25},
{"matrix": [2, 9], "x": 9.5, "y": 2.25},
{"matrix": [2, 10], "x": 10.5, "y": 2.25},
{"matrix": [2, 11], "x": 11.5, "y": 2.25},
{"matrix": [2, 12], "x": 12.5, "y": 2.25},
{"matrix": [2, 13], "x": 13.75, "y": 2.25, "w": 1.25, "h": 2},
{"matrix": [2, 14], "x": 15.5, "y": 2.25},

{"matrix": [3, 0], "x": 0, "y": 3.25, "w": 1.75},
{"matrix": [3, 1], "x": 1.75, "y": 3.25},
{"matrix": [3, 2], "x": 2.75, "y": 3.25},
{"matrix": [3, 3], "x": 3.75, "y": 3.25},
{"matrix": [3, 4], "x": 4.75, "y": 3.25},
{"matrix": [3, 5], "x": 5.75, "y": 3.25},
{"matrix": [3, 6], "x": 6.75, "y": 3.25},
{"matrix": [3, 7], "x": 7.75, "y": 3.25},
{"matrix": [3, 8], "x": 8.75, "y": 3.25},
{"matrix": [3, 9], "x": 9.75, "y": 3.25},
{"matrix": [3, 10], "x": 10.75, "y": 3.25},
{"matrix": [3, 11], "x": 11.75, "y": 3.25},
{"matrix": [3, 12], "x": 12.75, "y": 3.25},
{"matrix": [3, 14], "x": 15.75, "y": 3.25},

{"matrix": [4, 0], "x": 0, "y": 4.25, "w": 2.25},
{"matrix": [4, 1], "x": 2.25, "y": 4.25},
{"matrix": [4, 2], "x": 3.25, "y": 4.25},
{"matrix": [4, 3], "x": 4.25, "y": 4.25},
{"matrix": [4, 4], "x": 5.25, "y": 4.25},
{"matrix": [4, 5], "x": 6.25, "y": 4.25},
{"matrix": [4, 6], "x": 7.25, "y": 4.25},
{"matrix": [4, 7], "x": 8.25, "y": 4.25},
{"matrix": [4, 8], "x": 9.25, "y": 4.25},
{"matrix": [4, 9], "x": 10.25, "y": 4.25},
{"matrix": [4, 10], "x": 11.25, "y": 4.25},
{"matrix": [4, 11], "x": 12.25, "y": 4.25, "w": 1.75},
{"matrix": [4, 13], "x": 14.25, "y": 4.5},
{"matrix": [4, 14], "x": 15.5, "y": 4.25},

{"matrix": [5, 0], "x": 0, "y": 5.25, "w": 1.25},
{"matrix": [5, 1], "x": 1.25, "y": 5.25, "w": 1.25},
{"matrix": [5, 2], "x": 2.5, "y": 5.25, "w": 1.25},
{"matrix": [5, 5], "x": 3.75, "y": 5.25, "w": 6.25},
{"matrix": [5, 8], "x": 10, "y": 5.25},
{"matrix": [5, 9], "x": 11, "y": 5.25},
{"matrix": [5, 10], "x": 12, "y": 5.25},
{"matrix": [5, 11], "x": 13.25, "y": 5.5},
{"matrix": [5, 13], "x": 14.25, "y": 5.5},
{"matrix": [5, 14], "x": 15.25, "y": 5.5}
]
}
}
}
25 changes: 25 additions & 0 deletions hackboards/wavey81/firmware/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_ESC, 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_DEL, //oled
KC_GRV, 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_BSPC, // encoder,
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_ENT, KC_HOME,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_GRV, KC_PGUP,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
)
};

bool encoder_update_user(uint8_t index, bool clockwise) {
if (clockwise) {
tap_code(KC_VOLU);
} else {
tap_code(KC_VOLD);
}
return false;
}

Loading