qmk-dactyl-manuform-a/keyboards/feels/feels65
James Young ac1309cd75
Feels Feels65 Refactor (#14032)
* rename layout macros

The existing layout macro names were not accurate to QMK's standard for the names that were given.

- rename LAYOUT_65_ansi_blocker to LAYOUT_65_ansi_blocker_split_bs
- rename LAYOUT_65_iso_blocker to LAYOUT_65_iso_blocker_split_bs

* correct info.json data

* add LAYOUT_65_iso_blocker

* add LAYOUT_65_ansi_blocker

* add Community Layout support

* update grid alignment on layout macros

* add LAYOUT_all

* refactor default and via keymaps

- use LAYOUT_all macro
- use _______ for KC_TRNS
- via keymap fixes
  - swap KC_BSPC for KC_DEL on Layer 1 (matches default keymap)
  - remove KC_PGUP from Layers 2 and 3 (makes both layers fully transparent)
2021-08-18 17:37:53 -07:00
..
keymaps Feels Feels65 Refactor (#14032) 2021-08-18 17:37:53 -07:00
config.h
feels65.c
feels65.h Feels Feels65 Refactor (#14032) 2021-08-18 17:37:53 -07:00
info.json Feels Feels65 Refactor (#14032) 2021-08-18 17:37:53 -07:00
readme.md
rules.mk Feels Feels65 Refactor (#14032) 2021-08-18 17:37:53 -07:00

readme.md

Feels65

65% Keyboard. Physical Reset button on PCB and bootmagic to enter bootloader

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

make feels/feels65:default

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