~ruther/qmk_firmware

ad7ba08a — Josh Hinnebusch 5 years ago
update default h88 keymap (#7646)

[Keyboard] Add ymd67 keyboard (#7631)

* [Keyboard] Add ymd67 keyboard

* Apply suggestions from code review

* Apply more suggestions from code review
b54722cc — Takeshi ISHII 5 years ago
Change newbs.md to link to the new newbs_git_best_practices.md instead of newbs_best_practices.md. (#7633)

03746778 — Drashna Jaelre 5 years ago
core: Fix variable init and header include (#7626)

tmk backport from tmk/tmk_keyboard@325a99acd9c81f60519b6e594b2bf5d1e478ac56
1f26101f — Drashna Jaelre 5 years ago
remove SERIAL_SOFT_DEBUG macro (#7625)

SERIAL_SOFT_DEBUG can be defined in the `config.h`

Backported from tmk/tmk_keyboard@c74eee6327c5995456ba004d70b9663cf485d9f8
x
80c2e267 — Joel Challis 5 years ago
Fix ChibiOS USB config for chips which support OTGv1 (#7564)

* Align endpoint config as per rest of file (fixes #4783)

* Add comments about explicit order use

* Update tmk_core/protocol/chibios/usb_main.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
707d449b — Sid Carter 5 years ago
Project Keyboard Alice PCB - Indicator LEDs and keymap update  (#7442)

* allow main functions to be overridden

* update keymap to toggle keys and cleanup a bit

* allow main functions to be overridden

* update keymap to toggle keys and cleanup a bit

* get them lights working with the new setup

* disable console on my keymap, cause ARM and Linux, for now

* update keymap

* add home and end to the navigation

* thought this was redundant - update keyboards/projectkb/alice/alice.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
ba13127c — starcalleramethyst 5 years ago
New RGBKB Zen Rev1 keymap (#7609)

* adding my zen 1 keymap

updated layers and custom keycodes

* added slack + paste

defined custom keycode S_H_P and added to layer 3

* added custom keycodes

defined and inserted T_H_B and T_H_T

* enabled tap dance

adjusted rules to include tap dance

* tap dance enumeration and timing

added a TD key to send space on press and . on double tap. added tapping term to set tap detection time.

* added custom keycode

added E_SS to print string

* added mouskey + enum keycode

added in mousekey to rules. added custom code DC_C to double click and copy.

* updated custom keycode string

added a space into the output string for S_H_P

* removed colemak layer

colemak commented out, started adjusting MOs

* added 1 key copy paste

used from https://github.com/qmk/qmk_firmware/blob/master/users/drashna/process_records.c#L116-L130

* updated rgb and copyright line

* updated tapcode KC_CCCV

* Update keyboards/rgbkb/zen/rev1/keymaps/starcaller_v1.1/config.h

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

* updated keymap folder name to my username
20d3a979 — Noan Mousy 5 years ago
Adding Backlight on the handwired AEK64 keyboard (#7629)

* Implementing backlight with breathing

* Rework of my personal keymap and adding some macros.
2d1c985f — Drashna Jaelre 5 years ago
core: Fix build config in protocol.mk (#7620)

Backports commits from tmk_keyboard
e4818cf7 — Sid Carter 5 years ago
[Keymap] Personal keymap for the E6.5 (#7623)

* add new layout mirroring all my other layouts

* add rgb and other keys on fnm layer
a1b53b45 — nrtkbb 5 years ago
[Keyboard] Add uzu42 info.json (#7617)

* Add uzu42 info.json

* Made corrections provided by noroadsleft.
[Docs] update git command and directory name of documents (#7619)

58b2c72d — moyi4681 5 years ago
[Keyboard] add kbd67mkiirgb v2 keyboard (#7618)

627d6c15 — Max Rumpf 5 years ago
[Keyboard][Phoebe] Send backslash on AltGr + ? (#7616)

4fbb53e8 — kakunpc 5 years ago
[Keyboard][angel64] fix info.json (#7615)

ab78386e — Bart Riemens 5 years ago
[Keyboard] Add Exclusive E7-V1 SE keyboard and keymaps (#7598)

* Updated based on feeback in PR #7598
f5638e54 — yulei 5 years ago
update dp60 configuration (#7561)

* update dp60 configuration

* disable rgb underglow to avoid firmware overflow

* cleanup rules.mk

* Update keyboards/dp60/keymaps/allleds/rules.mk

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

* Update keyboards/dp60/keymaps/allleds/rules.mk

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

* Update keyboards/dp60/keymaps/allleds/rules.mk

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

* Update keyboards/dp60/keymaps/allleds/rules.mk

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

* Update keyboards/dp60/keymaps/allleds/rules.mk

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

* cleanup all rules.mk
77efa1c6 — James Young 5 years ago
[Keyboard] Fluorite: add Configurator layout data (#7612)

a037cedf — yulei 5 years ago
fixed I2C driver support for stm32f4 (#7526)

* correct i2c driver for stm32f4

* update pin mode definitions

* update macro definition
Next