summaryrefslogtreecommitdiff
path: root/keyboards/do60/do60.h
AgeCommit message (Collapse)Author
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan
2020-07-23[Keyboard] VIA Support: DO60 (#9622)MechMerlin
* fix up that vendor ID * add a VIA enabled keymap * use pragma once * clean up indicator leds code * remove unused header
2018-12-01Keyboard: Add HHKB layout support to the DO60 (#4526)MechMerlin
* add 60_hhkb support * add qmk configurator support for the new 60_hhkb layout * allow community layout support for the 60_hhkb * fixup readme to adhere to new QMK standards
2018-06-25add support for the 60_ansi_split_bs_rshift community layout (#3227)MechMerlin
2018-06-22Add LAYOUT_60_ansi to DO60 (#3220)MechMerlin
* add LAYOUT_60_ansi layout * - Add LAYOUT_60_ansi layout - Use QMK_KEYBOARD_H
2018-05-18change do60 config (#2996)sennin32
* add do60 support * DO60 on market config v0.2.8 * remove do60x * Changes for matching new naming rule
2018-04-13Add chiwi60 layout for the do60mechmerlin
Add info.json to support the layouts for QMK Configurator Rename LAYOUT to LAYOUT_all
2018-04-07More Configurator Warning Fixes (#2716)MechMerlin
* mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard
2017-12-08add do60 supportUnknown