~ruther/qmk_firmware

31aadc87 — QMK Bot 5 years ago
format code according to conventions [skip ci]
014ad1d7 — Joel Challis 5 years ago
Fix RESET keycode on some STM32F072 keyboards (#8134)

* Add f072 board files with 'enter_bootloader_mode_if_requested' support

* rename default f072 board file to GENERIC_STM32_F072XB

* Remove board files

* Add bootloader def

* Update generic f072 board paths

* Revert wrong deletion
1a77abfe — fauxpark 5 years ago
Define backlight pin for Quefrency Rev2 (#8141)

667b29b7 — Joel Challis 5 years ago
Align split_common/matrix.c with matrix.c (#8153)

7740470a — QMK Bot 5 years ago
format code according to conventions [skip ci]
eaf32621 — fauxpark 5 years ago
Align VUSB HID descriptors with LUFA/ChibiOS (#7675)

* Align VUSB HID descriptors with LUFA/ChibiOS

* Wrap send_system and send_consumer in ifdefs too

* Offset system usages to match LUFA/ChibiOS
f318d6ff — Rys Sommefeldt 5 years ago
VIA support for the Think6.5 (#8118)

* VIA support for Think6.5

* VIA support for Think6.5 Hotswap

* VIA works better with separate layout options

* Remove the colours used to help develop it in KLE

* Pay better attention to the JSON linter

* Update Think6.5 PRODUCT and remove VIA JSON defs
177666cb — Rys Sommefeldt 5 years ago
VIA support for Graystudio Space65 (#8126)

* VIA support for Graystudio Space65

* Update Space65 PRODUCT and remove VIA JSON def
9456832a — Ted M Lin 5 years ago
Fix out of bound OLED font access (#8145)

* Fix out of bound OLED font access

The default font is 1344 bytes, or a total of 224 glyphs (each 6-bytes wide).
OLED_FONT_END defaults to 224, which if used will then index off the end of
the font array. So either the documentation or code is wrong.

Instead of figuring out the rewording of the documentation, just change
the OLED_FONT_END default value to 223, to match the documentation and code.

* Add static assert to check array size

Build bomb if the font array size doesn't match to the defines.
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.
Next