logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (3669B)


  1. # Launch Pad
  2. The guidance computer inside the [Launch Pad](https://ungodly.design/products/launch-pad) by Ungodly Design.
  3. **Features:**
  4. * Onboard atmega32u4 controller, 5V @ 16MHz
  5. * Kaihl hotswap sockets
  6. * USB-C connector
  7. * 18 in-switch RGB LEDs
  8. * 4 underglow RGB LEDs
  9. * 100 Ω potentiometer slider
  10. * (optional) M2 pcb mounting holes
  11. * (optional) pcb-mount stablizer footprints
  12. * (optional) pin breakout:
  13. * F5, F4, F1, F0, VBUS, GND
  14. PCB Front | PCB Back
  15. :-------------------------:|:-------------------------:
  16. ![Numpad](https://i.imgur.com/f47ZFZZl.png) | ![5x4](https://i.imgur.com/wZH76Ppl.png)
  17. Numpad Layout | 5x4 Layout
  18. :-------------------------:|:-------------------------:
  19. ![Numpad](https://i.imgur.com/4XvqCBHl.jpg) | ![5x4](https://i.imgur.com/mwtGnPSl.jpg)
  20. * Keyboard Maintainer: [Luis Godinez](https://github.com/luis-godinez)
  21. * Hardware Supported: Launch Pad PCB
  22. * Hardware Availability: [Ungodly.Design](https://ungodly.design/products/launch-pad-pcb)
  23. Make example for this keyboard (after setting up your build environment):
  24. make ungodly/launch_pad:default
  25. 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).
  26. # Firmware
  27. - [v1.0](https://github.com/luis-godinez/qmk_firmware/releases/tag/launch_pad)
  28. # Reset Bootloader
  29. <table>
  30. <tr>
  31. <td>Use tweezers to short the two bottom pins of the J-Link pinout.</td>
  32. <td><img src="https://i.imgur.com/ArSIcK0.pngl" width="300"/></td>
  33. </tr>
  34. </table>
  35. # Midi Setup
  36. <table>
  37. <tr>
  38. <th>Windows</th>
  39. <th>Mac</th>
  40. </tr>
  41. <tr>
  42. <td valign="top">
  43. <ul>
  44. <li>Midi Mixer</li>
  45. <ul>
  46. <li><a href="https://github.com/jpwilliams/midi-mixer-releases/releases">Download the latest version of Midi Mixer</a></li>
  47. <li>Run the exe to install the application.</li><li>Launch the MIDI Mixer application.</li>
  48. <li>Navigate to the "Profiles" tab and select the "Ungodly Design Launch Pad" preset.</li>
  49. <li>Navigate to the "Groups" tab and select the audio source you would like to control.
  50. <br><img src="https://imgur.com/MmdDcTm.pngl" alt="Midi Mixer" width="800"></li>
  51. <li>Optionally, Navigate to the "Settings" tab and enable/disable "Logarithmic volume curve".</li>
  52. </ul>
  53. </ul>
  54. </td>
  55. <td valign="top">
  56. <ul>
  57. <li><a href="https://rsjaffe.github.io/MIDI2LR/">Midi2Lightroom</a></li>
  58. <li><a href="https://www.orderedbytes.com/controllermate/">ControllerMate</a></li>
  59. </ul>
  60. </td>
  61. </tr>
  62. </table>
  63. # Custom OLED Displays
  64. Layer | Graphic
  65. :----:|:----:
  66. home | ![home](https://i.imgur.com/tK3u7ZU.png)
  67. nav | ![nav](https://i.imgur.com/J0FNZfR.png)
  68. rgb | ![rgb](https://i.imgur.com/XK6r6KL.png)
  69. * These instructions require compiling your own firmware. [Ensure that your build environenment is setup](https://beta.docs.qmk.fm/tutorial/newbs_getting_started).
  70. * Use [QMK Logo Editor](https://joric.github.io/qle/) to create your own LCD graphics.
  71. * Copy the generated output into your keymap ([sample code](https://github.com/qmk/qmk_firmware/blob/master/keyboards/ungodly/launch_pad/keymaps/default/keymap.c))
  72. * Note: By default, the LCD is configured as a vertical display with a 180 degree rotation. You may need to change the `OLED_ROTATION` value in the `keymap.c` to achieve your desired effect.
  73. * Compile the firmware and flash it to your launch pad.