~ruther/qmk_firmware

d16d8665 — Joe Wasson 5 years ago
[Keyboard] 1upkeyboards/1up60rgb: fix broken Enter (#10188)

The recent change to unnest macros put the enter on the wrong matrix key. On the 1uprgb, the ANSI and ISO enters share the same cell as does the ANSI and ISO backslash.
[Keyboard] YMDK NP21 refactor (#10181)

854a94f3 — Sendy YK 5 years ago
[Keymap] update dz60:mrsendyyk (#10160)

Update DZ60 Personal readme.md and keymap.c

* Update readme.md

* Update keymap.c

* Update keymap.c

* Update readme.md

* Update readme.md

* Update readme.md

* Update keymap.c

* Update readme.md

* Update

* Update readme.md

* Update keymap.c

* Update readme.md
4a6cfb06 — Joe Wasson 5 years ago
TMO50: use layer_state_set_kb at keyboard level (#10150)

* Change TMO to use layer_state_set_kb as is customary at the keyboard level.

This also factors out `process_indicator_led` to a separate method.
a9a2817f — Danilo de Klerk 5 years ago
[Keymap] Add ddeklerk ortho_4x12 layout (#10109)

* Add ddeklerk ortho_4x12 layout

* Add license header
4286b81a — gorbachev 5 years ago
[Keymap] add dmqdesign/spin:gorbachev (#9919)

* Add keymap for DQM Design Spin macropad

* changes from code review

* state -> layer_state

* Formatting fixes

* Formatting fixes

* Formatting fixes

* Formatting fixes

* Formatting fixes
fa740c12 — mechlovin 5 years ago
[Keyboard] Mechlovin Delphine (#9835)

* add

* ADD

* update

* update

* update

* update

* Update rgb_led.c

* Update rgb_led.c
69804bb2 — FĂ©lix Sanz 5 years ago
Fixed Spanish keymap extra ES_DIAE symbol (#10211)

* Fixed Spanish keymap extra ES_DIAE symbol

`ES_DIAE` should be `S(ES_ACUT)` not `S(ES_GRV)`

* Update quantum/keymap_extras/keymap_spanish.h

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
a3db72df — QMK Bot 5 years ago
format code according to conventions [skip ci]
000eb14d — James Young 5 years ago
update "Breaking Changes" doc
d3721bdf — James Young 5 years ago
Revert "Branch point for 2020 Aug 29 Breaking Change"

This reverts commit 7259126e8d67e83a9bd48dcf0914be1849d638b5.
c56b9a1c — James Young 5 years ago
Add ChangeLog for 2020 Aug 29 Breaking Changes
bdd8d267 — Zach White 5 years ago
Allow joysticks to be used without analog pins (#10169)

* Allow joysticks to be used without analog pins

* change how analog/digital joysticks are specified
K-Type refactor (#9864)

* K-Type refactor

* Declare QMK in product name again

* Hopefully fix matrix scanning

* Maybe this time

* Partial (literally) RGB Matrix support

* Put RGB_MATRIX_ENABLE into rgb keymap for now

* Add ifdefs for RGB config

* Set layer 1 to actually be layer 1...

* Update keyboards/k_type/readme.md

* Put all RGB config in keymap for now

* Set SDB high?

* Before `rgb_matrix_init()` would be best

* User level, not keyboard

* Combating dropped keys

* Nope

* Readme for RGB keymap

* Remove custom matrix
Remove support for Adafruit EZ-Key (#10103)

* Remove support for Adafruit EZ-Key

* Update docs/ja/feature_bluetooth.md

Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>

Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
15df82cd — Sergey Vlasov 5 years ago
Fix DMA stream ID calculation in ws2812_pwm (#10008)

Some STM32 chips have STM32_DMA1_STREAM1 as the first DMA stream, others
(F4xx, F7xx, H7xx) have STM32_DMA1_STREAM0.  Instead of those names, use
STM32_DMA_STREAM(0), which should always give the first stm32_dma_stream_t
structure in the DMA streams array, so that the stream ID would be
calculated correctly.
1de39e56 — Nick Brassel 5 years ago
Define STM32_DMA_REQUIRED when using DMA-based WS2812 driver on STM32. (#10127)

Kiibohd bootloader, take 2 (#10129)

fa6cf857 — Richard 5 years ago
Add a method to read the OLED display buffer from user space (#8777)

* Adding extern and declaration

* Change to mediated buffer read

* Adding raw byte read

* Restore write raw... D'Oh

* Working struct return

* Pack that struct

* Remove conditional packing and add example to docs

* Cleanup tab/spaces

* Update docs/feature_oled_driver.md

Prettify formatting

* Update drivers/oled/oled_driver.h

Prettify formatting
92385b3f — Drashna Jaelre 5 years ago
Better handle LTO_ENABLE (#9832)

* Better handle LTO_ENABLE

Especially when calling from command line

* Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE

* Remove long for LTO from show_options.mk
Next