qmk_firmware/keyboards/bacca70
Ryan ebb512db82
Debounce defines cleanup (#19742)
* Clean up `DEBOUNCE` in config.h, 0-9

* Clean up `DEBOUNCE` in config.h, A

* Clean up `DEBOUNCE` in config.h, B

* Clean up `DEBOUNCE` in config.h, C

* Clean up `DEBOUNCE` in config.h, D

* Clean up `DEBOUNCE` in config.h, E

* Clean up `DEBOUNCE` in config.h, F

* Clean up `DEBOUNCE` in config.h, G

* Clean up `DEBOUNCE` in config.h, H

* Clean up `DEBOUNCE` in config.h, handwired

* Clean up `DEBOUNCE` in config.h, I

* Clean up `DEBOUNCE` in config.h, J

* Clean up `DEBOUNCE` in config.h, K

* Clean up `DEBOUNCE` in config.h, L

* Clean up `DEBOUNCE` in config.h, M

* Clean up `DEBOUNCE` in config.h, N

* Clean up `DEBOUNCE` in config.h, O

* Clean up `DEBOUNCE` in config.h, P

* Clean up `DEBOUNCE` in config.h, Q

* Clean up `DEBOUNCE` in config.h, R

* Clean up `DEBOUNCE` in config.h, S

* Clean up `DEBOUNCE` in config.h, T

* Clean up `DEBOUNCE` in config.h, U

* Clean up `DEBOUNCE` in config.h, V

* Clean up `DEBOUNCE` in config.h, W

* Clean up `DEBOUNCE` in config.h, X

* Clean up `DEBOUNCE` in config.h, Y

* Clean up `DEBOUNCE` in config.h, Z

* Remove default debounce from info.json

* Migrate non-default debounce to info.json
2023-02-03 19:19:58 +00: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 Debounce defines cleanup (#19742) 2023-02-03 19:19:58 +00: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.