~ruther/qmk_firmware

3b9a139c — Takeshi ISHII 5 years ago
fix feature_advanced_keycodes.md's link (#7421)

docs/feature_advanced_keycodes.md has:
```
[Tap Dance](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_tap_dance.md#example-5-using-tap-dance-for-advanced-mod-tap-and-layer-tap-keys)
```

change to:
```
[Tap Dance](feature_tap_dance.md#example-5-using-tap-dance-for-advanced-mod-tap-and-layer-tap-keys)
```
acd02e44 — ashpil 5 years ago
[Keyboard] Add support for Model M USB C Controller (#7393)

* added usb c model m

* added readme

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* cleaned up code

* removed combo from keymap

* added reset to default

* Update keyboards/ashpil/modelm_usbc/rules.mk

* bootmagic and simplifying default

* Update rules.mk

* removed duplicates

* updated readme

* Update keyboards/ashpil/modelm_usbc/README.md

* Update modelm_usbc.h

* Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c

* Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c

* Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c

* full support for either ANSI or ISO

* Update keyboards/ashpil/modelm_usbc/info.json

* Update keyboards/ashpil/modelm_usbc/info.json

* Update keyboards/ashpil/modelm_usbc/info.json

* Resize the ISO Enter key

* ANSI Enter and Left Shift keys resize
8725f37d — Campbell Barton 5 years ago
[Keymap] Update to qwerty_code_friendly (#7416)

- Move space to thumb cluster.
- Make L1 and L2 symmetrical.
- Add App & Menu keys.
83169661 — moyi4681 5 years ago
[Keyboard] dz60rgb_wkl malposition fix (#7418)

fix malposition combile in config.qmk.fm
03e50e6d — angelbirth 5 years ago
ASH-1800 (#7031)

* my custom layout

* asd

* use qmk-dfu

* :)

* ganti keymap lagi

* my custom layout

* asd

* use qmk-dfu

* :)

* ganti keymap lagi

* my custom layout

* asd

* use qmk-dfu

* :)

* ganti keymap lagi

* Add handwired2x2 project, define pins for atmega328p in config_common.h

* Add USB IDs

* my custom KBD75 layout

* renaldi danang's numpad

* my redox keymap

* reynaldi danang's numpad

* asdasd

* ASH-1800

* added description and layer 1

* added requested changes from fauxpark

* forgot to include this

* USB descriptor parameter:
- assign product id
- assign description

edit formatting on readme.md

* update USB descriptor: change manufacturer

* review from fauxpark and noroadsleft

* remove extra files

* removed unnecessary comment

* minor cleanup
25e9853e — Erovia 5 years ago
[Core] Fix ps2avrgb template (#7412)

c1c27b83 — Erovia 5 years ago
[Keyboard] Add support for the THE30 keyboard (#7390)

bb87bdec — くまお工房 5 years ago
[Keyboard] Add Kudox column-staggered layout. (#7400)

* Add Kudox columner layout.

* Remove an extra comma from info.json.
687a24f2 — Mihai Olteanu 5 years ago
Fix typo and code indentation (#7410)

23f828a2 — shela 5 years ago
[Docs] Fix Japanese country flag (#7407)

9c58da6b — skullydazed 5 years ago
Improve a number of things about how MILC operates (#7344)

* Pull in updates for MILC

* Remove the shadow argparser
* Make it easier to reason about arguments and how they're translated into the config tree
* Populate self.config during init to support setting user.qmk_home for the global CLI
* Remove the short argument -c so that we can unambiguously determine the config file location without doing full argument processing
* Remove the --save-config option as it's a little confusing anyway
* Use Pathlib for path manipulation

* Fix commands with no arguments
b608bddc — moyi4681 5 years ago
knight Indicator light fix (#7398)

* knight Indicator light fix

* Update knight.c

* Update knight.c

* Update knight.c

* Update knight.c
cee8df3e — Takeshi ISHII 5 years ago
[Docs] Modified the description about setting debug_enable in `docs/faq_debug.md`. (#7394)

e58dd1a0 — Luiz Correia 5 years ago
[Keyboard] Add abnt2 layout to gh60 (#7371)

* [keymap] Add abnt2 format to gh60

* Fix typing errors

* Change key names to capitals

* Fix layout define

* Apply suggestions from code review

* Fix layout define again I used a k

* Remove layer variable

* Update keyboards/dz60/keymaps/default_abnt2/readme.md

* Make changes from noroadsleft
a91c0c47 — zvecr 5 years ago
Run clang-format manually to fix recently changed files
6b18ca28 — James Young 5 years ago
Add Community Layout: 60_abnt2 (#7381)

* Add Community Layout: 60_abnt2

Add a 60% version of the standard keyboard layout used in Brazil.

* Enable 60_abnt2 support for DZ60

* fix the indenting in the Community Layout keymap
7b6c8e89 — Erovia 5 years ago
Doc fix to conform with #7221 (#7392)

46d0fe44 — James Young 5 years ago
[Keyboard] Cutie Club Wraith: Configurator Bugfix for LAYOUT_iso (#7376)

* debug lint info.json

Because I need to debug this file.

* move ISO Enter to the proper location in sequence

* add key counts because I like having them
634b277b — Robert Akhmerov 5 years ago
[Docs] Explain Tap Dance interruption (#5520)

7891de7f — QMK Bot 5 years ago
format code according to conventions [skip ci]
Next