qmk_firmware/keyboards/bacca70
Ryan 5e4b076af3
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
..
keymaps Remove legacy keycodes, part 5 (#18710) 2022-10-15 22:29:43 +01:00
bacca70.c [Keyboard] Add Bacca70 keyboard (#16626) 2022-03-15 00:28:21 -07:00
bacca70.h [Keyboard] Add Bacca70 keyboard (#16626) 2022-03-15 00:28:21 -07:00
chconf.h [Keyboard] Add Bacca70 keyboard (#16626) 2022-03-15 00:28:21 -07:00
config.h Move keyboard USB IDs and strings to data driven: B (#17782) 2022-07-25 16:20:19 +01:00
info.json Move keyboard USB IDs and strings to data driven: B (#17782) 2022-07-25 16:20:19 +01:00
readme.md RESET -> QK_BOOT keyboard readme (#18110) 2022-08-20 11:34:17 +01:00
rules.mk [Keyboard] Add Bacca70 keyboard (#16626) 2022-03-15 00:28:21 -07:00

Bacca70

Bacca70

The Bacca70 is a winkeyless (WKL) 60% layout that includes a F-row. It's classy, hefty and it was designed by Chewwy (of MechsOnDeck) and BlindAssassin.

  • Keyboard Maintainer: keebnewb
  • Hardware Supported: Bacca70 PCB and the ortholinear variant the DeBaccaBean PCB
  • Hardware Availability: 3DKeebs

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset: Hold down the top left key (Escape) and plug in the keyboard
  • Physical reset button: Briefly press the button on the back of the PCB. The button is next to the MCU.
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available. For the default keymap it is on the right alt key on the second layer.

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

make bacca70:default

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