~ruther/qmk_firmware

1ece3654 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
5b6780f9 — Xelus22 4 years ago
[Keyboard][Bug] Constellation Rev2 (#13595)

b73a29aa — Xelus22 4 years ago
[Bug] Develop - Change uint32_t to layer_state_t  (#13596)

* fix sat75

* update uint32_t to layer_state
f792aee9 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
07ae72ea — James Young 4 years ago
LazyDesigners Bolt: move via keymap to keymaps directory (#13581)

13747220 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
876f8617 — James Young 4 years ago
Discipline layout macro/Configurator fixes (#13574)

* use human-friendly formatting in info.json

* move layout macro aliases to info.json

* correct and complete layout data

Corrects the layout data for a few layouts, adds the missing data, and renames some of the layout macros.

- rename LAYOUT_wkl_ansi_2_right_mods to LAYOUT_65_ansi_wkl
- rename LAYOUT_wkl_ansi_3_right_mods to LAYOUT_65_ansi_lwkl
- rename LAYOUT_wkl_iso_2_right_mods to LAYOUT_65_iso_wkl
- rename LAYOUT_wkl_iso_3_right_mods to LAYOUT_65_iso_lwkl
2eb83494 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
26e64f4f — James Young 4 years ago
ACR60 Refactor (#13575)

* modernize acr60.h

- use #pragma once include guard
- add license header
- use four-space indent
- use QMK three-character notation for layout macro arguments

* human-friendly format info.json

* remove `key_count` keys from info.json

* rename LAYOUT_2_shifts to LAYOUT_all

* move LAYOUT_all to top

* use QMK three-character notation in info.json

* refactor default keymap

- add license header
- remove third layer (does nothing)
- replace Shift-Escape keycode with KC_GESC
- use LAYOUT_all macro instead of LAYOUT

* modernize readme.md

- update header
- convert metadata section to list
- add flashing and bootloader jump instructions
- update Docs links

* use #pragma once include guard in config.h

* update LED Indicator API

* add license headers
c329b549 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
ca0e7e7b — James Young 4 years ago
Cutie Club Giant Macro Pad: add info.json (#13576)

4be8eec4 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
b127180c — James Young 4 years ago
Xelus Akis Configurator Fixes (#13577)

* correct layout macro references

The keyboard's header file and info.json referenced different layout macro names.

* correct layout data

Insert an object for the Non-US Backslash key, which was previously missing.
Revert "Add rgblight to RGB Matrix VPATH" (#13559)

d1295ffe — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
d26537ac — Takeshi ISHII 4 years ago
remove `RGBLIGHT_H_DUMMY_DEFINE` macro from rgblight.h (#13569)

cdae9a7b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
932a67ce — Dasky 4 years ago
Limit RGB brightness for crkbd when not defined (#13568)

3495ffab — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Improve driver installation docs (#13562)

Next