qmk_firmware/keyboards/kbdfans/kbd66
James Young 4615aa748e
KBDfans KBD66 Layout Additions and Refactor (#20693)
* add matrix_diagram.md

* info.json: apply friendly formatting

* add LAYOUT_66_ansi_split_space

* add LAYOUT_66_iso_split_space

* refactor default keymap

- use four-space indent
- use QMK-native keycode aliases directly
- use `enum` statement for layer names
- grid-align keycodes

* refactor ansi keymap

- use four-space indent
- use QMK-native keycode aliases directly
- use `enum` statement for layer names
- grid-align keycodes

* refactor iso keymap

- use four-space indent
- use QMK-native keycode aliases directly
- use `enum` statement for layer names
- grid-align keycodes

* change layout macro for ansi keymap

Refactors the `ansi` keymap to use the `LAYOUT_66_ansi_split_space` macro, and renames the keymap to `default_ansi_split_space`.

* change layout macro for iso keymap

Refactors the `iso` keymap to use the `LAYOUT_66_iso_split_space` macro, and renames the keymap to `default_iso_split_space`.

* add LAYOUT_66_ansi

The column for the spacebar key may be wrong; I was unable to find high-resolution images of the PCB.

* add LAYOUT_66_iso

The column for the spacebar key may be wrong; I was unable to find high-resolution images of the PCB.

* enable Community Layout support
2023-05-03 16:50:08 -07:00
..
keymaps KBDfans KBD66 Layout Additions and Refactor (#20693) 2023-05-03 16:50:08 -07:00
config.h Move matrix config to info.json, part 8 (#20030) 2023-03-11 04:59:07 +11:00
info.json KBDfans KBD66 Layout Additions and Refactor (#20693) 2023-05-03 16:50:08 -07:00
matrix_diagram.md KBDfans KBD66 Layout Additions and Refactor (#20693) 2023-05-03 16:50:08 -07:00
readme.md Documentation: Updated KBDFans readmes (#14725) 2021-10-14 16:03:53 -07:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

KBD66

KBD66

A 66 key keyboard from KBDFans modeled after the FC660m.

  • Keyboard Maintainer: Alex
  • Hardware Supported: KBD66, ATmega32U4
  • Hardware Availability: KBDFans, Massdrop

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

make kbdfans/kbd66:default

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