Takeshi Nishio
1ea1b6dceb
New Initial commit
2020-03-17 05:41:33 +09:00
Takeshi Nishio
f1ffa6f4f9
Merge branch 'master' of https://github.com/qmk/qmk_firmware
2020-03-17 05:36:38 +09:00
Ryan
7aff643031
Update Italian keymap and add sendstring LUT ( #8438 )
0.8.49
0.8.50
2020-03-16 14:32:48 +00:00
Ryan
7fe4097792
Update German keymap and sendstring LUT ( #8437 )
0.8.48
2020-03-16 14:31:48 +00:00
Ryan
652f4492d3
Update French keymap and sendstring LUT ( #8436 )
0.8.47
2020-03-16 14:30:57 +00:00
Ryan
910c466cfe
Update Brazilian keymap and add sendstring LUT ( #8435 )
2020-03-16 14:30:17 +00:00
Joel Challis
19dbcf3814
Document 'make all:<name>' ( #8439 )
...
* Document 'make all:<name>'
* add cli docs
* Apply suggestions from code review
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
Co-authored-by: skullydazed <skullydazed@users.noreply.github.com >
2020-03-16 14:27:19 +00:00
QMK Bot
c89012566c
format code according to conventions [skip ci]
0.8.46
2020-03-16 10:01:22 +00:00
Takeshi ISHII
9dfebb9d67
Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c ( #8432 )
...
* Remove unnecessary import of rgblight.h in tmk_core/protocol/*/*.c
* tmk_core/protocol/chibios/main.c
* tmk_core/protocol/lufa/lufa.c
see #8380 for tmk_core/protocol/vusb/main.c.
* Remove '#include "rgblight.h"' from tmk_core/protocol/vusb/main.c.
2020-03-16 10:26:32 +01:00
coseyfannitutti
2a31fbf9a6
[Keyboard] Add the Romeo keyboard ( #8434 )
...
* Add Keyboard - Romeo
* Update rules.mk
* Update readme.md
* Update keyboards/coseyfannitutti/romeo/readme.md
Co-Authored-By: Joel Challis <git@zvecr.com >
* Update keyboards/coseyfannitutti/romeo/romeo.c
Co-Authored-By: Joel Challis <git@zvecr.com >
* Update keyboards/coseyfannitutti/romeo/keymaps/default/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update keyboards/coseyfannitutti/romeo/keymaps/default/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update keyboards/coseyfannitutti/romeo/readme.md
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update keyboards/coseyfannitutti/romeo/rules.mk
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update keyboards/coseyfannitutti/romeo/usbconfig.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update keyboards/coseyfannitutti/romeo/usbconfig.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update keyboards/coseyfannitutti/romeo/usbconfig.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2020-03-15 21:46:48 -07:00
Yann Hodique
cce2420bb2
[Keymap] fix sigma keymaps build ( #8427 )
...
handle unicode input properly.
2020-03-15 21:42:10 -07:00
James Young
b272c035ba
[Docs] Random Fixes ( #8340 )
...
* fix CLI section links in the Summary
* fix heading in Pointing Device doc
* fix headings in PS/2 Mouse Support doc
* add explicit section ids to I2C Master Driver doc
* reformat GPIO Controls table
Much like the I2C Master Driver doc, I found this a bit less than ideal to read. (The table was actually wider than the space available for it.)
Reformatted so each GPIO function is an H3 heading, followed by a paragraph and a table of each architecture's old-style function.
* migrate changes from I2C Master Driver doc to Japanese translation
* add explicit anchors to I2C Master Driver docs
* fix code block language markers
The language markers are case-sensitive; using the wrong case means the syntax highlighting doesn't work.
Good: ```c
Bad: ```C
* restore Japanese I2C Master Driver doc to current master
Can't update the internal tracking references accurately until the changes to the English doc are committed to master.
* add explicit anchors to edited files
* change ChibiOS/ARM to ARM/ChibiOS
Because ARM/ATSAM is also a thing that exists.
* fix code block language markers again
Used the wrong markers in a few spots. Also these are apparently always supposed to be lowercase.
* add section anchors to cli.md
* restore table formatting on GPIO Control doc
* remove changes to _summary.md
2020-03-15 20:29:11 -07:00
Ryan
5f1f370463
Update Belgian keymap and sendstring LUT ( #8349 )
0.8.44
0.8.45
2020-03-16 07:41:34 +11:00
Ryan
49a2fbea0c
Update Slovenian keymap and add sendstring LUT ( #8350 )
2020-03-16 07:40:54 +11:00
Ryan
4b1430fd09
Update Norman keymap and sendstring LUT ( #8404 )
0.8.43
0.8.42
2020-03-16 07:38:05 +11:00
Ryan
f1c6fa3895
Update Plover keymap ( #8405 )
2020-03-16 07:37:32 +11:00
jotix
fe1a055391
[Keymap] Update ortho 4x12 jotix layout ( #8425 )
...
* ortho 4x12 jotix layout
* jotix ortho_4x12 layout
0.8.41
2020-03-15 17:16:30 +00:00
Ryan
c18b51e68e
msys2_install.sh: wrap requirements.txt in quotes ( #8424 )
2020-03-15 17:15:42 +00:00
skullydazed
dc68418660
Fix some broken links in the docs ( #8394 )
...
* fix some broken links
* remove duplicate and confusing material from cli.md
* Switch brazil to the 2 letter country code
* Update docs/_langs.md
Co-Authored-By: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2020-03-15 07:48:44 -07:00
brickbots
499d7c8ce6
[Docs] Update to I2C docs: Clarify address expectation and return values ( #8413 )
...
* Clarifying docs for i2c
* Fix typo
* Fix up punctuation
* Implementing great suggestions
* Update docs/i2c_driver.md
* Update docs/i2c_driver.md
2020-03-15 00:17:48 -07:00
Takeshi Nishio
6ed230d5fa
Merge branch 'master' of https://github.com/qmk/qmk_firmware
2020-03-15 07:44:13 +09:00
QMK Bot
60b020acab
format code according to conventions [skip ci]
0.8.40
2020-03-14 21:37:29 +00:00
brickbots
b5be96f8bb
Adding OLED scroll setup functions ( #8386 )
...
* Adding scroll setup functions:
* Clarifying values stored in oled_scroll_speed
2020-03-14 21:04:34 +00:00
MechMerlin
7aa21cc287
VIA Support: Doro 67 ( #8399 )
...
* add via keymap for doro67
* have more sensible VID and PID
* apply the same VIA changes to the regular PCB
* Update keyboards/doro67/rgb/keymaps/via/keymap.c
* Update keyboards/doro67/regular/config.h
* fix some formatting
* add via support for multi doro67
2020-03-14 11:47:29 -07:00
Ryan
d597af9e1e
Remove pro_micro.h ( #8374 )
...
* Remove pro_micro.h
* Include quantum.h
0.8.39
2020-03-14 15:31:15 +00:00
QMK Bot
03ed819717
format code according to conventions [skip ci]
0.8.38
2020-03-14 14:08:48 +00:00
Wilba
141535c9db
Realign dynamic macros with recent SEND_STRING changes ( #8407 )
2020-03-14 13:35:12 +00:00
NeoTheFox
a92947fcdb
added olkb_style layout for XD75 ( #8409 )
...
* added olkb_style layout for XD75
* removed unnecessary config.h
* cleaned up empty functions
* refactored fuction type for clarity
* renamed the layout
2020-03-14 13:32:26 +00:00
Takeshi ISHII
cde5237a88
fix two links on docs/other_eclipse.md ( #8417 )
2020-03-14 13:25:21 +00:00
Takeshi Nishio
48dfab98b1
update Comment-out debug print code.
2020-03-14 11:16:20 +09:00
Takeshi Nishio
58938fe989
New Duplex-Matrixのサンプルコード by e3w2q を最新のQMKファームウェアで動作するよう一部修正したもの。
2020-03-14 11:14:05 +09:00
Takeshi Nishio
fc7e984c8a
Update Duplex-Matrixが動作した初版
2020-03-14 09:36:31 +09:00
Takeshi Nishio
5094962322
Merge branch 'master' of https://github.com/qmk/qmk_firmware
2020-03-14 09:33:38 +09:00
Luís Oliveira
dc79792ab4
Add Portuguese keymap and sendstring lookup tables ( #8390 )
...
* Add Portuguese keymap and sendstring lookup tables
* Update quantum/keymap_extras/keymap_portuguese.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_portuguese.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_portuguese.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_portuguese.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_portuguese.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
* Update quantum/keymap_extras/keymap_portuguese.h
Co-Authored-By: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
0.8.37
2020-03-13 17:21:00 -07:00
Andy Jack
e6a9f700de
Update link for Learn Plover google site ( #8410 )
2020-03-14 11:06:54 +11:00
Jonas Avellana
0fdd37ee19
[Keymap] ninjonas keymap updates ( #8373 )
...
* [keymap(ninjonas)] ninjonas keymap updates
* [refactor] switching encoder rotation logic. recent pull seems to have flipped encoder stuff
* [keymap(lily58)] added chrome change profile key on RAISE
Co-authored-by: Jonas Avellana <jonas.avellana@workday.com >
2020-03-13 16:56:21 -07:00
Ryan
40e8d60ecd
Fix bootloader for Maypad ( #8411 )
2020-03-13 23:44:43 +00:00
skullydazed
f81b0e35a6
Add decorators for determining keyboard and keymap based on current directory ( #8191 )
...
* Use pathlib everywhere we can
* Improvements based on @erovia's feedback
* rework qmk compile and qmk flash to use pathlib
* style
* Remove the subcommand_name argument from find_keyboard_keymap()
* add experimental decorators
* Create decorators for finding keyboard and keymap based on current directory.
Decorators were inspired by @Erovia's brilliant work on the proof of concept.
0.8.36
2020-03-13 15:47:04 -07:00
QMK Bot
5e98eaaaff
format code according to conventions [skip ci]
0.8.35
2020-03-13 18:44:56 +00:00
fredizzimo
9e8767917d
Fix pressing two keys with the same keycode but different modifiers ( #2710 )
...
* Fix extra keyboard report during test_fixture teardown
* Add tests for pressing two keys with only different modifers
* Fix #1708
When two keys that use the same keycode, but different modifiers were
pressed at the same time, the second keypress wasn't registered. This is
fixed by forcing a key release when we detect a new press for the same
keycode.
* Fix the NKRO version of is_key_pressed
* Fix uninitalized loop variable
Co-authored-by: Jack Humbert <jack.humb@gmail.com >
2020-03-13 14:09:38 -04:00
QMK Bot
f89439ae09
format code according to conventions [skip ci]
0.8.34
2020-03-13 17:24:38 +00:00
francislan
3cd2a27ac0
Decouple mouse cursor and mouse wheel in accelerated mode ( #6685 )
...
* Decouples mouse cursor and mouse wheel movements in accelerated mode.
* Fixed comment indentation.
* Updated docs
Co-authored-by: Francis LAN <francislan@google.com >
2020-03-13 12:49:44 -04:00
Koichi Katano
28d94b7248
[Keyboard] Add Wallaby ( #8398 )
...
* Add wallaby
* Update readme.md
* Update keyboards/wallaby/keymaps/default/keymap.c
* Update keyboards/wallaby/rules.mk
2020-03-12 19:30:59 -07:00
nickolaij
abd8e75cb7
[Keyboard] Abacus Keyboard ReMerge ( #8308 )
...
* added abacus keyboard
* keymap updates
* Update keyboards/abacus/config.h
* Update keyboards/abacus/config.h
* Update keyboards/abacus/keymaps/default/keymap.c
* Update keyboards/abacus/keymaps/default/keymap.c
* Update keyboards/abacus/keymaps/default/keymap.c
* start cleaning up for merge
* cleaned for merge
* cleaned
* cleaned
* Update keyboards/abacus/abacus.h
* Update keyboards/abacus/keymaps/default/keymap.c
* Update keyboards/abacus/keymaps/default/readme.md
* Update keyboards/abacus/readme.md
* Update keyboards/abacus/readme.md
* Update keyboards/abacus/rules.mk
* Update keyboards/abacus/info.json
* Update keyboards/abacus/info.json
* Update keyboards/abacus/info.json
* Update keyboards/abacus/readme.md
* Update keyboards/abacus/info.json
* Update keyboards/abacus/rules.mk
* Update keyboards/abacus/rules.mk
2020-03-12 19:22:27 -07:00
James Young
9046107183
Restore getting_started_github.md doc
2020-03-12 17:24:07 -07:00
Ryan
2b63896466
Update Swedish keymap and add sendstring LUT ( #8365 )
0.8.33
2020-03-12 17:09:30 -07:00
Ryan
6734a39811
Update Spanish keymap and sendstring LUT ( #8364 )
0.8.32
2020-03-12 17:00:28 -07:00
Takeshi Nishio
2641ba7906
Merge branch 'master' of https://github.com/qmk/qmk_firmware
2020-03-13 06:17:52 +09:00
skullY
799acb2802
use qmk.path.normpath to locate the output file.
0.8.31
2020-03-12 13:48:17 -07:00
TerryMathews
18bc525493
[Keyboard] Candybar update ( #8335 )
...
* Candybar: split lefty and righty into subprojects.
* Update readme.md
* Update readme.md
* Candybar: Moved STM32 library files into project root folder.
* Update keyboards/candybar/righty/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com >
* Update keyboards/candybar/righty/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com >
* Update keyboards/candybar/righty/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com >
* Update keyboards/candybar/righty/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com >
* Update keyboards/candybar/righty/righty.c
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com >
* Candybar: remove Boards directory so project uses one from drivers
* Update keyboards/candybar/righty/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com >
* Update readme.md
* Update readme.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2020-03-12 19:52:59 +00:00