qmk_firmware/keyboards/kbdfans/phaseone
James Young 394f147897
KBDfans Phase One Layout Macro Additions and Configurator Data (#17148)
* phaseone.h: add matrix diagram

* add QMK Configurator data

* add LAYOUT_65_ansi_blocker_split_bs macro

* add LAYOUT_65_ansi_wkl_split_bs macro

* add LAYOUT_65_iso_blocker macro

* add LAYOUT_65_iso_blocker_split_bs macro

* add LAYOUT_65_iso_wkl macro

* add LAYOUT_65_iso_wkl_split_bs macro

* rename LAYOUT_65_ansi_wkl to LAYOUT_65_ansi_blocker_tsangan_wkl

Differentiates the layout supported here from QMK's `65_ansi_blocker_tsangan` Community Layout, which is equivalent to this but with a 1u GUI key between Left Ctrl and Left Alt.

* rename new layout macros for codebase consistency

- `LAYOUT_65_ansi_wkl_split_bs` -> `LAYOUT_65_ansi_blocker_tsangan_wkl_split_bs`
- `LAYOUT_65_iso_wkl` -> `LAYOUT_65_iso_blocker_tsangan_wkl`
- `LAYOUT_65_iso_wkl_split_bs` -> `LAYOUT_65_iso_blocker_tsangan_wkl_split_bs`

* add reference keymaps

Add keymaps which demonstrate the layout macro implementations.
2022-05-19 10:54:57 -07:00
..
keymaps KBDfans Phase One Layout Macro Additions and Configurator Data (#17148) 2022-05-19 10:54:57 -07:00
config.h
info.json KBDfans Phase One Layout Macro Additions and Configurator Data (#17148) 2022-05-19 10:54:57 -07:00
phaseone.c
phaseone.h KBDfans Phase One Layout Macro Additions and Configurator Data (#17148) 2022-05-19 10:54:57 -07:00
readme.md
rules.mk

PHASEONE

A 65% keyboard, include 3 layouts: WK HOTSWAP; WKL HOTSWAP and SOLDERED.

  • Keyboard Maintainer: moyi4681
  • Hardware Supported: KBDFANS PHASEONE
  • Hardware Availability: KBDfans

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

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

make kbdfans/phaseone:default 

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