~ruther/qmk_firmware

ref: 9b36ec53512f89ee834a894e23a64a8b4fcf3fc8 qmk_firmware/keyboards d---------
b53356f7 — Cameron Varley 2 years ago
[Keyboard] Add GMMK Numpad (#20067)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
c402bac0 — Albert Y 2 years ago
[Keymap] Ferris - Add split USB detection directive (#20213)

a030e809 — Shane Dowling 2 years ago
[Keymap] Add md40 ckrbd keymap (#19931)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
b63e3886 — Alejandro Chacón 2 years ago
[Keyboard update] Fix json error (#20299)

81f3f0f3 — Nick Brassel 2 years ago
Revert to hex output for kint41 (#20295)

d0c36a76 — Maverick0197 2 years ago
[Keyboard] Add KeyDeck8 (#20107)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
c6cc6387 — 4pplet 2 years ago
[Keyboard] Add Steezy60 Rev B (#19688)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Co-authored-by: yiancar <yiancar@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Jue Liu <youturn@Jues-MacBook-Pro.local>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: jason <jrucker2004@gmail.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
621dbdf8 — Sắn 2 years ago
[Keyboard] Add Plaque80 (#20240)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
896f38c5 — Alejandro Chacón 2 years ago
[Keyboard] Add alhenkb macropad (#20123)

Fix some invalid layout macros (#20256)

e0b1637e — Joel Challis 2 years ago
I have zero involvement with this keyboard... (#20287)

a6b2b1ca — takashicompany 2 years ago
Add new keyboard Tightwriter (#20136)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
02cb5db6 — Albert Y 2 years ago
Remove invalid characters (#20277)

00c3946f — blindassassin111 2 years ago
[keyboard] Correcting info.JSON for OSAv2 (#20247)

3ee17cd5 — Nick Brassel 2 years ago
[chore] keyboards/tzarc: Alignment with clang-format. (#20265)

153bcdcd — Andrew Kannan 2 years ago
Add CannonKeys Bakeneko65 Hotswap ISO PCB to QMK (#20131)

* Add CannonKeys Bakeneko65 Hotswap ISO PCB to QMK

* Add 65_iso_blocker community layout support
37ac5e68 — blindassassin111 2 years ago
[Keyboard]Viktus Minne - Topre variant (#20044)

* Adding the Viktus Minne topre pcb variant

* Update keyboards/viktus/minne_topre/readme.md

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update rules.mk

* Moving layouts from *.h to info.json

* Removing minne_topre.h and updating others

* fixing *.c's

* Switch from int to void for ec_init

* Update info.json

* Update info.json

---------

Co-authored-by: Drashna Jaelre <drashna@live.com>
b035cd09 — blindassassin111 2 years ago
[keyboard] Correcting info.JSON for Viktus Minne (#20244)

15cb7ded — Cipulot 2 years ago
EC ProX PCB (#20047)

* Add EC Pro X

Addition of EC Pro X PCB series.
This series comprises 2 versions:
- ANSI/ISO
- JIS

The PCBs are different and are compatible only with their respective cases.

* Moved from data driven row/col def to config def

* Added project url in info.json

* Implemented proper `LAYOUT_` changes

* Removen unnecessary `.h` includes

* Removal of `"w": 1`

* Added `DISCHARGE_TIME`

Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor  that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings.

Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise.

* Fixed keymap error in ordering

* Update keyboards/cipulot/ec_prox/jis/readme.md

Co-authored-by: Tom Barnes <barnestom@me.com>

* Update keyboards/cipulot/ec_prox/ansi_iso/readme.md

Co-authored-by: Tom Barnes <barnestom@me.com>

* Removal of `info.json` lines as suggested

* Update to comply with `_kb` and `_user` separation

* Update keyboards/cipulot/ec_prox/jis/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update rules.mk

---------

Co-authored-by: Tom Barnes <barnestom@me.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
5428d922 — Cipulot 2 years ago
EC 23U PCB (#20049)

* Add EC 23U PCB firmware

* Moved from data driven row/col def to config def

* Implemented proper LAYOUT_ changes

* Removed unnecessary `.h` includes

* Updated default thresholds

* Added `DISCHARGE_TIME`

Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor  that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings.

Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise.

* Update readme.md

Added missing `cipulot/` in example commands.

* Removal of `info.json` lines as suggested

* Update to comply with `_kb` and `_user` separation

* Update rules.mk
Next