~ruther/qmk_firmware

4ae87ab4 — James Young 5 years ago
Community Layout support (and minor tidying) for KBD8X MK2 (#7449)

* Community Layout support for KBD8X MK2

- add LAYOUT_tkl_ansi and LAYOUT_tkl_iso layout macros
- add default_tkl_iso keymap, using new layout macro
- rename ansi_625 keymap to default_tkl_ansi, using new layout macro
- change keymaps to four-space indent
- update info.json
- remove firmware size impacts from rules.mk

* remove empty functions

* rename the ANSI and ISO keymaps per fauxpark
7e627058 — XScorpion2 5 years ago
Revert split encoder fixes until able to repro a better fix (#7498)

Temporarily removing to avoid disabling split keyboards with Rotary Encoders, irisv3/4 and Sol, while @XScorpion2 works on a more permanent fix.
1604f796 — Yan-Fa Li 5 years ago
clean up quantum.c (#7485)

* idea

* progress

* more stuff

* wip

* wip

* last couple of keycodes you can move safely

* Update quantum/quantum.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Put back RGB_MODE_BREATHE
265c415f — yulei 5 years ago
adding noah keyboard (#7432)

* adding noah keyboard

* Update keyboards/matrix/noah/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/matrix/noah/noah.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
2b318ba0 — heliarmk 5 years ago
[Keyboard] add keyboard wm1 (#7466)

* add new keyborad wm1

* 删除print信息

* add info.json and modified the default keymap.c

* add keyboard name and maintainer in info.json

* add readme.md file for new keyboard

* add default/keymap/readme.md

* modified the main readme file

* change keyboard name from wm1 to wm1_hotswap

* update readme

* update imgur link in readme

* update readme to add more pic and subtopic

* change wm1 keyboard pic to direct show up

* add copyright to config.h

* modified the info.json to change the label

* set the debug config to no in rule.mk

* rename wn1.c wm1.h to wm1_hotswap.c, wm1_hotswap.h

* fix  spelling mistake

* update the rule.mk to new version

* fix the LED operation in wm1_hotswap.c

* delete the definition of kc_trns

* change layout to conform to electrical position

* delete backslashes in keymap.c

* update info.json according to the layout

* change the return of led_update_kb

* delete unused comments in rule.mk

* delete unused definition in wm1_hotswap.h

* add a if statement to support user override func

* fix comment in rules.mk
2f3adc3e — Stephen Tudor 5 years ago
Adjust Fn key and right arrow cluster of GH60/Satan keymap (#7490)

57581ad7 — James Young 5 years ago
Fix typos in stale.yml (#7489)

b663a5b2 — Kemmel-Dev 5 years ago
[Keymap] added a KBD67v2 layout that allows swapping of num/sym keys and f-rows (#7469)

f6ffa28b — moyi4681 5 years ago
[Keyboard] change xbows/knight pins of capslock Indicator (#7486)

17026132 — fauxpark 5 years ago
Add language prefixes to docs sidebar entries and readmes (#7406)

* Add language prefixes to docs sidebar entries and readmes

* Remove prefix where it doesn't belong
5a6737a7 — fauxpark 5 years ago
Send string keycode tweaks (#7471)

a2cedf45 — Thomas Baart 5 years ago
[Keymap] Added keymap for Tessachka (#7457)

* Added keymap for Tessachka

* Update keyboards/kyria/keymaps/tessachka/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/kyria/keymaps/tessachka/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>
39789718 — Salicylic-acid3 5 years ago
[Keyboard] Add keyboard 7skb (#7468)

* Add keyboard 7skb

Add 7skb keyboard.

A 63 keys HHKB Layout keyboard.
Salicylic-acid3

* Update keyboards/7skb/keymaps/default/keymap.c

* Update keyboards/7skb/keymaps/default/keymap.c

* Update keyboards/7skb/keymaps/default/keymap.c

* Update keyboards/7skb/keymaps/salicylic/keymap.c

* Update keyboards/7skb/readme.md

* Update keyboards/7skb/readme.md

* Update keyboards/7skb/readme.md

* keymap update

Remove extra parts

* Delete rules.mk

* Update keyboards/7skb/rev1/rev1.c
36cde567 — fauxpark 5 years ago
[Core] Remove PROGRAM_CMD in mcu_selection.mk for 32A (#7482)

572d3329 — Martin Kauppinen 5 years ago
[Keyboard] Add hand swap config matrix for preonic rev 3 (#7460)

* Add hand swap config matrix for preonic rev 3

* Refactor hand swap config matrix into revision source files
c0fe8dbf — yiancar 5 years ago
IS31FL3733 Dirty page fix (#7079)

* IS31FL3733 Dirty page fix

Function IS31FL3733_update_led_control_registers was never setting update register to false. As a result the led on/off page was being written every transaction even when it was not modified. This is ineficient and causes lots of bandwidth use.

-> Fix the IS31FL3733_update_led_control_registers.
-> After testing it was evident that failed I2C transactions could corrupt the Led on/off register.
-> Update IS31FL3733_write_pwm_buffer and IS31FL3733_write_register functions to return 0 upon succesful tranmission and 1 if any of the transmitions within the function fail.
-> Modify IS31FL3733_update_pwm_buffers function so if any of the IS31FL3733_write_pwm_buffer transuction fails, the g_led_control_registers_update_required register is set to true forcing a rewrite of the led on/off register in case it was corrupted.

* Minor comment update

* Upsie:)

* Update is31fl3733.c

* Return fix

* more return fix

* type change

* more boolian logic reversal:)
f0f161e5 — Joel Challis 5 years ago
Remove vusb 'reset to bootloader' hid message due to security implications (#7456)

3a7085de — Takeshi ISHII 5 years ago
fix link in docs/translating.md (#7474)

583094aa — yynmt 5 years ago
Add RGB LED for Dozen0 (#7458)

* enable rgb led.

* add layer for default keymap

* Update keymap.c

* Update rules.mk

* Update rules.mk

* fix keymaps

remove backslashes.
f4fb0e16 — Rob Rogers 5 years ago
[Keyboard] Add candybar lefty layout (#7286)

* Add left number pad layout to candybar keyboard

* successfully builds

* Rename new layout to LAYOUT_lefty and add corresponding LAYOUT_righty as alias for LAYOUT

* merge

* Add lefty keymap

* Add lefty layout to info.json

* Added LAYOUT_righty to info.json and corrected some misplaced braces

* Update keyboards/candybar/info.json

* removed redundant sections as suggested.
Next