summaryrefslogtreecommitdiffstats
path: root/keyboards/kbd75/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Support KBD75 rev 2 (#3261)MechMerlin2018-06-281-33/+0
| | | | | | | | | | | | | | | | * Restructure kbd75 to support multiple revs * add rev2 files * fix config comments * try and avoid duplicate code for LAYOUT macros * keep the same layouts for rev2 for info.json * Add QMK Configurator support for the numpad layout * update readme to talk about rev2
* KBD75 refactor and Configurator update (#3243)noroadsleft2018-06-271-451/+27
| | | | | | | | | | * Added layout notes to kbd75.h * info.json cleanup * Readme cleanup * Keymap refactor
* kbd75 fixes for the configurator (#2908)Hannes Egler2018-05-081-89/+90
| | | fixed the info.json
* added additional configurator support (#2905)Hannes Egler2018-05-071-8/+452
| | | | | | | | | | | | | | | * added additional configurator support Added support for choosing between 5 configurator options: Layout (supports all keys) Layout_ansi_1u Layout_iso_1u Layout_ansi Layout_iso * confirming to conventions replaced .h filenames with QMK_KEYBOARD_H
* Remove bootloader from info.jsonsskullY2018-04-111-1/+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 qmk configurator support for KBD75mechmerlin2018-03-271-0/+16
Also changed KEYMAP to KEYMAP_ALL to be more explicit that it's a layout supporting ALL possible layouts.