summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix Czech sendstring LUT (#19193)Ryan2022-11-29
|
* fix typo (#19189)JayceFayne2022-11-29
|
* new keyboard rb1 (#18164)Ryan Baker2022-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | * rb1 * Update keymap.c * Update keyboards/ryanbaekr/rb1/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Delete rb1.c * Delete rb1.h * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix RWIN typo within keycode list (#19155)gshmu2022-11-28
| | | fix typo
* [Docs] Update reference_info_json.md (#18817)Ndot2022-11-28
| | | | | | | | | | | | | * [Docs] Update reference_info_json.md - Makes it easier to find keyboard.jsonschema. - Adds a reference to the Data Driven page. * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Add piantor (#18920)Leo Lou2022-11-28
| | | | | | | | | * Add piantor * Update keyboards/beekeeb/piantor/readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Merge remote-tracking branch 'upstream/develop'Nick Brassel2022-11-28
|\
| * 2022 Nov 26 changelog. (#19164)Nick Brassel2022-11-28
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * Fix API errors in handwired/tractyl_manuform/5x6_right/arduinomicro (#19166)Joel Challis2022-11-27
| |
| * Revert lib/usbhost changes (#19165)Joel Challis2022-11-27
| |
| * Fix encoder_init call order in keyboard_init (#19140)Christopher Hoage2022-11-27
| |
| * Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-27
| |
| * Fixup installation procedure for different Fedora versions. (#19159)Nick Brassel2022-11-27
| |
| * Joystick feature improvements (#19052)Ryan2022-11-27
| |
| * Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan2022-11-27
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-25
| |\ | |/ |/|
* | Fix build failures for `bastardkb/tbk` and `jels/boaty` (#19152)Ryan2022-11-25
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-25
| |\ | |/ |/|
* | Fix annepro2/c18:iso_default (#19147)Joel Challis2022-11-25
| |
| * jsonify some info.json (#19146)Joel Challis2022-11-25
| |
| * Fixup aurora/corne on develop (#19144)jack2022-11-24
| |
| * Additional DD backlight config (#19124)Joel Challis2022-11-23
| | | | | | | | | | * Additional dd backlight config * Update docs
| * Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-23
| |\ | |/ |/|
* | [Keymap] komidore64 planck rev6 (#19036)Adam Price2022-11-23
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Keyboard] Add splitkb.com's Aurora Corne (#18880)leah-splitkb2022-11-23
| |
* | [Add function] add 'Split Space and ISO and delete RGUI for Promise 87 (#18929)spbgzh2022-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add split space and ISO * Update wkl.h * update ISO * update * change KC_LGUI to KC_RGUI * delete RGUI * format * update promise87 readme.md * update promise87 wkl readme.md * Update readme.md * Update readme.md * change KC_SLCK to KC_SCRL * wuque/promise87/ansi: standardize Layout Macro names - rename `LAYOUT_tkl_f13_ansi` to `LAYOUT_tkl_f13_ansi_tsangan` - convert `LAYOUT_tkl_f13_ansi_iso` to `LAYOUT_tkl_f13_iso_tsangan` (adds position `K41`) - rename `LAYOUT_tkl_f13_ansi_split_space` to `LAYOUT_tkl_f13_ansi_tsangan_split_space` - rename `LAYOUT_tkl_f13_ansi_split_bs` to `LAYOUT_tkl_f13_ansi_tsangan_split_bs` - rename `LAYOUT_tkl_f13_ansi_split_lshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_lshift` - rename `LAYOUT_tkl_f13_ansi_split_rshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_rshift` - rename `LAYOUT_tkl_f13_ansi_split_bs_rshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift` * wuque/promise87/wkl: refactor LAYOUT_tkl_f13_ansi_wkl_iso Refactors `LAYOUT_tkl_f13_ansi_wkl_iso` into `LAYOUT_tkl_f13_iso_wkl` by adding position `K41` (Non-US Backslash) to the layout macro. Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
| * Publish constants metadata to API (#19143)Joel Challis2022-11-23
| | | | | | | | | | * Publish metadata * Ensure content is sorted
| * NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-23
| | | | | | | | | | | | | | * Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
| * initial (#19137)jack2022-11-22
| |
| * Update use of legacy keycodes (#19120)Joel Challis2022-11-22
| |
| * Merge remote-tracking branch 'origin/master' into developzvecr2022-11-22
| |\ | |/ |/|
* | Update .gitignore (#19132)Nick Brassel2022-11-22
| |
* | [Keyboard] add og60 keyboard (#19114)dztech2022-11-20
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Bastard Keyboards: upstream recent changes (#19083)Charly Delay2022-11-20
| | | | | | | | | | Co-authored-by: Simian <alex@Mandelbrot> Co-authored-by: Charly Delay <0xcharly@users.noreply.github.com> Co-authored-by: Alex Baldwin <alexbaldwin42@gmail.com>
* | [Keyboard] Add Satellite Rev1 (#18869)Xelus222022-11-20
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Use modern solution for tri-layer in sofle default layout (#19113)rafal0p2022-11-20
| |
| * Stub next develop dateszvecr2022-11-22
| |
| * Remove .noci functionality (#19122)Joel Challis2022-11-21
| |
| * Merge API update workflow (#19121)Joel Challis2022-11-21
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-20
| |\ | |/ |/|
* | [Keymap] Add home and end keys to coffee's bm40hsrgb keymap (#19108)CoffeeIsLife2022-11-20
| | | | | | Co-authored-by: Fae <faenkhauser@gmail.com>
| * Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-20
| |\ | |/ |/|
* | [Keyboard] Small fixes for the Atreyu rev1 keyboard (#19098)Jesus Climent2022-11-20
| |
* | [Keymap] Fix ducky one 2 sf fn layer mappings (#18955)Hayley2022-11-20
| |
* | [Keyboard] change RGBLED_NUM to 20 for zoom87 (#18930)spbgzh2022-11-20
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | [Keyboard] Fix up Boaty (#19117)jack2022-11-20
| |
* | [Keyboard] Add YR80 (#18945)JX2022-11-20
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | [Keyboard] Add layer tap keys to dshields keymaps. (#18953)Daniel Shields2022-11-20
| |
* | [Keyboard] EXT65 rev3 support (#18873)Xelus222022-11-20
| |
* | [Keyboard] Add hardwired Dactyl macropad (#18761)bwprobably2022-11-20
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>