mirror of
https://github.com/System-End/hackpad.git
synced 2026-04-19 22:15:14 +00:00
move files into production
This commit is contained in:
parent
96e8098b04
commit
3d2cf69c1e
21 changed files with 8820 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"manufacturer": "Rowan Wood",
|
||||
"manufacturer": "piplup7575",
|
||||
"keyboard_name": "piplboard",
|
||||
"maintainer": "piplup7575",
|
||||
"bootloader": "rp2040",
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@ const uint16_t PROGMEM encoder_map[][1][2] = {
|
|||
#endif
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
[0]= LAYOUT(
|
||||
KC_1, KC_2, KC_3, KC_AUDIO_MUTE,
|
||||
KK_4, KC_4, KC_6, KC_MINUS,
|
||||
KC_4, KC_4, KC_6, KC_MINUS,
|
||||
KC_7, KC_8, KC_9, KC_PLUS,
|
||||
KC_BSPC, KC_0, KX_DEL, KC_ENTER,
|
||||
KC_BSPC, KC_0, KC_DEL, KC_ENTER
|
||||
)
|
||||
};
|
||||
|
|
|
|||
27
hackpads/piplhackpad/firmware/readme.md
Normal file
27
hackpads/piplhackpad/firmware/readme.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# piplhackpad
|
||||
|
||||

|
||||
|
||||
*A short description of the keyboard/project*
|
||||
|
||||
* Keyboard Maintainer: [piplup7575](https://github.com/piplup7575)
|
||||
* Hardware Supported: *The PCBs, controllers supported*
|
||||
* Hardware Availability: *Links to where you can find this hardware*
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make piplhackpad:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make piplhackpad:default:flash
|
||||
|
||||
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
|
||||
|
||||
Enter the bootloader in 3 ways:
|
||||
|
||||
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
|
||||
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
|
||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
||||
8787
hackpads/piplhackpad/production/hackpad.step
Normal file
8787
hackpads/piplhackpad/production/hackpad.step
Normal file
File diff suppressed because it is too large
Load diff
BIN
hackpads/piplhackpad/production/piplhackpad_default.uf2
Normal file
BIN
hackpads/piplhackpad/production/piplhackpad_default.uf2
Normal file
Binary file not shown.
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
yet another keypad lmao, may reprogram in the future
|
||||
by `@pipl`, id `U07V3MD8BPW`
|
||||
`/pcb/` contains the kicad files - both gerbers files and kicad files are contained within
|
||||
`/pcb/` contains the kicad files
|
||||
`/firmware/` contains the qmk firmware files
|
||||
`/cad/` contains 3d print files - I have a 3d printer, will print for myself
|
||||
`/production/` contains production files
|
||||
|
||||
### bom:
|
||||
- 15 MX cherry red switches (+ a spare if possible)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue