~ruther/qmk_firmware

3619678b — fauxpark 6 years ago
Migrate ACTION_BACKLIGHT_* to BL_* (#6299)

* Branch point for 2019 Aug 30 Breaking Change

* LUFA USB descriptor cleanup (#4871)

* Fix indentation

* Fix braces

* Expand descriptor headers

* Align descriptor elements

* Nicer formatting

* Tidy up preprocessor statements

* Remove VERSION_BCD redefine - LUFA_VERSION_INTEGER is currently 0x170418

* Tidy up comments

* Tweak ordering of  HID report elements (no functional changes)

* We don't need all of these newlines

* Move default USB_MAX_POWER_CONSUMPTION closer to where it makes sense

* Ask nicely

* Add some more comments

* Change indentation back to 4 spaces

* Add changelog entry

* Language Keymap extras backport from ZSA fork (#6198)

* Swedish extra keymap refactor

* Fix swedish $ sign definition (#81)

* Fix br abnt2 keymap compilation error

* Add PR changelog doc

* Update PR6198.md

* Enforce clang-format (#6293)

* Enforce clang-format on commit for core files

* forgot about tests

* Migrate ACTION_LAYER_MOMENTARYs to MO() (#5176)

* Migrate ACTION_LAYER_MOMENTARYs to MO()

* Add changelog entry

* Update docs/ChangeLog/20190830/PR5176.md

Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>

* Migrate ACTION_BACKLIGHT_* to BL_*

* Add changelog

* Update docs/ChangeLog/20190830/PR6299.md

Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
267a85c8 — Konstantin Đorđević 6 years ago
Remove KC_DELT alias in favor of KC_DEL (#6327)

* Remove KC_DELT alias in favor of KC_DEL

* Add changelog
7ff57644 — skullY 6 years ago
Fix vusb compiling after clang-format
beb320a5 — Drashna Jaelre 6 years ago
Fix Windows formatting issues

Co-Authored-By: fauxpark <fauxpark@gmail.com>
5a2a6507 — Drashna Jaelre 6 years ago
Update swedish based keymaps with newer keycodes
691be16b — skullY 6 years ago
Have clang ignore the code in bootloader_size.c
210da974 — skullydazed 6 years ago
Add new files to the list of files that are formatted. (#6296)

554e4bf2 — fauxpark 6 years ago
Migrate ACTION_LAYER_MOMENTARYs to MO() (#5176)

* Migrate ACTION_LAYER_MOMENTARYs to MO()

* Add changelog entry

* Update docs/ChangeLog/20190830/PR5176.md

Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
9e20478e — skullydazed 6 years ago
Enforce clang-format (#6293)

* Enforce clang-format on commit for core files

* forgot about tests
51ee2449 — Drashna Jaelre 6 years ago
Language Keymap extras backport from ZSA fork (#6198)

* Swedish extra keymap refactor

* Fix swedish $ sign definition (#81)

* Fix br abnt2 keymap compilation error

* Add PR changelog doc

* Update PR6198.md
ac167268 — fauxpark 6 years ago
LUFA USB descriptor cleanup (#4871)

* Fix indentation

* Fix braces

* Expand descriptor headers

* Align descriptor elements

* Nicer formatting

* Tidy up preprocessor statements

* Remove VERSION_BCD redefine - LUFA_VERSION_INTEGER is currently 0x170418

* Tidy up comments

* Tweak ordering of  HID report elements (no functional changes)

* We don't need all of these newlines

* Move default USB_MAX_POWER_CONSUMPTION closer to where it makes sense

* Ask nicely

* Add some more comments

* Change indentation back to 4 spaces

* Add changelog entry
21df614a — skullY 6 years ago
Branch point for 2019 Aug 30 Breaking Change
c27aa60c — fauxpark 6 years ago
Make the CLI Ψ capital (#6637)

931e9bdb — Drashna Jaelre 6 years ago
Decrement EECONFIG magic number

This will manually wipe the EEPROM. This is a hacky solution for when new ranges are added or moved around. 

A better (more complicated) solution would be to zero out everything, not just known ranges.  But for now, this is a hacky solution that will work.
5ef7367e — Yan-Fa Li 6 years ago
Wonderland: README (#6613)

* Wonderland README

breaks

* Wonderland info.json

* Update keyboards/maartenwut/wonderland/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
5c6c5569 — Jorde Vorstenbosch 6 years ago
[Keymap] default keymap fix for questionmark (redox, redox_w) (#6574)

* default keymap fix for questionmark

Added /? to the default position for a qwerty keyboard. Moved |\ to the left ctrl with the same behaviour as before.

* Small PR adjustments and Keypad optimization

* Update keymap.c

* Update keymap.c
d2ce12d1 — Yan-Fa Li 6 years ago
pegasushoof Specify the bootloader to use :flash (#6614)

A support for newer :flash command to pegasus hoof
bc86eb22 — Drashna Jaelre 6 years ago
Fix Typo in :flash target for missing bootloader (#6615)

f2d9f912 — MechMerlin 6 years ago
Mars80 Bug: Physical/Electrical Matrix Mismatch (#6612)

0b89809a — Gabes Mak 6 years ago
[Keymap] Redox_w Use layer_state_set_user instead of matrix_scan_user (#6608)

* use layer_state_set_user

* fix
Next