~ruther/qmk_firmware

b96db514 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
29c9c6bf — Alabahuy 4 years ago
Fix number RGB RART4x4 dan matrix pin RART45 (#11582)

* Update config.h

* Update config.h
30561a8d — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
78693dfa — David Dejaeghere 4 years ago
[Keyboard] adding support for new keyboard Dawn (#11564)

* initial commit Dawn keyboard

* fixing some matrix

* final tweaks to keymaps and info.json layout

* fix info.json missing delimiter

* missing elements in info.json layout, resolved through lint

* fixed missing link image in readme

* Update keyboards/mechstudio/dawn/readme.md

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

Co-authored-by: David <david@tarpit.be>
Co-authored-by: Ryan <fauxpark@gmail.com>
3f4ff5b6 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
d6701b3a — smiley 4 years ago
Fix typos and reword some sentences in FAQs (#11546)

* Fix minor typo in "General FAQ"

"want to do brand it with QMK" -> "want to brand it with QMK"

* Reword some of "Debugging FAQ" & "Miscellaneous FAQ".

Mostly grammatical wording of some parts and missing capitalization
1cdea7f5 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
05a4583c — Kyle McCreery 4 years ago
[Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520)

* Initial commit on new clean branch. Testing out functionality of oled and encoder for default features.

* Cleaned up the initial push and removed the fancy keymap until the extra features and functionality can be tested and made more user friendly.

* Cleaned up the readme some more, compiled and tested both default and via keymaps, and did another round of checks to prepare for starting the PR.

* Cleaning up the keymap to meet expected formatting in a couple places and also adding in the TAP_CODE_DELAY after newly encoutnered encoder issues and inconsistencies.

* Initial commit of branch specifically for implementing the more complicated fancy keymap as I expect the main PR to be approved first.

* testing bongo cat out

* Progress with intended OLED behavior. Needs to be cleaned up still.

* Cleaned up bongocat and added WPM display on it.

* Almost there. Need to rethink the layer checking in encoder.

* Fixing all the merge issues I didn't check before doing the last commit. Learn from my mistakes, check your commits.

* Fixed and updated fancy firmware and bongocat firmware.

* Updating license year since I will be doing a PR anyway.

* Update keyboards/mechwild/mercutio/keymaps/fancy/keymap.c

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

Co-authored-by: Ryan <fauxpark@gmail.com>
5a7ad4cb — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Infinity60 refactor (#11650)

08b37a58 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
3a757343 — James Young 4 years ago
Program Yoink! refactor (#11636)

* split config.h for each variant

* split rules.mk for each variant

* split source and header files for each variant

* move keymaps to the appropriate variant

* update keyboard readme

* update keymap readmes

* differentiate Staggered and Ortho USB Device Strings

* clean up formatting in info.json

* split info.json files for each variant

* break up the info.json for readability

* correct key positioning and board dimensions

* correct key object sequences

* add weak encoder function to keyboard level

Allows Configurator-compiled firmware to have encoder functionality.

* add variant-specific readme files and bootloader instructions
a07c2a13 — Joel Challis 4 years ago
Remove QMK_KEYBOARD_CONFIG_H (#11576)

397e8e46 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
7e77c236 — James Young 4 years ago
Move Backslash/ISO Hash key to home row for Uni660 rev2 ISO (#11657)

* Move Backslash/ISO Hash key to home row for Uni660 rev2 ISO

* update readme formatting
f52baa4b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Woodpad refactor (#11651)

1c3ec3a9 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
a7d79f4c — James Young 4 years ago
[Keyboard] Pinky refactor (#11643)

* QMK Configurator layout support for Pinky

3-row and 4-row versions

* refactor default keymaps

- use an enum for layer names
- remove redundant definitions
- qmk cformat pass
- modify pinky/4 via keymap to mirror pinky/4 default functionality

* remove LAYOUT_kc macros

This usage is not endorsed by QMK as it has been found to be confusing to novice users.

* add VIA support to pinky/3

* update config.h files

Removes unnecessary definitions for Backlight, RGB Underglow, Magic config and MIDI.

* update main rules.mk file

Updates the rules.mk file to match the formatting of the current QMK-provided template. Removes sample bootloader comments, feature rules that are no longer included in the template, and updates the in-line comments.

* update and split keyboard readme

Updates the main readme file's formatting, adds instructions to access bootloader mode, and adds more specific readmes for each version.

* add line breaks between rows in the info.json files

* rename layout macros for Community Layout forward compatibility

The layouts of the Pinky3 and Pinky4 aren't currently Community Layouts, but support for them could be added with a rules.mk edit should the layouts be added to QMK.
20ef2aa5 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Next