qmk-dactyl-manuform-a/keyboards/amj60
James Young bf70db479c
AMJ60 Refactor (#13530)
* rename LAYOUT to LAYOUT_all

* refactor default keymap

- add license header
- use layer_names enum
- use LAYOUT_all macro
- update keymap to be more generic
- use QMK-native keycode aliases

* info.json: human-friendly formatting

* convert LAYOUT_iso into a proper LAYOUT_60_iso

* LAYOUT_all bugfix

In the physical sense, position k3d is to the left of k3c.

* rework LAYOUT_max into LAYOUT_60_ansi_split_bs_rshift

* remove LAYOUT_iso_splitrshift and iso_split_rshift keymap

* rework LAYOUT_hhkb into LAYOUT_60_hhkb

* amj60.h cleanup

- add license header
- use #pragma once include guard
- concatenate layout block comments
- remove unnecessary function headers

* add license header to amj60.c

* align config.h to QMK template

* align rules.mk to QMK template

* enable Community Layout support

* modernize readme.md

- add PCB image
- convert keyboard data to list
- add flashing and bootloader instructions
- update Docs links
2021-07-13 06:46:20 -07:00
..
keymaps/default AMJ60 Refactor (#13530) 2021-07-13 06:46:20 -07:00
amj60.c AMJ60 Refactor (#13530) 2021-07-13 06:46:20 -07:00
amj60.h AMJ60 Refactor (#13530) 2021-07-13 06:46:20 -07:00
config.h AMJ60 Refactor (#13530) 2021-07-13 06:46:20 -07:00
info.json AMJ60 Refactor (#13530) 2021-07-13 06:46:20 -07:00
readme.md AMJ60 Refactor (#13530) 2021-07-13 06:46:20 -07:00
rules.mk AMJ60 Refactor (#13530) 2021-07-13 06:46:20 -07:00

readme.md

AMJ60

AMJ60

A 60% keyboard.

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

make amj60:default

Flashing example for this keyboard:

make amj60:default:flash

To reset the board into bootloader mode, tap the Reset switch mounted on the bottom side of the PCB.

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