~ruther/qmk_firmware

37b042a5 — zvecr 6 years ago
Initial fixes for vagrant (#4900)

0f8431a5 — Konstantin Đorđević 6 years ago
Tidy up IS_{,HOST_}LED_{ON,OFF} macros (#4894)

* Tidy up IS_{,HOST_}LED_{ON,OFF} macros

* Tweak LED control docs
58993d3c — Emīls Delle 6 years ago
[Keyboard] Tmo50 initial commit (#4891)

* Create ISO HHKB keymapping for GH60

* Add media controls to Fn layer

* Use M(x) instead of F(x), add Copyright text

* Create initial firmware for TMO50

* Correct year and author

* Fix repos README

* Remove unnecessary code

* Change include guard in tmo50.h
b0d308ee — MechMerlin 6 years ago
Update Templates (stop living in the past, its 2019) (#4897)

17fbfcb8 — noroadsleft 6 years ago
Plain60 Configurator support and cleanup (#4888)

* Plain60: remove redundant include guard from plain60.h

Superseded by #pragma once.

* Plain60: add Docs links to readme file

* Plain60: Configurator support
a0d5e270 — Jason Thigpen 6 years ago
Add crd's do60 (#4889)

6393135a — Wilba 6 years ago
Added VIA Configurator support to Snagpad (#4890)

8df044b8 — Daniel Schäfer 6 years ago
schaeferdev layout for hhkb implementing movement layer (VIM style + Mouse) (#4883)

* new hhkb keymap implementing movement layer + comfort features

* Apply suggestions from code review

Co-Authored-By: schaefer-dev <schaefer.dev@gmail.com>

* removed deprecated function action_get_macro and mousewheel configs that are no longer used
c6fd44cf — noroadsleft 6 years ago
handwired/reddot refactor, Configurator support and readme update (#4886)

* handwired/reddot: refactor

- reddot.h
  - updated to use #pragma once include guard
  - renamed layout macro KEYMAP to LAYOUT
  - refactored arguments to more closely resemble physical layout
  - aligned for readability
- keymaps/default/keymap.c
  - now uses #include QMK_KEYBOARD_H
  - updated include path for keymap_french.h
  - refactored to use short keycodes
  - aligned for readability

* handwired/reddot: Configurator support

* handwired/reddot: readme update

- update readme to current QMK template
- add KLE permalink to my best guess at the layout
09ee7da6 — Maarten Dekkers 6 years ago
Add Plain60 support (#4887)

* Add Plain60 support

* Delete info.json

* Remove definition of KC_TRNS in keymap

* Add spaces for proper markdown to readme.md
9d2b10d0 — Stefan Peterson 6 years ago
[Keyboard] Enable RGB Underglow for Idobo Boards (#4885)

* Update rules.mk

* Update rules.mk

* Update rules.mk

* Update rules.mk

* Update rules.mk
215375f3 — MechMerlin 6 years ago
[Keyboard] DC60 layout_all not really layout_all (#4884)

* add k3c and change layout to LAYOUT_all

* fix up info.json for the new layout

* forgot to add k3c into the physical layout matrix

* fix keymaps
59c84697 — TerryMathews 6 years ago
[Keyboard] TKC Candybar: Correct info.json (#4882)

Inadvertently left a key position out of info.json, keeping it from
rendering properly.
ebec12fb — TerryMathews 6 years ago
[Keyboard] Initial support for TKC Candybar (#4881)

* Initial support for TKC Candybar

* Correct FN layer issue

Both shift keys were overloaded. Moved Caps Lock to FN + C.

* Update keyboard description in config.h.

* Info.json

* Update project information

* Update keyboards/candybar/readme.md

Co-Authored-By: TerryMathews <terry@terrymathews.net>
c4680a64 — noroadsleft 6 years ago
handwired/qc60: refactor, Configurator update, and readme update (#4878)

* handwired/qc60: refactor and Configurator update

- correct layout macro name (LAYOUT_ANSI_DEFAULT to LAYOUT_ansi_default)
- add layout data for remaining layout macros
- correct ISO layout macros (neither had a split left Shift)
- refactor LAYOUT_iso_alt (place KC_NUHS key on home row; consistent with LAYOUT_iso_default)
- proto.h refactored to use #pragma once include guard

* handwired/qc60: keymap refactor

- delete redundant KC_TRNS and KC_NO aliases

* handwired/qc60: readme update

- update header (made consistent with QMK template)
- update Docs links (Newbs Guide; grammar)
76afdd09 — noroadsleft 6 years ago
[Keyboard] handwired/ortho60 Configurator update, readme update, and rules tidy (#4877)

* handwired/ortho60: Configurator update

- correct labels for Up and Right keys
- add layout data for LAYOUT_1x2uC

* handwired/ortho60: readme update

- update readme file to use QMK template

* handwired/ortho60: deleted DEFAULT_FOLDER rule

Not needed as the keyboard currently has no revisions.
52f12067 — Drashna Jaelre 6 years ago
Fix Encoder documentation (#4861)

12406c64 — noroadsleft 6 years ago
TKC1800 refactor and Configurator visual fixes (#4870)

* TKC1800: refactor

- tkc1800.h
  - updated to use #pragma once
  - visual alignment
- update config.h files to use #pragma once
- update all keymaps to use #include QMK_KEYBOARD_H
- delete redundant mod mask, KC_TRNS, and KC_NO definitions
- reformat keymap layers for readability
- add block comment for Function layer in default keymap
- delete commented action_get_macro code blocks (deprecated function)
- update files to better conform with QMK coding conventions
- update smt keymap to use set_single_persistent_default_layer (instead of persistent_default_layer_set)
- replace instances of `?=` with `=` in rules.mk

* TKC1800: Configurator visual fixes

- correct key sizes and positioning
- reformat file so each physical key object has its own line for readability
- update and add `label` keys for readability

* TKC1800: readme update

- fix image gallery link
- update Hardware Supported and Hardware Availability lines
- update make example (add :default suffix)
- update QMK Docs links (Newbs Guide; grammar)

* Add missing semicolons to smt keymap
e2f7c3d5 — Takeshi ISHII 6 years ago
Fixed the build break of helix/rev1:OLED_sample caused by PR #4462. (#4874)

fa583e9c — Kenny Hung 6 years ago
Add cursor keys to top layer (#4876)

Next