~ruther/qmk_firmware

78e060f5 — IFo Hancroft 5 years ago
VIA Support for the Idobo (ID75) (#8146)

* VIA Support for the Idobo (ID75)

* Implemented the requested PR changes

* Readme was pointing to the wrong board

* Fixed Product ID

* Fixed Manufacturer name

* Better Vendor ID

Using the two 8-bit ASCII values from the keyboard name.

* Removed Bootmagic Lite as enabled anyway by VIA

c53d4ecf — MechMerlin 5 years ago
VIA Support: Duck Eagle V2 (#8133)

* add via keymap

* Update keyboards/duck/eagle_viper/v2/keymaps/via/keymap.c
6a165c41 — ymzcdg 5 years ago
[Docs] doc update zh-cn (#8147)

* update zh-cn translate

Timestamp was added at the end of the document, it can help me manage version easier.

* fix _summary.md to utf-8

* fix _summary.md with vscode
387c486e — Jonathan Rascher 5 years ago
Rename Polaris Tsangan layout to 60_tsangan_hhkb and enable community layout support (#8144)

* Rename Polaris Tsangan layout to 60_tsangan_hhkb
a624c439 — a_p_u_r_o 5 years ago
[Keyboard] Fixed inconsistent MATRIX_ROWS and MATRIX_COLS: wsk/gothic50 (#8150)

fba99715 — Joel Challis 5 years ago
Align max backlight level in docs (#8142)

310b2f1b — Mikkel Jeppesen 5 years ago
use replace() over rename() to have cross-platform overwriting (#8148)

1fed2144 — Jonathan Rascher 5 years ago
Tweak my TAPPING_TERM and be more futureproof (#8143)

* Explicitly undef things I override in keymaps

* Reduce TAPPING_TERM back to default
f4c1e066 — dnsnrk 5 years ago
[Keymap] User keymap for KBDfans KBD67 MKII RGB (hot-swap) (#7697)

* initial custom keymap

* initial code for caps lock LED

* added debounce overrides

* override caps lock handler

* finished up on CAPS LOCK LED customization

* lowered debounce

* layer lightning fx

* Added layer tap-toggle

* reformatting

* refined keymap

* copyright and more clean-up

* increased DEBOUNCE

* initial custom keymap

* initial code for caps lock LED

* added debounce overrides

* override caps lock handler

* finished up on CAPS LOCK LED customization

* lowered debounce

* layer lightning fx

* Added layer tap-toggle

* reformatting

* refined keymap

* copyright and more clean-up

* increased DEBOUNCE

* added readme and some more clean-up

* incorporated pull request feedback
4b7d46ce — a_p_u_r_o 5 years ago
[Keyboard] Use DIRECT_PINS instead of empty MATRIX_ROW_PINS: sixshooter (#8130)

* [Keyboard] Use DIRECT_PINS instead of empty MATRIX_ROW_PINS: sixshooter

* [Keyboard] Reform the matrix into 2x3: sixshooter
cabe4dfa — James Young 5 years ago
[Keyboard] VIA Support for Boardwalk (#8124)

* initial commit of VIA Support

* update PRODUCT (and MANUFACTURER) per VIA docs

Reference: https://caniusevia.com/docs/configuring_qmk#change-product

Updated MANUFACTURER so it matches what the PRODUCT says.

* enable Link Time Optimization per mechmerlin

* revert change to USB Product Name

* add two empty layers to via keymap

VIA keymaps need four layers in flash.

* correct the layer indexes

Start from 0, not 1.
5279571e — Joel Challis 5 years ago
Remove zvecr dz60 keymap (#8140)

9398c11b — Nick Brassel 5 years ago
Remove tzarc's Luddite keymap. (#8139)

89c528e4 — Josh Johnson 5 years ago
[Keyboard] Add support for Hub16 (#7794)


Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-Authored-By: fauxpark <fauxpark@gmail.com>
[Keyboard] Add support for Polaris (#8123)

* Drop in old files

* Make a blank template keyboard to refresh ancient files to latest config

* Update keymaps files to new format

* Remove chunks of config asked for removal in previous pullreqs

* Remove split pin option from config

* Update rules.mk to latest version

* Remove unused functions from polaris.c

* Add via keymap

* Build basic tsangan keymap; add QMK configurator info

* Remove temporary template

* Update keyboards/ai03/polaris/config.h

* Update keyboards/ai03/polaris/readme.md

* Update keyboards/ai03/polaris/readme.md

* Update keyboards/ai03/polaris/readme.md

* Update rules.mk

* Fixes as per pullreq

* Update keyboards/ai03/polaris/keymaps/default_ansi_tsangan/keymap.c

* Update keyboards/ai03/polaris/polaris.h

* Update keyboards/ai03/polaris/keymaps/default_ansi_tsangan/keymap.c

* Update keyboards/ai03/polaris/info.json

* Update keyboards/ai03/polaris/keymaps/testing/readme.md
35c4dbe6 — madhogs 5 years ago
New iso layout and keymap for dz60 with 4th row all 1u (#7830)

* Added new iso layout and keymap for dz60 with all 4th row keys 1u in size
c3200aa8 — Ted Lin 5 years ago
Compile error if ONESHOT_TIMEOUT defined but oneshot disabled (#8100)

* Compile error if ONESHOT_TIMEOUT defined but oneshot disabled

When ONESHOT_TIMEOUT and NO_ACTION_ONESHOT are both defined, this code
fails to compile.

Wrap the one usage of ONESHOT_TIMEOUT that is inconsistent with the
rest so all usages are properly wrapped by a check of NO_ACTION_ONESHOT.

* Run file through clang-format

Co-authored-by: Ted M Lin <tedmlin@gmail.com>
6052aa49 — fauxpark 5 years ago
Use FIRMWARE_FORMAT for "Checking file size" message (#8121)

2fe288d0 — nopunin10did 5 years ago
[Keymap] Adding ergodash/rev1:nopunin10did (#8098)

* Adding ergodash/rev1:nopunin10did

* Update keyboards/ergodash/rev1/keymaps/nopunin10did/keymap.c

* Update keyboards/ergodash/rev1/keymaps/nopunin10did/keymap.c

* Update keyboards/ergodash/rev1/keymaps/nopunin10did/readme.md
b6e23f97 — Erovia 5 years ago
Update the flash cli command to use the user config (#8125)

Next