move files into production

This commit is contained in:
Piplup 2025-02-12 12:09:15 -05:00 committed by GitHub
parent 96e8098b04
commit 3d2cf69c1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 8820 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{
"manufacturer": "Rowan Wood",
"manufacturer": "piplup7575",
"keyboard_name": "piplboard",
"maintainer": "piplup7575",
"bootloader": "rp2040",

View file

@ -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
)
};

View file

@ -0,0 +1,27 @@
# piplhackpad
![piplhackpad](imgur.com image replace me!)
*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

File diff suppressed because it is too large Load diff

View file

@ -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)