~ruther/qmk_firmware

203b87a7 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
1e13d07c — Danny 3 years ago
Fix right half of Nyquist in 4x12 mode having row shifted up by one (#14914)

bd3e42c4 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
39791379 — James Young 3 years ago
Pteron36 Refactor (#14904)

* reformat info.json

- friendly-format info.json
- move the right half to the left by 0.5u (improves readability, for me anyway)
- correct key sequence

* refactor default keymap

- use short-form keycodes
- use four-space indent

* refactor via keymap

- use short-form keycodes
- use four-space indent

* update maintainer field in info.json

Use the maintainer's GitHub username.

* readme touch-up

Minor edit to the lead paragraph, and reformat the Hardware Availability section.

* change BOOTMAGIC_ENABLE from `lite` to `yes`
0093d3d7 — Joel Challis 3 years ago
Initial USB2422 driver (#14835)

1b1f3ec6 — Joel Challis 3 years ago
Split out arm_atsam shift register logic (#14848)

1b93d576 — Joel Challis 3 years ago
Fix ccache default (#14906)

b36e0c66 — Joel Challis 3 years ago
Move USE_CCACHE logic to common location (#14899)

18160061 — Joel Challis 3 years ago
Tidy up LCD_ENABLE/visualizer references (#14855)

* Tidy up LCD_ENABLE/visualizer references

* Fix up my (333fred) ergodox keymap with new LCD driver

Co-authored-by: Fredric Silberberg <fred@silberberg.xyz>
d4be4b67 — Joel Challis 3 years ago
Relocate PS2 code (#14895)

* Relocate ps2 protocol code

* clang

* Move makefile logic
5500c428 — Joel Challis 3 years ago
Rename platform SRC variable (#14894)

84d5198e — Joel Challis 3 years ago
Align PS/2 GPIO defines (#14745)

* Align PS/2 GPIO

* Align PS/2 GPIO

* refactor more keyboards

* Remove more defines

* Put back avr/chibios split

* format
1fb2a0c7 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
0fd45d59 — Drashna Jaelre 3 years ago
Fix type of Tap Dance max index variable (#14887)

034e78c0 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
c9562ebf — Sergey Vlasov 3 years ago
Make the MAGIC_TOGGLE_GUI keycode work (#14886)

7cb6d0f3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
5fbcbc6a — precondition 3 years ago
[DOCS] Fix the STENO_COMBINEDMAP table (#14883)

d9be6dea — Nick Brassel 3 years ago
Fix builds for ChibiOS + Cortex-M0[+] (#14879)

01b702be — Joel Challis 3 years ago
Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)

* DRIVER -> ENABLE

* Update generic_features.mk

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

* Update common_features.mk

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