~ruther/qmk_firmware

0b2eae76 — marksard 5 years ago
Fixed info.json file for treadstone48/rev2 (#10290)

* Keyboard: add treeadstone48

* rename layout defines

* Use of pragma once

* move common include code

* fixed info.json

* change keymap layout from kc to normal

* fix alpha revision keymap

* fixed info.json

* remove USE_Link_Time_Optimization

* Fixed info.json file.
924823cf — jotix 5 years ago
update jotix ortho_4x12 keymap: add some missing keycodes (#10289)

ccab5022 — codecoffeecode 5 years ago
[Keymap] add codecoffeecode keymap for Preonic (#10364)

* Adding preonic layout

* deleting unnecessary files

* Fixing spacing

* I need to not commit things while I'm not sober

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Adding license header
c2366760 — Fred Silberberg 5 years ago
Add OLED driver function to determine if the screen is currently on (#10382)

dc037f13 — Adam Gwilliam 5 years ago
update vendor id of 4x12 to match 3x4 and 5x12 for boardsource (#10306)

b86fa3da — 2Moons-JP 5 years ago
Copyright Updates for basekeys/slice (#10383)

* Copyright Updates

* Copyright Updates
bc8fe91f — Eric N. Vander Weele 5 years ago
massdrop/alt: Remove unused user functions and config in default keymaps (#10313)

The default keymaps don't make use of the global `keymap_config` 
variable nor the `matrix_*_user()` functions.  Therefore, remove them to
avoid confusion for future keymap authors.
e3f9569a — Samuel Baumgartner 5 years ago
bm60rgb_iso: add underglow support (#10307)

* add underglow definition
Add Amethyst keybindings for some dcompact implementations (#10345)

* Fix missing VAI

* Add amethyst keybindings

* Add amethyst bindings for planck
6bebb123 — Brandon Schlack 5 years ago
Enable Extrakey in VIA for CFTKB keyboards (#10308)

[Keymap] Add delivrance's keymap for 40percentclub/mf68 (#10294)

b3508271 — MakotoKurauchi 5 years ago
add VIA support for Quick7 (#10281)

* update "Hardware Availability"

* add a section of "How to build"

* update "Hardware Supported"

* add VIA keymaps

* add 2 layers to VIA keymaps

Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
c4eb0df4 — Sendy YK 5 years ago
Minor updates dz60:mrsendyyk (#10334)

* Minor updates dz60:mrsendyyk

* Update keymap.c

* Update keymap.c

* Update readme.md
becaf325 — Sendy YK 5 years ago
Minor updates 60_ansi_arrow (#10332)

* Minor updates 60_ansi_arrow

* Update keymap.c

* Update keymap.c

* Minnor updates

* Minnor updates

* Update readme.md
2f637e4e — Dustin Bosveld 5 years ago
[Docs] Clarify functionality of update_tri_layer_state (#10370)

* Add information to docs
- If layer z is not a higher layer than both x and y, the layer change code
does not function correctly.

* Update docs/ref_functions.md

* Update docs/ref_functions.md

* Update docs/ref_functions.md
03842375 — Thierry Michel Philippe Kleist 5 years ago
[Keyboard] knife66 added (#9877)

* feat: keyboard knife66 added

* fix: requested changes applied

* docs: updated readme

* feat: added support for ws2812

* fix: adjusted headers and readme

* fix: moved to LAYOUT_all
bc7a7452 — Wilba 5 years ago
Fix typo in via.c (#10000)

7f34a6b6 — worldspawn00 5 years ago
[Keyboard] adding V2 support (#10309)

updating image for V2 options
9f0a2a78 — Spaceman 5 years ago
Fix media keys in via keymap for 2% milk (#10357)

* Allow media keys in milk via

* Update rules.mk

* Update rules.mk

* Update rules.mk
fee953c4 — Sergey Vlasov 5 years ago
Disable the command feature for onekeys (#10366)

There is no way to invoke the command feature while having just a single
physical key, and disabling that feature fixes build for keymaps like
`handwired/onekey/promicro:rgb` without resorting to LTO (the command
feature consumes more than 4900 bytes with avr-gcc 8.4.0).
Next