~ruther/qmk_firmware

d291ad90 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
3bde05c5 — Takeshi ISHII 3 years ago
Change helix:froggy keymap to use split_common (#16703)

* create LAYOUT_half() macro into helix/rev2/keymaps/froggy/keymap.c

* Makes QMK standerd OLED driver used by the helix:froggy keymap switchable.

* Change helix:froggy keymap to use split_common
bf67abb0 — Sascha 3 years ago
Fixed usb read loops not reading until timeout (#16827)

* the size variable was redeclared (hiding the variable of the outside scope) and therefore the while check was always false, so the compiler just removed the do while loop, but it would be better to read all data and only exit the task, after this is done
4ce02032 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
84c9d6ff — Simon Arlott 3 years ago
[Bug] Fix matrix scan reporting interval (#16825)

f4f2efd1 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
98d41123 — Takeshi ISHII 3 years ago
Reduce the size of the keymap helix:fraanrosi (#16717)

2cfbc144 — Joel Challis 3 years ago
Allow new-keyboard to use development_board presets (#16785)

675ce769 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
e2ace195 — joedinkle 3 years ago
Header file fixes for all keymaps (#16180)

0738c9b7 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
f4c6e76c — James Young 3 years ago
io_mini1800 Configurator Fixes (#16813)

* info.json: apply friendly formatting

* info.json: fix key sequence errors

Fixes out-of-sequence issue for the Numpad Plus key on both layouts.
e96d9abe — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
d198d792 — Laneware 3 years ago
Update LW-67 info.json (#16788)

* Update info.json

Fixed:
-ISO Enter Position
-Up Arrow Position
-PgDn Position

Cause of Error:
-Keyboard Layout Editor Places Iso Enter on R1 Rather Than R2 like the ANSI Enter

* Update info.json

Fixed Compile Error to Previous Change

* Update keyboards/lw67/info.json
14a86743 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
fa978542 — James Young 3 years ago
Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803)

* keeb68.h: use QMK 3-character notation

* physically arrange layout macro

Moves the keycodes for Equals and Right Bracket to their proper places on the Number and Tab rows, respectively.

Also refactors the keymaps to use QMK-native keycode aliases, grid alignment, and four-space indent.

* move `keymaps/grv_esc/readme.md` to `keymaps/default/`

The file contents say "default keymap".

* enable Community Layouts support

* add QMK Configurator data

* touch-up `rules.mk`
85de0205 — Erovia 3 years ago
CLI: Bump the 'jsonschema' version (#16635)

* CLI: Bump the 'jsonschema' version

Update the used meta-schema from Draft 7 from 2018 to the latest one,
Draft 2020-12.
Currently, the validator falls back to Draft 7 if the newer validator is
not available. Draft 2020-12 support was introduced to 'jsonschema' in
version 4.0.0.

* Fix formatting
d8707164 — Joel Challis 3 years ago
Add bluepill/blackpill development board presets (#16806)

0ef22464 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
4a729a7b — James Young 3 years ago
QK65 Solder Community Layout Support (#16796)

* refactor solder.h

- use QMK 3-character notation
- convert tabs to spaces

* solder.h: add matrix diagram

* rename LAYOUT_solder to LAYOUT_all

* rename LAYOUT_iso to LAYOUT_65_iso_blocker

Also adds Community Layouts rule to `rules.mk`.

* info.json: improve formatting

- convert tabs to spaces
- format file to four-space indent

* refactor keymaps

- convert tabs to spaces
- update grid alignment of keycodes
- remove trailing whitespace

* add LAYOUT_65_ansi_blocker

* add LAYOUT_65_ansi_blocker_split_bs

* add LAYOUT_65_iso_blocker_split_bs

* add LAYOUT_65_ansi_blocker_tsangan

* add LAYOUT_65_iso_blocker_tsangan

* add LAYOUT_65_ansi_blocker_tsangan_split_bs

* add LAYOUT_65_iso_blocker_tsangan_split_bs

* remove 65_ansi_blocker_tsangan_split_bs from `LAYOUTS` rule
Next