Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-09 | 7 | -0/+217 |
|\ | |||||
| * | Addition of the Binepad BN006 6-key macropad (#18810) | Vino Rodrigues | 2022-11-09 | 7 | -0/+217 |
| | | |||||
* | | [Core] Allow custom timings for WS2812 PIO driver (#18006) | Stefan Kerkmann | 2022-11-10 | 2 | -72/+166 |
| | | |||||
* | | VIA V3 - The Custom UI Update (#18222) | Wilba | 2022-11-10 | 68 | -886/+751 |
| | | |||||
* | | Rollback unrelated changes from previous PR. (#19015) | Nick Brassel | 2022-11-10 | 1 | -2/+12 |
| | | |||||
* | | Fix jump in report value when scale changes during cirque get report (#18992) | Christopher Hoage | 2022-11-09 | 1 | -5/+8 |
| | | | | | | Fixes undefined | ||||
* | | Reject json with duplicate keys? (#18108) | Joel Challis | 2022-11-09 | 1 | -2/+13 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-09 | 1 | -2/+2 |
|\| | |||||
| * | `bolsa/bolsalice`: fix layout (#19009) | Ryan | 2022-11-09 | 1 | -2/+2 |
| | | |||||
* | | Improve LED config parsing error messages (#19007) | Ryan | 2022-11-09 | 1 | -2/+2 |
| | | |||||
* | | Fixup keychron/q1/iso_encoder (#19006) | jack | 2022-11-09 | 2 | -3/+3 |
| | | |||||
* | | `handwired/swiftrax/cowfish`: fix layouts (#18984) | Ryan | 2022-11-09 | 4 | -113/+519 |
| | | |||||
* | | Normalise output selection (Bluetooth) keycodes (#19004) | Ryan | 2022-11-08 | 19 | -61/+62 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-08 | 7 | -0/+298 |
|\| | |||||
| * | [Keyboard] Add Brutal v2 1800 PCB to QMK (#18891) | Andrew Kannan | 2022-11-08 | 7 | -0/+298 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-08 | 15 | -186/+81 |
|\| | |||||
| * | [Keyboard] Refactor chinese PCB folder (#18923) | HorrorTroll | 2022-11-08 | 15 | -186/+81 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-08 | 21 | -12/+986 |
|\| | |||||
| * | [Keyboard] Add ISO Encoder variant of Keychron Q1v1 (#18829) | adophoxia | 2022-11-08 | 14 | -12/+572 |
| | | |||||
| * | [Keymap] Add model01 and doio/kb16 keymaps (#18681) | Ryan Anderson | 2022-11-08 | 7 | -0/+414 |
| | | |||||
* | | `gboards/gergoplex`: fix matrix pins (#18999) | Ryan | 2022-11-08 | 2 | -16/+16 |
| | | |||||
* | | Add raw output option for QGF/QFF files. (#18998) | Nick Brassel | 2022-11-08 | 3 | -6/+23 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-08 | 4 | -0/+359 |
|\| | |||||
| * | [Keymap] KO Kyria (#18413) | Kevin Ohlin | 2022-11-07 | 4 | -0/+359 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | `pizzakeyboards/pizza65`: fix layouts (#18979) | Ryan | 2022-11-08 | 4 | -67/+62 |
| | | |||||
* | | `mechlovin/adelais/standard_led/avr/rev1`: fix layout (#18997) | Ryan | 2022-11-08 | 1 | -1/+1 |
| | | |||||
* | | Publish hjson files as json (#18996) | Joel Challis | 2022-11-08 | 1 | -1/+18 |
| | | |||||
* | | Format DD mappings and schemas (#18924) | Ryan | 2022-11-08 | 14 | -1320/+1290 |
| | | |||||
* | | Fixup hotdox76v2 on develop (#18991) | jack | 2022-11-08 | 1 | -2/+1 |
| | | |||||
* | | `cannonkeys/db60/hotswap`: fix layouts (#18982) | Ryan | 2022-11-07 | 7 | -15/+611 |
| | | |||||
* | | Align haptic feedback keycode names (#18964) | Joel Challis | 2022-11-07 | 5 | -57/+123 |
| | | |||||
* | | Normalise MIDI keycodes (#18972) | Ryan | 2022-11-07 | 39 | -1170/+1815 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo | ||||
* | | Fix use of shifted custom keycode (#18978) | Joel Challis | 2022-11-06 | 1 | -5/+6 |
| | | |||||
* | | Fix keycode parameter extraction to match the new DD keycodes (#18977) | Sergey Vlasov | 2022-11-06 | 8 | -38/+81 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add macros to extract parameters from keycode values Implement both encoding and decoding for keycodes like TO(layer) or LM(layer, mod) in one place, so that the decoding won't get out of sync with the encoding. While at it, fix some macros for creating keycode values that did not apply the appropriate masks to parameters (and therefore could allow the result to be out of range if a wrong parameter was passed). * keymap_common: Use extraction macros for keycodes * pointing_device_auto_mouse: Use extraction macros for keycodes Fixes #18970. * process_autocorrect: Use extraction macros for keycodes * process_caps_word: Use extraction macros for keycodes (Also fix a minor bug - SH_TG was not handled properly) * process_leader: Use extraction macros for keycodes (Technically the code is not 100% correct, because it always assumes that the LT() or MT() action was a tap, but it's a separate issue that already existed before the keycode changes.) * process_unicode: Use extraction macros for keycodes * process_unicodemap: Use extraction macros for keycodes | ||||
* | | `handwired/swiftrax/walter`: fix layout mismatch (#18974) | Ryan | 2022-11-06 | 2 | -81/+78 |
| | | | | | | | | | | * `handwired/swiftrax/walter`: fix layout mismatch * Undo K4A removal, fix info.json instead | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-11-06 | 24 | -33/+1307 |
|\| | |||||
| * | [Keyboard] Add Work Louder Numpad (#18912) | Drashna Jaelre | 2022-11-05 | 7 | -0/+202 |
| | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] Add Work Louder Numpad * Add future proofing for rgb matrix * Update readme * fixup copyright headers * Actually enable via | ||||
| * | [Keyboard] Add hotdox76v2 support (#18680) | Drashna Jaelre | 2022-11-03 | 11 | -0/+967 |
| | | |||||
| * | Refactor to avoid deprecated wmic execution (#18122) | Joel Challis | 2022-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * wmic deprecated? * Update platforms/avr/flash.mk * Update platforms/avr/flash.mk | ||||
| * | Phoebe: Add key to print screen (#18856) | Max Rumpf | 2022-10-31 | 1 | -2/+2 |
| | | |||||
| * | Star75 Refactor (#18885) | James Young | 2022-10-31 | 4 | -30/+135 |
| | | |||||
* | | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 707 | -958/+989 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | [Bug] Fix compilation issue with WPM (#18965) | Drashna Jaelre | 2022-11-05 | 1 | -0/+1 |
| | | |||||
* | | Align audio keycode names (#18962) | Joel Challis | 2022-11-05 | 8 | -93/+165 |
| | | | | | | | | | | | | | | * Align audio keycode names * Update docs * Update quantum | ||||
* | | Align dynamic tapping term keycode names (#18963) | Joel Challis | 2022-11-05 | 5 | -19/+32 |
| | | | | | | | | | | * Align dynamic tapping term keycode names * regen header | ||||
* | | Remove thermal printer. (#18959) | Nick Brassel | 2022-11-06 | 18 | -958/+8 |
| | | |||||
* | | Macro keycode name refactoring (#18958) | Nick Brassel | 2022-11-05 | 10 | -116/+243 |
| | | |||||
* | | Reduce includes for send_string header (#18952) | Ryan | 2022-11-05 | 1 | -3/+7 |
| | | |||||
* | | Initial DD keycode migration (#18643) | Joel Challis | 2022-11-05 | 30 | -1879/+5472 |
| | | | | | | | | | | * Initial DD keycode migration * Sort magic keycodes | ||||
* | | Remove hardcoded VIA keycode range (#18956) | Joel Challis | 2022-11-05 | 2 | -2/+2 |
| | |