summaryrefslogtreecommitdiff
path: root/keyboards/handwired
AgeCommit message (Collapse)Author
2023-01-12weact docs patch re "security vulnerability" (#19572)Tom Barnes
2023-01-09[Keymap] Updated Freoduo keymap (#19351)Filip Paryż
2023-01-08Add some missing layout data (#19539)Joel Challis
2023-01-07Fix `handwired/onekey/kb2040` WS2812 pin (#19517)Joel Challis
2022-12-09Refactor use of led_set_user within handwired/prime_exl (#19274)Joel Challis
2022-12-09Refactor some led_set_kb instances (#19179)Joel Challis
* Refactor some led_set_kb instances * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-12-09Dactyl Manuform 4x5_5 Configurator Rendering Update (#18313)James Young
2022-12-04dqz11n1g: Documentation improvement. (#19230)David Kühling
Co-authored-by: David <dvdkhlng@posteo.de>
2022-12-02Fixup EFL and F4's sector selection. (#19221)Nick Brassel
2022-11-30[Keyboard] Daskeyboard4 (#18675)Commander1024
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-29[Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre
* Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog
2022-11-27Fix API errors in handwired/tractyl_manuform/5x6_right/arduinomicro (#19166)Joel Challis
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan
2022-11-27Joystick feature improvements (#19052)Ryan
2022-11-25jsonify some info.json (#19146)Joel Challis
2022-11-22Update use of legacy keycodes (#19120)Joel Challis
2022-11-21Remove .noci functionality (#19122)Joel Challis
2022-11-20Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-11-20[Keyboard] Move Hillside out of handwired (#18751)mmccoyd
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
2022-11-20[Keyboard] Add hardwired Dactyl macropad (#18761)bwprobably
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-11-20[Keyboard] Add ScottoStarter Keyboard (#18626)Joe Scotto
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-11-18Disable onekey console by default (#19104)Joel Challis
2022-11-15Fix some old keycodes (#19086)Ryan
2022-11-14 Fixup handwired/alcor_dactyl (#19072)jack
2022-11-14Add missing `manufacturer` fields (#19065)jack
2022-11-12Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-11-12[Keyboard] Add Dactyl Manuform 5x6 with 6 thumb cluster (#18845)fgoodwin
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-12[Keyboard] Add Handwired alcor dactyl (#18586)Ethan Johnston
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-12Digitizer feature improvements (#19034)Ryan
2022-11-12onekey: disable NKRO and mousekeys by default (#19038)Ryan
2022-11-11LED config fixes (#18973)Ryan
2022-11-09`handwired/swiftrax/cowfish`: fix layouts (#18984)Ryan
2022-11-08Normalise output selection (Bluetooth) keycodes (#19004)Ryan
2022-11-06`handwired/swiftrax/walter`: fix layout mismatch (#18974)Ryan
* `handwired/swiftrax/walter`: fix layout mismatch * Undo K4A removal, fix info.json instead
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-05Macro keycode name refactoring (#18958)Nick Brassel
2022-11-05Fix "no matrix definition" errors for some boards (#18954)Ryan
2022-11-03Normalise Dynamic Macro keycodes (#18939)Ryan
* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
2022-11-03Resolve info.json/rules.mk feature conflicts in three boards (#18942)Ryan
2022-11-01Added analog support for WB32 MCU. (#18289)Joy Lee
Co-authored-by: Joy <chang.li@westberrytech.com>
2022-10-31Normalise Unicode keycodes (#18898)Ryan
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
2022-10-29Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-10-27Remove rgblight_list.h (#18878)Ryan
* Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
2022-10-27Remove `KC_DELT` (#18882)Ryan
2022-10-27[Core] Adjust PWM hardware audio driver for RP2040 (#17723)Stefan Kerkmann
2022-10-27[Keymap] Update Miryoku (#18773)Manna Harbour
* [miryoku] Revert "[Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)" This reverts commit 89dbc181617e69a5b4d91d9d772724daa2d387bb. * [miryoku] Add keyboardio/model01 * [miryoku] Add handwired/dactyl_manuform/4x6 * [miryoku] Update BT keycodes - Update BT keycodes on Media inner index: - Move OUT_AUTO to bottom row - Move RGB_TOG in vi to pinkie column to match other TOG keycodes, and rotate row * [miryoku] Add Extra and Tap layers * [miryoku] Rename config workflow option to custom_config * [miryoku] Update custom_config.h and custom_rules.mk behaviour * [miryoku] Make mapping macro customisable globally and per layer * [miryoku] Add layer lock * [miryoku] Update RGB order in media-l-invertedt * [miryoku] Change mouse button order * [miryoku] Change to X macros for layer list - Supports adding and removing layers from custom_config.h - Add "U_" prefix to layer names - Add layer name strings - Populate keymaps array from X macro - Populate layers enum from X macro - Move layers enum to manna-harbour_miryoku.h - Rename miryoku_alternatives.h to miryoku_layer_alternatives.h - Rename miryoku_layer.h to miryoku_layer_selection.h - Remove miryoku_layer_names.h - Add miryoku_layer_list.h * [miryoku] Reformat split_3x6_3 mapping * [miryoku] Add merge field to workflows * [miryoku] Update thumb combos with new layer names * [miryoku] Update cover image * [miryoku] Add satt/vision * [miryoku] Update Branches and Building docs * [miryoku] Update reset keycode * [miryoku] Add xmk * [miryoku] Add boardsource/lulu * [miryoku] Fix keyboardio/model01
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan
2022-10-24Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)Ryan