aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd60/info.json
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add LAYOUT_60_iso to XD60 (#7263)James Young2019-11-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor iso keymap - remove redundant action_layer.h include - use enum for layer management - QMK coding conventions (four-space indent) * add LAYOUT_60_iso macro * enable 60_iso community layout for both revisions * swap KC_HOME to KC_RSFT * update ISO keymap readme * update default keymap readme `make` command no longer valid. * refactor keyboard readme Update to reflect current QMK template. * add LAYOUT_60_iso data to info.json * use #pragma once in header files
* Add standard layout to XD60 (#2925)MechMerlin2018-05-091-1/+5
| | | | | | | | | | * add new layout and fix formatting * Add 60_ansi layout so I can use my user space defined layouts * Make QMK_KEYBOARD_H and LAYOUT renames * update info.json file
* Remove bootloader from info.jsonsskullY2018-04-111-2/+0
|
* Pull information from config.h and rules.mk (#2711)skullydazed2018-04-071-4/+1
| | | | | | * Pull information from config.h and rules.mk * Readd the kbd75 maintainer
* Add XD60 support to QMK Configuratormechmerlin2018-03-311-0/+16
Add info.json Change KEYMAP to LAYOUT_ALL to better reflect that this is a LAYOUT that fits ALL the possible positions for switches. We will need to make better LAYOUTS for the future.