Age | Commit message (Collapse) | Author |
|
Co-authored-by: drashna <drashna@live.com>
Co-authored-by: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
|
|
|
|
* New custom 'super alt' keymap for the Drop ALT
* Improvements to 'super alt' keymap based on PR feedback
* Fix flickering LED caps lock bug
* Code cleanup from PR feedback
* Minor keymap layout cleanup
|
|
|
|
* enable NKRO and keep consistent with bootmagic set to lite
* Update keyboards/1upkeyboards/1up60hse/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
* The TAGs of the original document has been updated to facilitate future verification.
* docs/ja/driver_installation_zadig.md
* docs/ja/feature_audio.md
* docs/ja/feature_auto_shift.md
* docs/ja/feature_bluetooth.md
* docs/ja/hardware_avr.md
* docs/ja/hardware_drivers.md
* docs/ja/getting_started_make_guide.md
* The TAG of the original document has been updated to facilitate future verification.
* The TAG of the original document has been updated to facilitate future verification.
* update docs/ja/feature_tap_dance.md
|
|
* add japanese translation 'docs/ja/breaking_changes.md'
Note: this is cherry-pick from umi-umi's translation in PR #7248
* update ja/breaking_changes.md
* update ja/breaking_changes.md, add ja/breaking_changes_instructions.md
* translating ja/breaking_changes_instructions.md
* translating ja/breaking_changes_instructions.md
* translated ja/breaking_changes_instructions.md
* update ja/breaking_changes.md, ja/breaking_changes_instructions.md
Breaking change の訳語を「破壊的な変更」から「互換性を破る変更」に変更。
ただし、文中の用語としては、Breaking change をそのまま使用するむねドキュメントの導入部で
訳注でしめし、文中では、原語のまま使用する。
* update docs/ja/_summary.md
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* Update docs/ja/breaking_changes_instructions.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes_instructions.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* update docs/ja/breaking_changes.md
* Update docs/ja/breaking_changes_instructions.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes_instructions.md
* Update docs/ja/breaking_changes_instructions.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* update docs/ja/breaking_changes_instructions.md
* update docs/ja/breaking_changes_instructions.md
* The base of the translation of docs/ja/breaking_changes_instructions.md was changed to 0.9.0.
* The base of the translation of docs/ja/breaking_changes.md was changed to 0.9.0.
* Update docs/ja/breaking_changes.md
Co-authored-by: s-show <s1shimz@gmail.com>
* update docs/ja/breaking_changes.md
* Update docs/ja/breaking_changes_instructions.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
Co-authored-by: umi-umi <57262844+umi-umi@users.noreply.github.com>
Co-authored-by: shela <shelaf@users.noreply.github.com>
Co-authored-by: s-show <s1shimz@gmail.com>
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
* added keyboard 5x12 to boardsource folder
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
* Change `led` to `led_matrix` in rgb_matrix_drivers
Is a minor change that only affects the driver file.
However, this will allow somebody to run rgblight along side rgb matrix
using the ws2812 driver, as well. Specifically, so you can use the
custom driver for rgblight to set a different pin (barring a change to
the `ws2812_setleds` function).
Courtesy of discord conversion:
https://discordapp.com/channels/440868230475677696/568161140534935572/721555623191248906
* Change name to be super specific
* Update rgb_matrix_drivers.c
|
|
|
|
|
|
|
|
|
|
* now uses gcc 8.4
* fixes building boards with adafruit feather (in my case pancake)
|
|
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
* The TAG of the original document has been updated to facilitate future verification.
* The TAG of the original document has been updated to facilitate future verification.
* The TAG of the original document has been updated to facilitate future verification.
|
|
|
|
|
|
|
|
* Fix incorrect delay when setting WS2812 (and similar) leds
* Add documentation for WS2812_DELAY_MICROSECONDS
* Remove improper cast to uint8_t
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Remove unneeded cast to uint8_t and correct math
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* microseconds -> µs
Co-authored-by: Ryan <fauxpark@gmail.com>
* Make documentation better match the spec sheet.
Co-authored-by: Ryan <fauxpark@gmail.com>
* Rename macro to match spec sheet
* Further correction to the delay maths for the SPI case.
Co-authored-by: Joel Challis <git@zvecr.com>
* Move ws2812_common.h to the drivers directory
* Revert "Further correction to the delay maths for the SPI case."
This reverts commit e61b56a2cfc7dfec9992a7a3af92afa50e5b8ec0.
* Remove ws2812_setleds_pin(); consolidate ws2812.h
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
|
|
* update docs stm32 only and applies to all 3 driver
* cformat
|
|
|
|
|
|
* GameBuddy macropad
* Update config.h
* Update keyboards/clawsome/gamebuddy/config.h
* Update keyboards/clawsome/gamebuddy/readme.md
* Update keyboards/clawsome/gamebuddy/readme.md
* Update keyboards/clawsome/gamebuddy/readme.md
* Update readme.md
* Update keyboards/clawsome/gamebuddy/rules.mk
* Update keyboards/clawsome/gamebuddy/readme.md
|
|
* Fix Eon87 info.json
* Adjust bottom row sizes
|
|
* Keymap: Add custom keymap for Planck
* Fixup buffet's planck keymap
|
|
* Update noxary 220 readme.md
* Update Noxary 280 readme.md
add heading and spelling
* Update spelling of Noxary 280 keymap copyright
* Update Noxary 280 config.h
change product ID and product name, remove commented code
* Change MCU name and disable Mousekey
* Update Noxary 220 config.h
Change vendor ID, Product ID, Product name and desc, remove commented code
* Update 220.h
change LAYOUT_ortho_6x4 to LAYOUT, change copyrght to Rozakiin
* Change LED indicator function
update copyright to Rozakiin
* Add via keymap
* Update Noxary 220 default keymap for readability and numpad codes
* Update all Noxary 220 readme.md to conform to QMK templates
* Update Noxary 280 readme.md to conform to QMK template
* Disable console and command, and enable link time optimisation for VIA
* Update Noxary 280 keymaps for better readability
* Update keyboards/noxary/220/keymaps/default/keymap.c
* Update keyboards/noxary/220/220.h
* Update keyboards/noxary/220/keymaps/default/keymap.c
* Update keyboards/noxary/220/keymaps/default/keymap.c
* Update keyboards/noxary/220/keymaps/via/rules.mk
* Update keyboards/noxary/280/keymaps/default/keymap.c
* Update keyboards/noxary/280/keymaps/via/rules.mk
* Update keyboards/noxary/220/rules.mk
* Update keyboards/noxary/280/keymaps/via/keymap.c
* Update keyboards/noxary/220/keymaps/default/keymap.c
* Update keyboards/noxary/220/keymaps/default/keymap.c
* Update keyboards/noxary/220/keymaps/via/keymap.c
* Update keyboards/noxary/220/keymaps/via/keymap.c
* Update keyboards/noxary/220/keymaps/via/keymap.c
* Update keyboards/noxary/220/keymaps/via/keymap.c
* Update keyboards/noxary/220/keymaps/via/keymap.c
* Update keyboards/noxary/280/config.h
* Update keyboards/noxary/220/rules.mk
* Update keyboards/noxary/220/config.h
* Update keyboards/noxary/280/readme.md
Change layout links to ones with background removed
|
|
|
|
|
|
* Added ymdk split64 based on walson's work
* Commented out features on walston's keymap as it was too big to compile
* Update keyboards/ymdk_sp64/config.h
* Update keyboards/ymdk_sp64/keymaps/daed/keymap.c
* Update keyboards/ymdk_sp64/matrix.c
* Update keyboards/ymdk_sp64/matrix.c
* Update keyboards/ymdk_sp64/matrix.c
* keymap changes
* Update keyboards/ymdk_sp64/matrix.c
* Update keyboards/ymdk_sp64/matrix.c
* Update keyboards/ymdk_sp64/rules.mk
* Update keyboards/ymdk_sp64/config.h
* Update keyboards/ymdk_sp64/config.h
* Update keyboards/ymdk_sp64/readme.md
* Update keyboards/ymdk_sp64/rules.mk
* Update keyboards/ymdk_sp64/config.h
* Update keyboards/ymdk_sp64/rules.mk
* Update keyboards/ymdk_sp64/ymdk_sp64.c
* Update keyboards/ymdk_sp64/keymaps/walston/rules.mk
* Update keyboards/ymdk_sp64/readme.md
* Made requested changes and moved keyboard under ymdk directory
* Update keyboards/ymdk/ymdk_sp64/keymaps/walston/keymap.c
* Update keyboards/ymdk/ymdk_sp64/config.h
* Update keyboards/ymdk/ymdk_sp64/config.h
* Update keyboards/ymdk/ymdk_sp64/keymaps/default/keymap.c
* Update keyboards/ymdk/ymdk_sp64/keymaps/default/keymap.c
* updated changes for pr 9183
* updated changes for pr 9183
* updated changes for pr 9183
* Removed redundant "QMK_KEYBOARD_H" include
|
|
Work-around for an issue with QMK Configurator's API.
|
|
|
|
Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com>
|
|
* initial let's split with rgb
* Revert default
* Add Via keymap
* Remove my keymap
* Remove trailing slashes
|
|
Co-authored-by: Dan Herrera <sonarius@shew.io>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
* added VIA support for HotDox
* Update keyboards/hotdox/keymaps/via/keymap.c
Thank you drashna :)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
* [Keyboard] Add Mixi
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
Co-authored-by: Maarten Dekkers <maartenn2001@gmail.com>
|
|
|
|
|