qmk_firmware/keyboards/system76/launch_1
2023-07-16 23:42:56 +10:00
..
keymaps Add peterfalken userspace & keymaps (#19897) 2023-04-05 12:35:34 -06:00
config.h Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303) 2023-04-06 18:00:54 +10:00
info.json Move single LAYOUTs to data driven (#20365) 2023-04-12 13:42:51 +10:00
launch_1.c Move single LAYOUTs to data driven (#20365) 2023-04-12 13:42:51 +10:00
post_rules.mk
readme.md RESET -> QK_BOOT keyboard readme (#18110) 2022-08-20 11:34:17 +01:00
rgb_matrix_kb.inc quantum: remove direct quantum.h includes (#21507) 2023-07-16 23:42:56 +10:00
rules.mk Move RGB_MATRIX_DRIVER to data driven (#20350) 2023-04-08 18:08:08 +10:00
usb_mux.c
usb_mux.h

System76 Launch Configurable Keyboard (launch_1)

System76 Launch Configurable Keyboard

The Launch Configurable Keyboard is engineered to be comfortable, fully customizable, and make your workflow more efficient.

  • High-speed USB Hub
  • Works on Linux, Windows and macOS
  • 100% Open Source
  • Made in Colorado

Additional Launch Keyboard resources:

Building Firmware

To build the firmware using make (after setting up the build environment), e.g.:

make -r system76/launch_1:default

Equivalently, using the QMK CLI:

qmk compile -kb system76/launch_1 -km default

Flashing Firmware (DFU)

To build and flash the firmware on the keyboard, e.g.:

make -r system76/launch_1:default:flash

Equivalently, using the QMK CLI:

qmk flash -kb system76/launch_1 -km default

Flashing Firmware (ISP)

To flash the firmware (and/or bootloader) using ISP refer to the ISP Flashing Guide.

Factory fuse values => Low: 0x5E, High: 0x99, Extended: 0xF3, Lock Bits: 0xFF

Environment Setup

See the build environment setup and the make instructions for more information. If new to QMK, start with the Complete Newbs Guide.

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset: Hold down the key at (0,0) in the matrix (Escape) and plug in the keyboard.
  • Keycode in layout: Press the key mapped to QK_BOOT in the second layer (Escape).
  • Electrical reset: Briefly short AVR ISP's GND (6) and RST (5) pads on the back of the PCB.