~ruther/qmk_firmware

d00326ec — lucwastiaux 5 years ago
[Keymap] modify ergodox_ez / dvorak_42_key layout (#6832)

* add macros for windows 10 workspace switching

* change debounce settings

* add comment

* remove debounce
49fdd386 — kuchosauronad0 5 years ago
[Docs] Clean up docs/newbs_building_firmware.md (#6930)

* Clean up the blocks in the second section so that macOS & Windows are in the same block with the command

* As suggested by fauxpark
e2ec5790 — Ethan Durrant 5 years ago
[Docs] updated and cleaned up documentation for Tap Dance (#6949)

8fe15fa1 — Yan-Fa Li 5 years ago
[Keymap] Overly greedy community keymap build userspace (#6969)

- this fixes breakage in instant60 pcb sorry @upas
403c139b — Drashna Jaelre 5 years ago
[Docs] Add AVR and ARM examples to GPIO Commands (#6942)

* [Docs] Add AVR and ARM examples to GPIO Commands

Add examples for reference for people not as well versed in microcontroller coding, such as myself.

* Apply suggestions from code review

Co-Authored-By: fauxpark <fauxpark@gmail.com>
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
dc5876a8 — Lukas Werling 5 years ago
[Keymap] katana60: Fix = key in default keymap (#6941)

The top-right key should be = and not the shifted pseudo-key +. This
matches the sample layout from the picture in the readme [0].

[0]: https://i.imgur.com/xVkODOu.jpg
93767540 — Janne Peippo 5 years ago
[Keymap] Add new TADA68 keymap (#6938)

* Add new TADA68 keymap

* Remove unnecessary backlashes

* Change from MacOS specific to generic volume keycodes
5bb3fe7a — Max Rumpf 5 years ago
Remove unanswered/unnecessary FAQ item

As discussed in #6957, closes #6957
3e22af92 — fauxpark 5 years ago
[Docs] Add an important note about modifying user code (#6959)

* Add an important note about modifying user code

* Update docs/contributing.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
2c51d142 — NoshBar 5 years ago
[Keyboard] Cannon Keys Satisfaction75: Fix buffer sizes for sprintfs. (#6954)

sprintf always adds a NULL terminator at the end of the buffer it works on.
A few places made just enough space for the resulting string, but not the terminator.
So this just adds one to the buffer size to make room for it.
6bed2394 — Yan-Fa Li 5 years ago
[Keymap] Community layout for hhkb (#6961)

c2709a7c — Dylan Khor 5 years ago
[Keymap] Clean up / adjust khord let's split keymap (#6951)

Remove unneeded lines and change right side mouse buttons on raise layer back to media control
26fe4e44 — Diego 5 years ago
[Keymap] Fix talljoe-gherkin keymap typo (#6950)

b5b057ad — Ethan Durrant 5 years ago
[Keymap] MF68 keymap LED pins fixed (#6946)

* fixing LED pins to accurately use the Pro Micro LEDs

* fixing trailing whitespace
f04e58da — Dan McClain 5 years ago
[CLI] Add `qmk list_keyboards` (#6927)

`list_keyboards` replicates the `make list-keyboards` by globbing for all paths
that include `rules.mk` and then removing the paths that include `keymaps`.

This basis of this cli command could be reused in the future as a util, but is
not done so here since this would be the only place that would use it currently

Resolves #6911
d9b05648 — Jesper Nellemann Jakobsen 5 years ago
[Keymap] Move brightness controls one key over (#6945)

I forgot to count the extra ISO-only key next to left shift when
initially adding these brightness controls.
2881f53d — Jonas Avellana 5 years ago
[Keymap] updating ninjonas userspace (#6903)

* [refactor] updating ninjonas layout blocks and standardized LOWER & ADJUST

* [feat] added new macro M_TERM to open MacOS terminal app

* [feat] introducing mod-tap functionality on keymap

* [fix] fixing oled turning on when it feels like it. thanks @drashna for helping

* [feat] updating OLED to rotate logo 180 degrees

* [feat] updating keymaps to reflect VSCode frequent habits

* [refactor] converting crkbd modifier keys to layer blocks

* [fix(#6903)] converting _delay_ms to wait_ms on launching terminal macro
d0ef1397 — Erdem Efe Erol 5 years ago
[Docs] Typo fix for feature_hd44780.md (#6917)

* Typo fix

Fixed a typo.

* Update feature_hd44780.md

* Update feature_hd44780.md
60cd12f8 — Erovia 5 years ago
Dimple: Fix Caps Lock LED behaviour (#6936)

* Dimple: Fix Caps Lock LED behaviour

* Dimple: fix helper functions and cleanup unnecessary code
c73d6f6a — Erdem Efe Erol 5 years ago
[Docs] Removed dead link (#6922)

Removed an old link and fixed a typo
Next