qmk-dactyl-manuform-a/keyboards/charue/sunsetter
James Young 4604b58769
Charue Sunsetter: layout macro fixes (#13809)
* remove K214 from LAYOUT_1065_ansi macro

Position K214 is only used by the ISO layout (as KC_NUHS); it doesn't get used here. Removing it so the layout macro matches the info.json layout data.

Also updates info.json to use human-friendly formatting.

* add layout macros

Adds:

- LAYOUT_1065_ansi_split_bs macro
- LAYOUT_1065_iso macro
- LAYOUT_1065_iso_split_bs macro
- `default_iso` keymap

* add LAYOUT_all macro

Adds LAYOUT_all macro and a `default_all` keymap.

This PCB is unusual in that the ANSI Backslash and ANSI Enter do not share their matrix positions with the Non-US Backslash or ISO Enter keys at all. This layout macro supports both the ANSI and ISO positions in one macro/keymap.
2021-07-31 14:23:27 +01:00
..
keymaps Charue Sunsetter: layout macro fixes (#13809) 2021-07-31 14:23:27 +01:00
chconf.h [Keyboard] Add Charue Design's Sunsetter (#12547) 2021-05-11 20:42:56 +02:00
config.h [Keyboard] Add Charue Design's Sunsetter (#12547) 2021-05-11 20:42:56 +02:00
info.json Charue Sunsetter: layout macro fixes (#13809) 2021-07-31 14:23:27 +01:00
mcuconf.h [Keyboard] Add Charue Design's Sunsetter (#12547) 2021-05-11 20:42:56 +02:00
readme.md [Keyboard] Add Charue Design's Sunsetter (#12547) 2021-05-11 20:42:56 +02:00
rules.mk Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) 2021-06-08 19:48:46 +10:00
sunsetter.c [Keyboard] Add Charue Design's Sunsetter (#12547) 2021-05-11 20:42:56 +02:00
sunsetter.h Charue Sunsetter: layout macro fixes (#13809) 2021-07-31 14:23:27 +01:00

readme.md

Sunsetter

Sunsetter

A 65 + 10% F-Key Column Keyboard kit made and sold by Charue Design. More info on charue-design.com

Jumping to Bootloader

To enter the bootloader, you may use bootmagic by holding Space+B or by holding the reset button located at the back of the PCB, right beside the left shift key, for a few seconds.

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

make charue/sunsetter:default

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