~ruther/qmk_firmware

7c9d5ace — skullydazed 7 years ago
Generate API docs from source code comments (#2491)

* Generate api docs from source code

* Add a bunch of doxygen comments

* more doxygen comments

* Add the in-progress api docs

* script to generate docs from travis

* Add doc generation to the travis job

* make travis_docs.sh commit the work it does

* make sure the docs script exits cleanly
f0932a87 — Drashna Jaelre 7 years ago
Update info.json for Ergodox EZ (#2577)

f7505ef6 — Drashna Jaelre 7 years ago
Update info.json for orthodox (#2576)

971b8370 — MechMerlin 7 years ago
Edit info.json (#2575)

GH60 had the ansi layout taken care of.
This commit adds hhkb, iso, and the "basic" KEYMAP layout.
e021f443 — MechMerlin 7 years ago
Update info.json (#2574)

Change name from LAYOUT to KEYMAP.
63b1946b — MechMerlin 7 years ago
Configurator support for minivan (tv44) (#2573)

Support all 4 layouts supported by the tv44 pcb.
780ff686 — Drashna Jaelre 7 years ago
Create info.json for Ergodox EZ (#2572)

* Create info.json for Ergodox EZ

* Add Orthodox info.json too
004df55d — MechMerlin 7 years ago
Add configurator support (info.json) for Input Club K-Type (#2571)

* Add configurator support for Input Club K-Type

* update info.json to remove bootloader and add mcu
7a5ce36f — snyman 7 years ago
Add macro for momentarily switching to a layer while some mods are active (#2460)

* Macro for a momentary layer switch with mods

Passes through to the existing ACTION_LAYER_MODS macro, albeit with more
limited options due to lack of space in the quantum_keycodes enum.

* Add documentation for LM layer-mod macro

* Clean up Tap Toggle documentation
4ec03111 — U-LANDSRAAD\drashna 7 years ago
Add Pretty Keymaps to Ergodox EZ
1fbddc66 — MechMerlin 7 years ago
Configurator Support(info.json) for 1up Keyboards Sweet16 (#2570)

* Configurator Support

- Add info.json to support existing layouts
- Add comment in sweet16.h to remind people to change info.json if
  the layout changes.

* Fix dlaroe's keymap
2d8fda61 — MechMerlin 7 years ago
Configurator/dz60 support for info.json (#2568)

* Add info.json file for qmk_configurator

Unfortunately none of these keymaps look like a board I've seen in
the wild. Some further tweaks will have to be done to the keymaps
directly.

* add comment indicating need to edit info.json when keymap changes
6d66fe0c — Merlin04 7 years ago
Added bootloader options

I think I got all of them, so I removed the "FIXME".
6268656e — mechmerlin 7 years ago
add info.json to support both layouts on the contra
ff728a8a — Drashna Jaelre 7 years ago
[Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)

* Add RGB Underglow Sleeping

* Add RGBLIGHT_SLEEP to toggle/control RGB light behavior

* Update rgb docs

* Update for RGB disable command
37cc0884 — mechmerlin 7 years ago
Add info.json file to work with qmk_configurator
500b060e — MechMerlin 7 years ago
Fix info.json issues to display properly in config.qmk.fm (#2552)

* Fix info.json issues to display properly in config.qmk.fm

* rename LAYOUT to KEYMAP to match .h file
4ca65bb6 — dlaroe 7 years ago
retry of PR #2540 (#2554)

* reforked, untarred keymaps, added CRS and renamed my keymap folders

* Update readme.md

corrected a typo
b6db61b9 — Shayne Holmes 7 years ago
Fix logic in macos install

Also fix mixed spaces/tabs
ce3adcd6 — Sebastian 7 years ago
Added a clean target to remove build artifacts

This commit adds a new clean target to the makefile which deletes
the .build directory which removes all build artifacts.
Next