~ruther/qmk_firmware

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
f73f71db — Janne Peippo 5 years ago
[Keymap] Add new Cyclops keymap (#6923)

345d3cc0 — Daniel Klug 5 years ago
[Keymap] dactyl_left (#6775)

* [keymap] dactyl_left

Special layout for the left side of the ergodox dactyl.

* [keymap] dactyl_left

Special layout for the left side of the ergodox dactyl.

* Updated readme.md

* Update keyboards/handwired/dactyl_left/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/handwired/dactyl_left/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/handwired/dactyl_left/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/handwired/dactyl_left/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/handwired/dactyl_left/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Addressing changes for PR

removed layers.json and 15-24 from rules.mk

* Updating keymap for better a default

Hopefully this works as a starting point
78f01eef — St. John Johnson 5 years ago
Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)

Username is not defined and this causes `qmk new_keymap` to error.  This
appears to have originated from a partial update in
https://github.com/qmk/qmk_firmware/pull/6708/files#diff-d5208bcbc79aa428556a743b6ff41086.  This change completes the migration from `username` to `keymap`
f3f7f941 — Kaiede 5 years ago
[Keyboard] Whitefox Aria Layout Support (#6915)

* [Keyboard] Add Whitefox Aria Layout

* [Keyboard] Add Whitefox Aria to info.json

* [Keyboard] Apply Whitefox.h Suggestions from Review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
60267fe2 — Max Rumpf 5 years ago
[Keyboard] Add Phoebe, a keyboard by Maxr1998 (#6870)

* Add Phoebe, a keyboard by Maxr1998

* Improve include-guard

* Remove unused functions

* Remove unused extern

* Add image

* Some more fixes
18a0e6fe — Josh Benavides 5 years ago
[Keymap] Add HHKB-based keymap for DZ60 (#6907)

* Created personal keymap for dz60 hhkb layout.

* Renamed directory joooosh to joooosh_hhkb... Removed redundant KC_TRNS alias #define... Updated to use KC_TRNS alias defined in QMK_KEYBOARD_H.
8cf1491d — gtips 5 years ago
[Keyboard] Add keyboard Reviung34 (#6847)

c23581d9 — Jonathan Rascher 5 years ago
[Keymap] Initial personal keymap for Lily58 (#6908)

* Initial Lily58 keymap

* Still not sure if these thumb key placements are optimal or not. I
might want to move space (enter) one key to the left (right),
respectively.

* Also unsure how I feel about Esc on a mod tap key with Ctrl... might
move it back to its own key and relocate the = key.

* Missing bindings for Print Screen, Scroll Lock, Pause/Break.

* Make Lily58 layout support operation without numrow

* Move some Lily58 modifiers around

* Move nav keys to more consistent locations

* Rebinding shift on Raise is stupid

* Don't stomp Ctrl on the Lower layer

* Tweak bottom row a little bit
Next