~ruther/qmk_firmware

3200007a — Dan Carroll 4 years ago
Fixing adjust layer issue with the lily58 default keymap (#12052)

* Fix triggering of adjust layer in default lily58 keymap

* Remove unused extern

* Swap raise/lower in update_tri_layer_state call to match recommendation in PR checklist
7132526d — Quentin 4 years ago
Bastardkb added keyboard and renaming (#11887)

Co-authored-by: Drashna Jaelre <drashna@live.com>
f8266a22 — Joel Challis 4 years ago
Migrate make_dfu_header to CLI (#12061)

* Migrate make_dfu_header to CLI

* lint fixes

* Update lib/python/qmk/cli/generate/dfu_header.py

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

* Rename object

Co-authored-by: Ryan <fauxpark@gmail.com>
59c7deab — Joel Challis 4 years ago
Fix generated file output while target exists (#12062)

Extract sendstring into its own compilation unit (#12060)

* Extract sendstring into its own compilation unit

* License headers?

* Put this include in the header
e6905805 — Joel Challis 4 years ago
Remove unused keymap_config from ctrl keymaps (#12058)

90c7ae70 — Fabián González Martín 4 years ago
Modified tmk_core/rules.mk to avoid linking errors (#10728)

* Modified tmk_core/rules.mk to avoid linking errors

Added -fcommon flag to avoid linking errors due to multiple variable definitions. Though this is neither a definitive nor good solution, proper changes and use of extern  keyword to avoid those multiple definitions must be made

* Comment updated
ef49a924 — Anomalocaridid 4 years ago
Implement PLOOPY_DRAGSCROLL_INVERT option, which inverts the ploopy trackball's DRAG_SCROLL's vertical scroll direction. (#12032)

db7c8562 — Albert Y 4 years ago
Add RGB Matrix support for Preonic rev3 (#12008)

* Add g_led_config for RGB Matrix support

* Corrected indentation

* Undo indentation on existing rev3.c code

Co-authored-by: filterpaper <filterpaper@localhost>
51eac99c — James Young 4 years ago
Kiko's Lab KL-90: Configurator bugfix (#11993)

* human-friendly formatting

* correct key order

* correct layout macro name
c3f83b67 — James Young 4 years ago
Keycapsss Kimiko rev1: Configurator bugfix (#11992)

* human-friendly formatting

* fix key positioning and order
ce75f48a — unrelentingtech 4 years ago
[Keyboard] Update spiderisland/split78 (#11990)

* [Keyboard] spiderisland/split78: add MCP23018 reset code

Now, communication with the right side gets re-established
after unplugging it and plugging it back in.

* [Keyboard] spiderisland/split78: configure debouncing

I've been experiencing particularly bad bounce on the 'A' key.

Also, update maintainer github username
9fd5c6f6 — jackytrabbit 4 years ago
Update lazydesigners/the40 (#11989)

* Update the40.h

Update the40.h to fix keymap

* Add VIA support for lazydesigners/the40

Add VIA support for lazydesigners/the40

* Update keymap.c
f41e5ec9 — James Young 4 years ago
Compilation fixes for handwired/concertina/64key (#11987)

* concatenate config.h to 64key directory

* move rules.mk to 64key directory

This commit makes the firmware actually compile.

* insert complete rules.mk contents

Conforms the file to QMK's template.

* move info.json to 64key directory

* remove concertina.h

This file no longer serves a purpose now that everything is in the 64key directory.

* complete 64key readme.md

Conforms the file more to QMK's template.
cd12fe86 — gazeddy 4 years ago
New Variants of Console Keyboard (#11973)

* initial push of console keyboard variants

* update readme

* fixed compilation issue

* update Readme

* added 18 and 27 key variants

* missed commas

* update info.json

* added readme

* correct info.json

* correct info.json

* info.json again

* fixed keymap.c
d6fb8f12 — Daniel Shields 4 years ago
[Keymap] Initial commit for keyboardio/atreus/dshields keymap. (#11946)

Incorporating changes suggested during pull request review.

Co-authored-by: Daniel Shields <dshields@cboe.com>
371fb853 — datafx 4 years ago
Fix incorrect key for LALT and add modifiers to LED matrix (#11984)

Co-authored-by: datafx <digitalfx@phreak.tech>
a0f53207 — Xelus22 4 years ago
[Keyboard] Dawn60 Rev1 RGB matrix port (#11970)

* refactor

* layout update

* fix mods config

* lto enable

* add eeprom

* refactor

* final refactor
3405efe9 — Aeonstrife 4 years ago
Add Potato65 PCB (#11956)

* Make initial set of files

* Update readme.md
af2e1f4e — MechMerlin 4 years ago
Banana Split VIA Support (#11944)

* add VIA keymap for bananasplit

* refactor code to new standards
Next