~ruther/qmk_firmware

2fd86f42 — Nikolaus Wittenstein 6 years ago
Add some function comments in action_layer.c (#4858)

6630e4bb — noroadsleft 6 years ago
Crawlpad refactor (#4854)

* Crawlpad: delete kbfirmware JSON file

* Crawlpad: refactor

- config.h and crawlpad.h updated to use #pragma once method
- layout macro renamed from KEYMAP to LAYOUT_ortho_4x4
- default keymap now uses #include QMK_KEYBOARD_H
- deleted deprecated action_get_macro function
- cleanup rules.mk file
- add LAYOUTS = ortho_4x4 to rules.mk

* Crawlpad: Configurator support

* Crawlpad: readme update

- update image link to direct link
- fully update Docs link line
- delete reference to deleted kbfirmware JSON file
57fbf072 — Branden Byers 6 years ago
[Keyboard] Add cKeys Handwire 101 Keyboard (#4848)

* Update general README

* Add handwire_101

* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Use Pragma once

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Update keyboards/ckeys/handwire_101/config.h

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Update keyboards/ckeys/handwire_101/config.h

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Update keyboards/ckeys/handwire_101/handwire_101.h

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Update keyboards/ckeys/handwire_101/handwire_101.h

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Change KEYMAP to LAYOUT and remove endif

* Apply suggestions from code review

Co-Authored-By: brandenbyers <branden@brandenbyers.com>

* Move layers to enum and remove KC_TRNS
c768ffeb — Danny 6 years ago
[Keyboard] Iris via support, Rev 3 updates (#4849)

* Add encoder support

* Add VIA support to Iris Rev. 3

* Update pinout and disable mouse keys to free up space

* Rollout VIA support to all Iris revisions

* Update default keymap

* Update vendor ID
2dcce4c3 — Tomek Wójcik 6 years ago
[Keyboard] Add bthlabs/geekpad (#4840)

* Hello, GeekPad!

* Fixed formatting in `README.md`.
bc63da4f — Aaron Wood 6 years ago
[Keymap] Added resfury keymap (#4827)

Colemak base with Qwerty/Dvorak support
5287b94e — Jeremy Bernhardt 6 years ago
Pointed LM Docs at expected keycodes (#4835)

* Pointed LM Docs at expected keycodes

* Update docs/feature_advanced_keycodes.md

Co-Authored-By: germ <jeremythegeek@gmail.com>
9105bf24 — Konstantin Đorđević 6 years ago
Add personal userspace, update keymaps (#4845)

* Add kbd6x:konstantin keymap

* Prevent tap dance from sending LShift as a weak mod in KBD6X

* Move config.h and rules.mk definitions into userspace

* Add UC_WIN to UNICODE_SELECTED_MODES

* Temporarily use Bootmagic until Command is fixed

* Move common behavior from keyboards into userspace

* Update kbd6x:konstantin keymap and userspace

* Make a RCTRL layer in kbd6x:konstantin

* Make KC_ESC turn off layers

* KC_ESC turns L_FN off only if it was locked on

* Add missing record->event.pressed checks

* Move numpad toggling logic into function

* Disable Bootmagic, enable KEYBOARD_SHARED_EP with Command
ee96b7a8 — Erovia 6 years ago
[Keyboard] Add support for THE50 (#4844)

* Add support for THE50

A 50% custom keyboard designed and produced by LazyDesigners

* THE50 code-improvement

Implement the changes suggested by noroadsleft.
Change handling of CUSTOM_MATRIX in common_features.mk slightly.
c8cbee5d — Jeremy Bernhardt 6 years ago
Modified URLs to point to new locations
9bd4b932 — Christoffer Holmberg 6 years ago
[Keymap] Nyquist layout adapted from eorgodox_ez:skug (#4830)

* Nyquist layout adapted from my eorgodox layout

* Some layout tuning & cleanup

* Removed deprecated defines

* Added pgup + pgdown
a9982e3b — Mazin Power 6 years ago
[Keymap] Adds keymaps for muzfuz DZ60, Planck, Clueboard66 (#4825)

* Adds keymaps for muzfuz

* Remove unused keys from adjust layer

* Bring in line with current QMK standards.
246c3e4e — Jeremy Bernhardt 6 years ago
Changed rest note (#4837)

* Changed rest term

* Update quantum/audio/musical_notes.h

Co-Authored-By: germ <jeremythegeek@gmail.com>
caf0c8e1 — tw1t611 6 years ago
[Keymap] Add tw1t611 german keyboard layout for minidox. (#4679)

Apply core functions.

Change layout.
9ef46494 — Jason Pepas 6 years ago
[Keyboard] hexon38 and Dual-role key implementation (#4709)

* initial dual-role key implementation for hexon38

* PR feedback, adding README

* Moving to handwired subdir

* Additional PR feedback
[Keymap] my keymap for the crkbd and update my iris keymap readme (#4788)

* adding my keymap primarily to iris

* adding my crkbd keymap and update my iris keymap readme with an extra pic

* incorporting @drashna's suggestions
4cde82ef — SpacebarRacecar 6 years ago
[Keymap] Update to personal keymaps and userspace (#4831)

* changed ortho keymaps and userspace

* changed prime_o keymap

* changed userspace

* optimized keymaps and userspace

* removed permissive hold as it doesn't seem to do anything

* defined TAPPING_TERM in userspace config.h
87b277c2 — noroadsleft 6 years ago
[Keyboard] Fix layout macro name for Gergo info.json (#4828)

Layout macro name in info.json was named LAYOUT instead of LAYOUT_GERGO as it is in gergo.h.
3ea7c2a4 — fauxpark 6 years ago
Remove empty action_function()
Next