You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jay Greco 2893038fda
nullbitsco/snap: once again reduce size of bongo_reactive (#23284)
3 days ago
..
keymaps nullbitsco/snap: once again reduce size of bongo_reactive (#23284) 3 days ago
config.h Migrate recently introduced sync items (#22305) 6 months ago
info.json Migrate recently introduced sync items (#22305) 6 months ago
matrix.c [Keyboard] Add nullbits SNAP keyboard (#18916) 1 year ago
readme.md [Keyboard] Add nullbits SNAP keyboard (#18916) 1 year ago
rules.mk Dedupe I2C, SPI, UART driver inclusions (#22253) 6 months ago
snap.c Move remaining `LAYOUT_all`s to data driven (#20463) 1 year ago
snap.h Move remaining `LAYOUT_all`s to data driven (#20463) 1 year ago

readme.md

SNAP

SNAP

A unique, tweakable split 75% keyboard kit built by nullbits. More info at nullbits.co

  • Keyboard Maintainer: Jay Greco
  • Hardware Supported: SNAP Rev1, Pro Micro comaptible MCUs.
  • Hardware Availability: nullbits.co

Note: If you are seeing issues with MacOS and keyboard hangs after sleep, make sure NO_USB_STARTUP_CHECK = yes is set in your rules.mk.

Adds experimental "Remote Keyboard" functionality, which forwards keystrokes from an external macropad, keyboard, or numpad over UART/TRRS, removing the need for an additional USB connection.

Make example for this keyboard (after setting up your build environment):

make nullbitsco/snap:default

Bootloader

Enter the bootloader in 2 ways:

  • Physical reset button: Briefly press the reset button located near the MCU on the the PCB
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.