~ruther/qmk_firmware

f86a0871 — Takeshi ISHII 4 years ago
[Keymap] fix helix:fraanrosi compile error caused by #13677. (#14061)

I'm against using RGBLIGHT_ANIMATIONS because this happens.
See also #8688.
c8e8c213 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
068ab280 — James Young 4 years ago
Keebio Quefrency Configurator rework (#14060)

* add info.json for Quefrency rev1

* add info.json for Quefrency rev2

* add info.json for Quefrency rev3

* add info.json for Quefrency rev4

* remove "global" Quefrency info.json

* remove layout macro aliases from keyboard headers

These were moved into the info.json files.
b23a4db4 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
ac1309cd — James Young 4 years ago
Feels Feels65 Refactor (#14032)

* rename layout macros

The existing layout macro names were not accurate to QMK's standard for the names that were given.

- rename LAYOUT_65_ansi_blocker to LAYOUT_65_ansi_blocker_split_bs
- rename LAYOUT_65_iso_blocker to LAYOUT_65_iso_blocker_split_bs

* correct info.json data

* add LAYOUT_65_iso_blocker

* add LAYOUT_65_ansi_blocker

* add Community Layout support

* update grid alignment on layout macros

* add LAYOUT_all

* refactor default and via keymaps

- use LAYOUT_all macro
- use _______ for KC_TRNS
- via keymap fixes
  - swap KC_BSPC for KC_DEL on Layer 1 (matches default keymap)
  - remove KC_PGUP from Layers 2 and 3 (makes both layers fully transparent)
c6dc1f7f — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
62009074 — James Young 4 years ago
cest73 TKM Configurator Fixes (#14066)

* info.json: update human-friendly formatting

* correct info.json layout data

- adds missing objects for:
  - split Backspace
  - split Numpad Plus
  - split Numpad Enter
  - split Left Shift
  - ANSI Backslash
  - split Numpad 0
- deletes Mod1 object (not supported in source)
- correct key object sequence
2e734fb6 — Joel Challis 4 years ago
Add config.h and rules.mk support for data driven keymaps (#12859)

* Add config.h and rules.mk support for data driven keymaps

* tidy up after rebase

* Rename key as it can contain more than just keyboard overrides

* tidy up after rebase

* Add validation
10fab4ec — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
0dacceba — Logan Butler 4 years ago
[Keyboard] Fixes to info.json and rules.mk for Southpad n(#14053)

Making info.json work better with the QMK Configurator and updating rules to work properly with the correct bootloader.
342e765e — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
b21e0930 — James Young 4 years ago
Setta21 Configurator Fix (#14055)

* info.json: add line breaks for rows

* info.json: correct key sequence

* info.json: correct width dimension
Move USB Host Shield and Arduino core to `lib/` (#13973)

cf5e40c2 — Drashna Jael're 4 years ago
Merge remote-tracking branch 'origin/master' into develop
b51a187d — AnthonyL 4 years ago
[Keyboard] Use Bootmagic Lite on Montex (#14036)

Co-authored-by: Anthony Lowery <anthony.lowery@unity3d.com>
ceb3ebda — Nick Brassel 4 years ago
Fixup atsam builds. (#14052)

33587254 — Matthias Liffers 4 years ago
[Keyboard] Fix pins, add VIA support for Stream Cheap 2x4 (#14001)

Co-authored-by: Drashna Jaelre <drashna@live.com>
58cd8c36 — Joel Challis 4 years ago
Various fixes from reorg of files (#14051)

703f0277 — tucvbif 4 years ago
Allow for removal of hysteresis on 4x encoders (#13698)

* Remove hysteresis on 4x encoders

Sometimes, controller skips encoder pulses and when it returns to default position, the encoder_pulses variable isn't equals 0. And when I turn encoder in opposite direciton, it skips first click becase of encoder_pulses crosses zero. To prevent this, I add the ENCODER_DEFAULT_POS constant, and reset encoder_pulses into 0 when the state variable equals ENCODER_DEFAULT_POS.

* Documentation for ENCODER_DEFAULT_POS
b8e913c8 — Joel Challis 4 years ago
Migrate platform independent code from tmk_core -> quantum (#13673)

* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum
Next