shela
ae45faca26
[Docs] Update Japanese newbs_learn_more_resources.md ( #12839 )
...
* Update Japanese newbs_learn_more_resources.md document.
* Slightly modded
2021-06-14 15:31:50 +09:00
QMK Bot
6dc94019e4
Merge remote-tracking branch 'origin/master' into develop
2021-06-14 03:20:48 +00:00
Markus Knutsson
449b4b8d86
[Docs] Update feature_split_keyboard.md ( #13205 )
2021-06-13 20:20:19 -07:00
Gigahawk
fda4149cc3
Fix LED mapping for GMMK Pro ( #13189 )
2021-06-14 12:38:20 +10:00
QMK Bot
836b8f7d64
Merge remote-tracking branch 'origin/master' into develop
2021-06-14 00:53:06 +00:00
Zach White
3d62e1dfbf
vscode: specify yapf as the formatting provider ( #13206 )
2021-06-13 17:52:31 -07:00
QMK Bot
52028ceea1
Merge remote-tracking branch 'origin/master' into develop
2021-06-12 19:15:34 +00:00
umi
a08486597d
[Docs] update Japanese translation of feature_pointing_device.md ( #12753 )
...
* update feature_pointing_device.md translation
* update based on comment
2021-06-13 04:15:08 +09:00
QMK Bot
f8acb1ee10
Merge remote-tracking branch 'origin/master' into develop
2021-06-12 19:12:28 +00:00
shela
f48bd8cde3
[Docs] Update Japanese newbs_flashing.md ( #12837 )
...
* Update Japanese newbs_flashing.md document.
* Slightly modded
* Apply suggestions from code review
2021-06-13 04:11:56 +09:00
QMK Bot
dc17180f84
Merge remote-tracking branch 'origin/master' into develop
2021-06-12 19:10:49 +00:00
shela
c16b7d63e7
Update Japanese newbs.md document. ( #12835 )
2021-06-13 04:10:23 +09:00
QMK Bot
421fd75541
Merge remote-tracking branch 'origin/master' into develop
2021-06-12 19:09:03 +00:00
Takeshi ISHII
db36e2be9f
[Docs] Japanese translation of docs/data_driven_config.md ( #12066 )
...
* add docs/ja/data_driven_config.md
* Update docs/ja/data_driven_config.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/data_driven_config.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
Co-authored-by: s-show <s1shimz@gmail.com>
Co-authored-by: shela <shelaf@users.noreply.github.com>
2021-06-13 04:08:32 +09:00
QMK Bot
0f226a30be
Merge remote-tracking branch 'origin/master' into develop
2021-06-11 10:35:43 +00:00
kb-elmo
0ef145db15
Add Matrix 8XV1.2 OG rev1 PCB ( #11614 )
...
* add v1 12og pcb
* update
* matrix changes for testing
* Update matrix.c
* finalized files
* rename board versions
* update readmes
* typo in readme
* fix board filenames
* Update keyboards/matrix/m12og/rev1/rev1.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* change function
* update halconf and chconf
* merge master
* Update readme.md
* Update readme.md
* Update readme.md
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-11 20:35:13 +10:00
QMK Bot
641141c519
Merge remote-tracking branch 'origin/master' into develop
2021-06-10 21:50:54 +00:00
Drashna Jaelre
2e90ef0536
[Keyboard] Add Loop, Nano and Work boards from Work Louder ( #12756 )
2021-06-10 14:50:24 -07:00
Joakim Tufvegren
6fe3943ad3
Migrate keyboards using uGFX to LED_MATRIX ( #9657 )
2021-06-10 17:46:09 +10:00
Ryan
b2fdd48744
Add ST7565 LCD driver ( #13089 )
...
Co-authored-by: Joakim Tufvegren <jocke@barbanet.com>
2021-06-10 17:16:09 +10:00
QMK Bot
cfc7ee61c5
Merge remote-tracking branch 'origin/master' into develop
2021-06-10 06:06:03 +00:00
Nick Brassel
d684b8cafe
Slightly more prominent LUFA Mass-storage bootloader warning. ( #13163 )
2021-06-10 16:05:29 +10:00
Drashna Jaelre
7a6e630ffd
Fix RGB/LED Suspend defines ( #13146 )
2021-06-09 22:59:19 -07:00
Gigahawk
32b2ac0a80
GMMK Pro RGB Support ( #13147 )
...
* Enable SPI1 for GMMK pro
* Setup initial boilerplate for new LED driver
* RGB matrix minimally functional
* Map full LED matrix
* Return keymap to default
* Fix printscreen LED mapping
* Reduce max brightness
* Default values for AW20216
* Add documentation for AW20216
* Disable console and warnings
* Run cformat
* Update drivers/awinic/aw20216.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* make aw struct match issi struct
Co-authored-by: Drashna Jaelre <drashna@live.com>
* add led location defines
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Use led pin definitions in keyboard.c
* Add driver indices to led map
* Fix elif typo
* Run cformat
* Update docs
* Fix typo in docs
* Document global brightness limits
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-10 11:40:25 +10:00
QMK Bot
e21a039901
Merge remote-tracking branch 'origin/master' into develop
2021-06-09 17:48:11 +00:00
jackytrabbit
39c8ed32b4
Add support for LAZYDESIGNERS/THE60/rev2 ( #13015 )
...
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-09 19:47:37 +02:00
Carlos Martins
ca0070d11c
Updated encoder_update_user on my keymap to follow the new signature on quantum ( #13152 )
2021-06-10 03:32:16 +10:00
QMK Bot
a47f482d24
Merge remote-tracking branch 'origin/master' into develop
2021-06-09 09:15:29 +00:00
Xelus22
5073dc33e9
update via keymap ( #13145 )
2021-06-09 19:14:44 +10:00
QMK Bot
9177e22d2c
Merge remote-tracking branch 'origin/master' into develop
2021-06-09 07:25:59 +00:00
Nick Brassel
21aa7890cb
Allow limiting the multibuild based on keymap name. ( #13066 )
2021-06-09 17:25:21 +10:00
Simon Arlott
b829a1d264
Avoid 8-bit timer overflows in debounce algorithms ( #12240 )
...
* Add fast_timer_t that is 16-bit or 32-bit based on architecture
A 16-bit timer will overflow sooner but be faster to compare on AVR.
* Avoid 8-bit timer overflows in debounce algorithms
Count down remaining elapsed time instead of trying to do 8-bit timer
comparisons.
Add a "none" implementation that is automatically used if DEBOUNCE is
0 otherwise it will break the _pk/_pr count down.
* Avoid unnecessary polling of the entire matrix in sym_eager_pk
The matrix only needs to be updated when a debounce timer expires.
* Avoid unnecessary polling of the entire matrix in sym_eager_pr
The matrix only needs to be updated when a debounce timer expires.
The use of the "needed_update" variable is trying to do what
"matrix_need_update" was added to fix but didn't work because it only
applied when all keys finished debouncing.
* Fix sym_defer_g timing inconsistency compared to other debounce algorithms
DEBOUNCE=5 should process the key after 5ms, not 6ms
* Add debounce tests
2021-06-09 17:23:21 +10:00
Nick Brassel
f287597c19
Use single memcmp to determine if matrix changed. ( #13064 )
...
* Use memcmp to determine if matrix changed.
* Firmware size issues.
* Add documentation for the lack of need of MATRIX_ROW_PINS/MATRIX_COL_PINS, when overriding low-level matrix functions.
2021-06-09 17:19:42 +10:00
QMK Bot
cbfa2dba25
Merge remote-tracking branch 'origin/master' into develop
2021-06-09 07:19:28 +00:00
Joel Challis
4dda716712
Migrate preonic/rev3 to pwm ws2812 driver ( #13142 )
2021-06-09 00:18:56 -07:00
QMK Bot
d9add95037
Merge remote-tracking branch 'origin/master' into develop
2021-06-08 19:07:33 +00:00
Drashna Jaelre
9975e17712
Fix Bug with (RGB|LED)_DISABLE_WHEN_USB_SUSPENDED define ( #13060 )
2021-06-09 05:06:55 +10:00
Ryan
17d0fad762
spi_master
Kinetis support (#13098 )
2021-06-08 19:54:33 +10:00
QMK Bot
13defb0bef
Merge remote-tracking branch 'origin/master' into develop
2021-06-08 09:49:23 +00:00
Ryan
9dcd03b6ca
Set BOOTLOADER = stm32-dfu
for all applicable STM32 boards ( #12956 )
...
* Set bootloader to stm32-dfu for STM32F303
* Set bootloader to stm32-dfu for STM32F0x2
* Set bootloader to stm32-dfu for STM32F4x1
* Set bootloader to stm32duino for sowbug
* Delete redundant bootloader_defs headers
* Add some missing MCU name comments
* Move APM32 dfu-suffix overrides underneath bootloader
* Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
2021-06-08 19:48:46 +10:00
QMK Bot
84e691717c
Merge remote-tracking branch 'origin/master' into develop
2021-06-07 23:38:33 +00:00
Joel Challis
e0acd3e53d
Update requirements.txt ( #13135 )
2021-06-08 00:37:58 +01:00
QMK Bot
f3fb3849a2
Merge remote-tracking branch 'origin/master' into develop
2021-06-07 23:31:29 +00:00
Zach White
c277ae4768
Move hid and pyusb to requirements.txt ( #13134 )
...
* Add his and pyusb to
* Update requirements-dev.txt
2021-06-07 16:30:55 -07:00
QMK Bot
c508da8a8e
Merge remote-tracking branch 'origin/master' into develop
2021-06-07 17:43:48 +00:00
shela
b52b8f1d23
Update Japanese newbs_building_firmware_configurator.md document. ( #12836 )
2021-06-08 02:43:21 +09:00
QMK Bot
9399865b0d
Merge remote-tracking branch 'origin/master' into develop
2021-06-07 17:42:07 +00:00
umi
b7ef959400
update ref_functions.md translation ( #12784 )
2021-06-08 02:41:33 +09:00
QMK Bot
827e742bd4
Merge remote-tracking branch 'origin/master' into develop
2021-06-07 17:40:30 +00:00
umi
17e6e04600
update one_shot_keys.md translation ( #12771 )
2021-06-08 02:39:57 +09:00