1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/kbdfans/bounce/75/hotswap
James Young 1ded7ad460
KBDfans Bounce75 Touch-Up (#17834)
* kbdfans/bounce/75/hotswap: keymap readability fix

Update grid alignment to disambiguate which keycodes correspond in different layers.

----

Layer 0 had 13 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 14 and 8.

* kbdfans/bounce/75/soldered: keymap readability fix

Update grid alignment to disambiguate which keycodes correspond in different layers.

----

Layer 0 had 14 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 15 and 8.

* kbdfans/bounce/75/soldered: fix layer index in keymaps

Layer indexes were 0,1,2,1 instead of 0,1,2,3.
2022-07-29 13:18:28 +01:00
..
keymaps KBDfans Bounce75 Touch-Up (#17834) 2022-07-29 13:18:28 +01:00
config.h add bounce keyboard (#17030) 2022-07-03 00:43:07 +01:00
hotswap.c add bounce keyboard (#17030) 2022-07-03 00:43:07 +01:00
hotswap.h Fixup bounce/75 (#17548) 2022-07-03 14:10:51 +10:00
info.json add bounce keyboard (#17030) 2022-07-03 00:43:07 +01:00
readme.md add bounce keyboard (#17030) 2022-07-03 00:43:07 +01:00
rules.mk add bounce keyboard (#17030) 2022-07-03 00:43:07 +01:00

BONCE75 HOTSWAP

A customizable 75% HOTSWAP keyboard.

  • Keyboard Maintainer: moyi4681
  • Hardware Supported: KBDFANS
  • Hardware Availability: kbdfans

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

make kbdfans/bounce/75/hotswap:default

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset: Hold down the key at (0,0) in the matrix
  • Physical reset button: Briefly press the button on the back of the PCB
  • Keycode in layout: Press the key mapped to RESET 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.