~ruther/qmk_firmware

db8cf0b8 — Walter Hanley 3 years ago
[Keyboard] Add Support for Wren Keyboard (#14570)

* initial prime_o commit

* Cleaned up comments, other things.

* Updated keymap to use standard seven-underscore KC_TRNS notation

* initial prime_o commit

* Cleaned up comments, other things.

* Updated keymap to use standard seven-underscore KC_TRNS notation

* Initial Code for Wren Keyboard

This is the initial hardware test commit for the wren. More detailed keymaps will be added soon.

* Update layout and add author

* Add PCB Image and Clarify Bootloader Instructions

* Update config.h

Updating config.h to remove mentions to LED backlighting (not supported on this PCB)

* Update wren.h to match PR checklist

* Roll back addition of code that should have been in wren.h

* Update /default/keymap.c

Make keyboard.c "pristine" to the best of my ability and add information about configuring a "non-standard" layout.

* Update readme.md

* Update keymap readmes to match PR checklist

* Update readme.md

* Final touches before PR

* Un-delete non-wren files

* Create rules.mk

* Create config.h

* Update keyboards/wren/keymaps/walterhanley/keymap.c

* Update keyboards/wren/keymaps/walterhanley/keymap.c

* Update keyboards/wren/wren.c

As per feedback, move encoder definition to wren.c from keymap.c.

* Update keyboards/wren/keymaps/walterhanley/keymap.c

As per feedback, move encoder definition to wren.c from keymap.c

* Update keyboards/wren/keymaps/default/keymap.c

As per feedback, move encoder definition to wren.c from keymap.c

* Create Keymap-Level config.h

I've been dealing with some issues with this board over-drawing power on certain devices; this should fix that issue on my build without affecting other users.

* Add bells and whistles to personal keymap

This update adds bells and whistles to my personal keymap. I couldn't figure out how to modify rotary encoder functionality for just my personal layout with the definition in wren.c, so I moved it back into the individual keymaps. Please let me know if this is an issue and I can look into possible alternative implementations.

* Update to match drashna's requested changes

* Update keymap.c

This update refines drashna's requested changes.

* Update keymap.c

Fix typo
84552978 — Leo Batyuk 3 years ago
Migrate crkbd/soundmonster to split common, fix OLED and RGB matrix (#15717)

Co-authored-by: Leo B <leo.the.soundmonster@gmail.com>
[Keyboard] Adding GOS65 files (#14734)

* Adding gos65 files

* Updating info and config to align with other review

* Changing LAYOUT_all to LAYOUT

* Updating LAYOUT to have 69 elements
58d27129 — AnthonyNguyen168 3 years ago
Update keymap for MechBrewery MB65S (#15673)

cf8c9bef — James Young 3 years ago
checkerboards/quark_squared: fix broken layout macro reference in info.json (#15757)

910a7b92 — James Young 3 years ago
Pearlboards Touch-Up (#15756)

* add QMK Configurator data for Atlas

* add QMK Configurator data for Pearl

* add QMK Configurator data for Zeus

* add QMK Configurator data for Zeuspad

* physically arrange Zeus layout macro

Moves the keycode for the rotary encoder to the top row.
2669b0be — Drashna Jaelre 3 years ago
[Docs] Add drag scrolling example to Pointing device docs page (#15715)

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
f5d11e75 — James Young 3 years ago
handwired/ortho_brass: add QMK Configurator data (#15755)

1fd448f7 — James Young 3 years ago
cannonkeys/adelie: Fix QMK Configurator Implementation (#15754)

* info.json: apply friendly formatting

* info.json: correct key sequence
896ab38f — Albert Y 3 years ago
[Keyboard] Remove locking support for Boardsource LP boards (#15747)

7b151143 — Nick Brassel 3 years ago
eol=lf, where appropriate (#15752)

efa2b5b6 — Sergey Vlasov 3 years ago
Fix info.json for kbdfans/odin/{rgb,soldered} (#15750)

* kbdfans/odin/*: Reformat info.json to be human-readable

Apply `qmk format-json` to the `info.json` files for `kbdfans/odin/rgb`
and `kbdfans/odin/soldered; no actual content changes.

* kbdfans/odin/*: Fix key ordering in info.json

The order of key entries in `info.json` did not match the order of
layout macro arguments (apparently the keys in the cursor block, which
are shifted down by 0.25u with respect to the rest of keys, were treated
as separate rows).  Fix the order to make the configurator
produce proper keymaps.
fda5d982 — Drashna Jaelre 3 years ago
[Keymap] Fix onekey oled keymap (#15751)

1c1e6fa4 — Joel Challis 3 years ago
Remove stale docs translations (#15737)

550c9a31 — Joel Challis 3 years ago
Refix "No C files in filelist: None" (#15728)

aea71554 — Joel Challis 3 years ago
Fix "No C files in filelist: None" (#15560)

* Fix "No C files in filelist: None"

* Align other commands

* force absolute paths
a88dc086 — Albert Y 3 years ago
[Docs] Note the order of enumerated custom keycodes (#15706)

Co-authored-by: filterpaper <filterpaper@localhost>
d49b46a3 — peepeetee 3 years ago
[Keyboard] change bm60hsrgb/rev2 layout to LAYOUT_60_ansi_arrow (#15701)

1b953ac1 — ripdog 3 years ago
[Keyboard] Keychron Q1: Turn off RGB during PC suspend (#15685)

838b214a — Mango The Fourth 3 years ago
Fix DracuLad keymap to accomodate for breaking changes. (#15713)

Co-authored-by: MangoIV <mangoiv@outlook.com>
Next