summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove keymaps that still reference legacy macros (#18690)Joel Challis2022-10-13
|
* Fix joystick functionality for ChibiOS and OTG (Blackpill) (#18631)Ryan2022-10-13
| | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Fixup handwired/jopr — remove deprecated keycode (#18668)jack2022-10-13
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-12
|\
| * Vertex ARC60 Layout Refactor (#18670)James Young2022-10-13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-12
|\|
| * Quefrency xeal (#18657)Alex Ong2022-10-13
| |
| * Viendi 8L Layout Refactor (#18677)James Young2022-10-13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-12
|\|
| * [Keyboard] Support for dumbpad_v3x (#18663)Dicko2022-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: support for dumbpad_v3x - all credit goes to - ref: https://github.com/qmk/qmk_firmware/pull/16285 - included comment from noroadsleft - ref: https://github.com/qmk/qmk_firmware/pull/16285#pullrequestreview-1038213899 * fix: add newline on every .c, .h, .mk files end * feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991515821 * feat: response to change https://github.com/qmk/qmk_firmware/pull/18663#discussion_r991516192
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-12
|\|
| * Remove unused LED_INDICATORS constant (#18686)Joel Challis2022-10-12
| |
* | Remove some .gitignore files (#18689)Joel Challis2022-10-13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-12
|\|
| * Keychron q3 (#16912)lalalademaxiya12022-10-13
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Cesar Rojas <cesar.fieoner@gmail.com> Co-authored-by: lokher <lokher@gmail.com> Co-authored-by: Adam Karim <adam@akarsoft.com> Co-authored-by: bootstrapper <ido.samuelson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-12
|\|
| * Remove xealousbrown keyboard (#18658)Alex Ong2022-10-12
| | | | | | Co-authored-by: alexo <alex-ong>
* | Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650)James Thomson2022-10-11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-11
|\|
| * Bugfix waffling60 rev d solder (#18673)4pplet2022-10-11
| |
* | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-11
| | | | | | | | | | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* | Update snowe's KC_RESET to use QK_BOOT (#18667)precondition2022-10-11
| |
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-10
|\|
| * [Keyboard] Add hardwareabstraction/handwire Board (#18504)Andy Tsai2022-10-10
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Tom Barnes <barnestom@me.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-10
|\|
| * Vertex AngleR2 Layout Refactor (#18661)James Young2022-10-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-10
|\|
| * [Keyboard][Keymap] Fix random keys being sent on Mac + userspace changes ↵Artjoms Rizihs2022-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15648) * qmk art 2020+ * fix compilation * remove functions. translation matrix * fix edgecases * whitespace * fix memory oddity changing the keymap with every string print * return edge cases * support workman layout for git strings * subm * secrets * fix git ignore * rename var * workman HW feature toggle * remember lenght for inserting secrets * blink leds on secret finish * 75:fix LEDs not reflecting state on boot * move common led functions to user file * move common led funcs to separate file * move funcs file to separate folder * capsword * move string functions to a separate file * consolidate led funcs * tidy up variables * email * fix printing random keys on Mac + temp disable dynamic macro * make switch lang shortcut configurable * revert ergodone behaviour * move git ignore to userspace folder * ergodone clean up + saving space * navigation combos * shift caps always turns on caps lock. more combos * convert led funcs into header file * convert string funcs into header file * fix compilation for split75 * remove git cherry pick * update legal headers * more legal headers * home row macros * refactor combo names * redo combos for homerow + f10 11 12 * custom strings implementation (like secrets) * ergodone: more consistent f keys * tweak left right combos to minimise typing interference * ctr z shortcut * ergodone: move del to a more convenient key * rename secrets file to a shorter length * ergodone tweaks * fix after merge * removed included .c files * Update keyboards/ktec/ergodone/keymaps/art/user_config.c.example * Update keyboards/mt/split75/keymaps/art/user_config.c.example * Update users/art/secr.h.example * Update users/art/custom_definitions.h.example * Update users/art/art_user_config.h.example * Update users/art/art.h
* | Remove lingering `DRIVER_LED_TOTAL` references (#18662)jack2022-10-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-10
|\|
| * [Keyboard] New IDOBAO ID61 (a.k.a. Denwir D60) (#17362)Vino Rodrigues2022-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial upload * adjust keymap * Delete config.h * Update post.rules.mk * remapped to correct pins * add idobao keymap * disable underglow * minor fix * right menu on windows * imgur * ID61_process_special_k() function * KC_APP fix * Update keymap.c * pre-pr touchups * enum layouts * review changes recommended by tzarc * refactor special keys to common lib * rename layout and add info.json labels * account for 15 possible USER keys * post drashna review * Fn Arrow keys added * post review edits * use bitmask instead of bool array in specialk.c * move to community layout
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-10
|\|
| * [Keyboard] Add ANAVI Macro Pad 10 (#18620)Leon Anavi2022-10-09
| |
* | Fix mouse use within send_string (#18659)Joel Challis2022-10-09
| |
* | Make MIDI output endpoint use the out direction (#18654)nezumee2022-10-09
| |
* | twig50 - Remove deprecated keycodes (#18651)jack2022-10-09
| |
* | Remove legacy international keycodes (#18588)Ryan2022-10-09
| |
* | Various keyboard fixes (#18649)Joel Challis2022-10-09
| |
* | AnnePro2: Adjust RGB flushing (#18640)jpe2302022-10-08
| |
* | Allow QK_MAKE to work with converters (#18637)jpe2302022-10-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-08
|\|
| * Fix future naming collisions. (#18645)Nick Brassel2022-10-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-08
|\|
| * Synth Labs Solo Configurator Fixes (#18642)James Young2022-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting - four-space indent - line breaks between physical rows * info.json: fix key sequence * info.json: fix layout macro reference The macro `LAYOUT` doesn't exist - this data should reference `LAYOUT_all`. * info.json: add LAYOUT_left data * info.json: add LAYOUT_right data * info.json: correct LAYOUT_right key sequence and positioning
* | Relocate US ANSI shifted keycode aliases (#18634)Joel Challis2022-10-07
| |
* | fix typo in solenoid.h (#18635)Giuseppe Rota2022-10-07
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-07
|\|
| * Update CRKBD keymap (#18619)jpe2302022-10-07
| |
* | [Keymap] update andrebrait GMMK Pro keymap (#18608)Andre Brait2022-10-07
| |