~ruther/qmk_firmware

a07c2a13 — Joel Challis 4 years ago
Remove QMK_KEYBOARD_CONFIG_H (#11576)

397e8e46 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
7e77c236 — James Young 4 years ago
Move Backslash/ISO Hash key to home row for Uni660 rev2 ISO (#11657)

* Move Backslash/ISO Hash key to home row for Uni660 rev2 ISO

* update readme formatting
f52baa4b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Woodpad refactor (#11651)

1c3ec3a9 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
a7d79f4c — James Young 4 years ago
[Keyboard] Pinky refactor (#11643)

* QMK Configurator layout support for Pinky

3-row and 4-row versions

* refactor default keymaps

- use an enum for layer names
- remove redundant definitions
- qmk cformat pass
- modify pinky/4 via keymap to mirror pinky/4 default functionality

* remove LAYOUT_kc macros

This usage is not endorsed by QMK as it has been found to be confusing to novice users.

* add VIA support to pinky/3

* update config.h files

Removes unnecessary definitions for Backlight, RGB Underglow, Magic config and MIDI.

* update main rules.mk file

Updates the rules.mk file to match the formatting of the current QMK-provided template. Removes sample bootloader comments, feature rules that are no longer included in the template, and updates the in-line comments.

* update and split keyboard readme

Updates the main readme file's formatting, adds instructions to access bootloader mode, and adds more specific readmes for each version.

* add line breaks between rows in the info.json files

* rename layout macros for Community Layout forward compatibility

The layouts of the Pinky3 and Pinky4 aren't currently Community Layouts, but support for them could be added with a rules.mk edit should the layouts be added to QMK.
20ef2aa5 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
3b663ee4 — Eithan Shavit 4 years ago
[Keymap] Breeze keymap eithanshavit (#11640)

Co-authored-by: Eithan Shavit <eithan@fb.com>
b58d1645 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
7a08b9d3 — Drashna Jaelre 4 years ago
[Keymap] Cleanup and updating of drashna keymap code (#11516)

* Update other keyboards for rgb matrix changes

* Remove customized bootmagic code

* Fix corne layout compilation error

* Fix compiler errors with all keymaps

* Add Simple Visualizer for ergodox infinity

* Fix compile issue with Corne

* Fix keymap stuff

* Add alias for mouse layer

* Add Halmak Keyboard layout

* Updates for Kyria

* Add support for oled interval

* Change RGB stuff

[CHANGE] Fix coexistence issues

* Fix rgb_stuff

* Add custom ploopyco mouse keymap

* Decrease default dwell time

* Updates based on last breaking changes update

* Disable command on dactyl

* Update ergodox to use proper commands for rgb matrix indicators

* Update all rgb matrix indicator functions

* Update rules for dactyl-manuform

* Reduce wait time for mouse layer off event

* Add more info to logger

* Add wrappers for get_tapping term

* Move version.h include into only file that actually needs it

* Update rgb sleep stuff

* Update key print function

* Change DM keymap settings

* Change pin for DM Manuform

* Add Proton C stuff for Corne keymap

* more arm corne tinkering

* Even more arm stuff for corne

* Cleanup corne stuff

* redirect default keymap to drashna

because I am a very bad man

* change corne rgb priority

* Update tractyl manuform to not conflict

* Add more secret stuff

* more dactyl tweaks

* Add more options to split transport

* Changes of oled support

* Change split settings

* Improve keylogger formatting more

* tweak oled stuff

* Oled and such tweaks

* Reduce brightness due to leds

* Decrease brightness more

* Only run layer code if master
37ebbe8d — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
c16a3dcb — James Young 4 years ago
Isometria 75: Configurator/CLI fixes (#11612)

* info.json: human-friendly formatting

* info.json: update key object labels

Some of the characters in the original file don't play nicely with `qmk info -l` on Windows.

* info.json: correct key object order
e4ff5eb3 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
71d8e72b — Danny 4 years ago
Add 3rd encoder to VIA keymap (#11580)

aa73ba7a — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
c03ad0f8 — jakobkg 4 years ago
Remove rules.mk in leafcutterlabs/bigknob:default (#11652)

344f61f2 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
update CI list about helix keyboards

* exclude 'helix/rev3_4rows' from CI
  Since helix/rev3_4rows is almost the same as helix/rev3_5rows, there is no point in checking with travis-ci.

* include 'helix/pico/back' to CI
  helix pico and helix rev2 are still available. I would like to check both by travis-ci, but here I will add a check only for helix pico.
1108210f — Nick Brassel 4 years ago
Keep track of encoder activity (#11595)

* Keep track of encoder activity, provide API for either matrix/encoder.

* Fixup build when no RGBLIGHT or Backlight enabled.
Next