~ruther/qmk_firmware

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.
3acaad66 — Alexander Fougner 7 years ago
Initial support for The Unloved Bastard
00b4dce6 — Jason Stillwell 7 years ago
Rule to enable Modifiers with Auto-Shift (#2542)

* Re-enable modifiers with auto-shift

* Auto-shift modifiers rule

* missed a line

* Documentation

* fixing whitespace
bb5c9869 — Kenny Hung 7 years ago
Duplicate KC space to UK (#2541)

* Fix tilde in xd75 skewwhiffy

* Small tidy up

* Tidy up Colemak row

* Tidy up navigation layer

* Symbols layer redefined

* Fix UK Quote issue

* Use UK_QUOT rather than KC_QUOT
682c8a26 — U-LANDSRAAD\drashna 7 years ago
Fix audio issues with Split keyboards that missed previously
a2e12faa — fauxpark 7 years ago
Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.
729e9996 — Pittyolo 7 years ago
Updated keymap for my Nyquist layout
04d72590 — adiron 7 years ago
New keymap for XD75re ("adi") (#2530)

* My XD75 keymap

* Proper readme for `adi` keymap for xd75re
4dc3a01f — Matthew Yee 7 years ago
Added my keymap (#2529)

* Added my keymap

* maybe that wasn't quite right.

* Reduced the tap time to register layer

* changed the tapping term that fits my typing speed a little better

* Added retro tapping and reduced tapping term duration
a3047f1a — Brian Choromanski 7 years ago
Added choromanski keymap (#2528)

* Added ergodox layout

* Added preonic layout

* Added readme for exgodox layout

* fixed errors with formatting readme

* Added edited preonic keymap & readme
5d771039 — Joe Wasson 7 years ago
Fix swap-hands tapping.

This is an inelegant hack for #2522 but makes things work. Basically we give `action.c` a chance to handle the hold event early so that we can swap the keyboard for later keys. Later, to allow the hold to happen again quickly we nuke the key record so that tapping is reset. I tried to find a cleaner way, honestly.
Next