~ruther/qmk_firmware

46023610 — Sid Carter 6 years ago
[Keymap] Switch Iris keymap from workman to colemak (#6385)

* via support and colemak layout

* figures tap and hold parts don't work vith via enabled - so those are commented out for now
28f53462 — Michael Pishchagin 6 years ago
[Keyboard] Backport two fixes from TMK: usb-usb converter (#6383)

* usb_usb: Order of init prevents uneeded bus reset
https://github.com/tmk/tmk_keyboard/commit/7c228967a405b04d58bb06e619de8d1d7bb3c15b#diff-deed77fb597e3a0019ce59fc1d09e260

* usb_usb: Fix startup block bug
https://github.com/tmk/tmk_keyboard/commit/c2ce617a363f3b9d43aa81f98e70d58f928931f4#diff-deed77fb597e3a0019ce59fc1d09e260
4532caf5 — Luke Wesley-Holley 6 years ago
[Keyboard] KBP V60 Type R Added ISO default (#6372)

* [Layout] KBP V60 Type R ISO default

* Remove ifdef

* Apply suggestions from code review

@noroadsleft I've accepted your suggestions. Tried locally any everything works as expected.

Thanks again - this if my first keyboard and first time looking at/ using/ contributing to qmk so I appreciate the feedback :+1:

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
e08e6c11 — noroadsleft 6 years ago
[Keyboard] Fix QMK Configurator bug with Wilba Tech Zeal60 LAYOUT_60_all (#6387)

info.json file had the wrong name for the JSON key; the macro that is normally named LAYOUT_all by convention is named LAYOUT_60_all on the Zeal60.

Bug flagged by drashna for flight505 on QMK Discord.
bffbb4b4 — Wilba 6 years ago
Refactoring wilba.tech PCBs, updating Rama Works U80-A  (#6272)

* Added WT65-B, WT75-B, minor fixes

* Update keyboards/wilba_tech/wt65_b/config.h

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

* Update keyboards/wilba_tech/wt65_b/readme.md

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

* Update keyboards/wilba_tech/wt75_b/config.h

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

* Change DEBOUNCING_DELAY to DEBOUNCE

* Change DEBOUNCING_DELAY to DEBOUNCE

* Move Zeal60/Zeal65 files to keyboards/wilba_tech

* Change DEBOUNCING_DELAY to DEBOUNCE

* Refactoring zeal60 code to wilba_tech

* Moved Rama Works PCBs to wilba_tech

* Rename Rama Works files

* Cleanup info.json

* Cleanup readme.md

* Cleanup USB device strings

* U80-A RGB matrix, IS31FL3731 driver changes

* Fixed #include from keyboards/zeal60
d686c0ea — noroadsleft 6 years ago
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)

* Update snagpad.h

White-space changes only. Making this file easier to read.

* Update info.json

Refactor:

- add labels
- debug linting (one key object per line)
- reorder keys for LAYOUT_numpad_5x4 (fixes QMK Configurator assigning keys to incorrect positions)

* Update readme.md

Refactor to conform to QMK template.

Updated link to The Board Podcast (old link was Error 404).
b3cdc7ef — trinity1561 6 years ago
[Keyboard] Update space65.c to fix caps lock LED (#6375)

cf2ffadb — Sid Carter 6 years ago
[Keymap] Add Colemak to existing fc660c keymap (#6374)

* consistent enums

* add colemak to another layer for fun

* update readme

* consistent enums

* add colemak to another layer for fun

* update readme
0da743d8 — Joel Challis 6 years ago
[Keyboard] Refactor handwired/splittest to support multiple boards (#6373)

* Refactor splittest to support multiple dev boards

* Refactor splittest to support multiple dev boards - revert change to number of RGB led

* Refactor splittest to support multiple dev boards - update docs

* Refactor splittest to support multiple dev boards - correct docs

* Refactor splittest to support multiple dev boards - update teensy master logic
7afae46e — MechMerlin 6 years ago
[Keyboard] Grid 600 Type 05 "PRESS" Cover Module (#6368)

* add grid600 type 5 press cover module

* Update keyboards/grid600/press/keymaps/default/keymap.c

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

* remove unused custom keycode enum
c6442998 — jotix 6 years ago
[Keyboard] leds in default keymap (#6357)

a2e91ebe — Konstantin Đorđević 6 years ago
Update IS_COMMAND definitions to use MOD_MASK_SHIFT (#6348)

* Update IS_COMMAND definition in templates to use MOD_MASK_SHIFT

* Update IS_COMMAND in docs

* Update IS_COMMAND default definition in tmk_core

* Update table in Command docs based on suggestion

Co-Authored-By: fauxpark <fauxpark@gmail.com>
a40dbf94 — Danny 6 years ago
Merge pull request #6264 from zvecr/split_master_check

Allow board to override split keyboard master check
1c0a7ad6 — Danny 6 years ago
Fix Numbrero Handwired make example in readme (#6379)

Fix Numbrero Handwired make example in readme
6b1db7da — noroadsleft 6 years ago
Fix Numbrero Handwired make example in readme
001a6c24 — Drashna Jaelre 6 years ago
[Docs] Clarify Zadig usage in FAQ Docs (#6360)

* Rewrite Zadig section to be more clear

* Wordsmithing

Co-Authored-By: MechMerlin <30334081+mechmerlin@users.noreply.github.com>
b1fc3f35 — noroadsleft 6 years ago
Melody96 Configurator updates and minor refactoring (#6365)

* Add Configurator layout data for LAYOUT_hotswap

* Add LAYOUT_std60_split_num0

Requested by 李小安#9728 on QMK Discord.

Standard 60% ANSI layout for the alphanumeric region, with a split-0 Numpad.

Includes a sample keymap.

* Update Docs links on readme

* Change melody96.h to use #pragma once include guard

* Change config.h to use #pragma once include guard

* Add readme for default_std60_split_num0 keymap
e040028f — Konstantin Đorđević 6 years ago
Change xprintf() calls in rgblight.c to dprintf() (#6363)

d417b0cc — fauxpark 6 years ago
Tidy up ALF X1.1 (#6367)

* Tidy up ALF X1.1

* Correct x positions

* 4 spaces

* Remove a stray TRNS key
b12b2694 — mechmerlin 6 years ago
simple readme fix
Next