~ruther/qmk_firmware

348266bd — morbetter 5 years ago
Adding VIA support for 40percentclub/luddite (#8158)

* Adding VIA support for 40percentclub/luddite

* Update config.h

* Update rules.mk

* Delete config.h

config.h was created to override the "default" of RGBLED_NUM 8
deleting the file to keep with defaults

* Removing block and comment as suggested

* Update PRODUCT_ID

Changing from:

 #define PRODUCT_ID      0x0A0C 

To:

 #define PRODUCT_ID      0x4C55 // "LU"

* Changing Vendor ID

Changing Vendor ID from:
#define VENDOR_ID       0xFEED
To:
#define VENDOR_ID       0x3430 // "40"
eb1f99c5 — Yan-Fa Li 5 years ago
[keymap] Update audio controls on community (#8163)

* Update audio controls on community

* Add rules for various boards

* TKL support
4eed0331 — James Young 5 years ago
Just60 Configurator layout support and thinxer keymap (#7761)

* Just60 Configurator layout support

* adds thinxer keymap, which is the default keymap with QMK DFU bootloader
66177aa5 — Brandon Schlack 5 years ago
Add community layout support to Mysterium (#8164)

ac0947c9 — fauxpark 5 years ago
Convert two handwired default keymaps to Dynamic Macro feature (#8166)

806cd392 — Morton Jonuschat 5 years ago
[osx_neo2] Bugfixes and improvements to Ergodox macOS Neo2 keymap (#8154)

* Use TAPPING_TERM constant (and redefine value to 200ms)
* change TAPPING_TOGGLE to 2 to require two taps to lock in layer 4
* add support for Shift-Command 3/4/5 key combinations that are used in
  macOS Catalina
* avoid false positive tap detecion for RMOD3 when the whole sequence of
  pressing RMOD3, tapping another key and releasing RMOD3 took less than
  TAPPING_TERM milliseconds.
* replace SEND_STRING with tap_code()/tap_code16(), saving ~860 bytes in
  compiled firmware size.
9241d11d — Keelhauler 5 years ago
[Keymap] Add personal keymap (#7338)

* Copy default config
* Copy and edit Preonic keymap layers
* Update README
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
Next