summaryrefslogtreecommitdiffstats
path: root/keyboards/amj60/amj60.h
Commit message (Collapse)AuthorAgeFilesLines
* AMJ60 Refactor (#13530)James Young2021-07-131-98/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Keyboard: AMJ60 LAYOUT_iso matrix fix (#3705)noroadsleft2018-08-211-4/+4
| | | LAYOUT_iso matrix was invalid.
* Refactor and Configurator updates for AMJ60 (#3055)noroadsleft2018-05-261-8/+6
| | | | | | * Refactor for AMJ60 * Configurator update for AMJ60
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Adding Maximized LayoutRyan MacLean2017-04-291-0/+15
| | | Both split shifts and HHKB split backspace.
* uniform whitespaceToni2016-08-181-45/+45
|
* initial commit for the AMJ60 PCBToni2016-08-181-0/+153