summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-02Remove old .gitignore entry. Add more macOS junk exclusions. (#16167)Nick Brassel
2022-02-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-01[Keyboard] Added keymaps for SPRH and update encoder (#16098)joedinkle
2022-02-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-01`qmk doctor`: display qmk_firmware version tag (#16155)Ryan
2022-02-01[Keyboard] Add YMDK sp64 VIA support (#16152)Adrian Fleiszer
2022-02-02Fixup multibuild filegen (#16166)Nick Brassel
* Add env variable support to multibuild. * Generate version.h in build-specific location.
2022-02-02Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel
* Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures.
2022-01-31[Keyboard] move woodkeys.click keyboards to /woodkeys (#16113)peepeetee
2022-01-31[Keyboard] move @drhigsby 's boards into /drhigsby (#16041)peepeetee
2022-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31[Keyboard] enable rgb modes for jkb65 (#16159)Drashna Jaelre
2022-01-31[Keyboard] move @vuhopkep 's keebs into /hnahkb (#16102)peepeetee
2022-01-31[Keyboard] fix missed .noci in reviung move (#16107)peepeetee
2022-01-31[Keyboard] move @tominabox1 's keebs into /tominabox1 (#16109)peepeetee
2022-01-31[Keyboard] move niu_mini to /kbdfans (#16112)peepeetee
2022-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31[Keyboard] move @omkbd 's boards to /omkbd (#16116)peepeetee
2022-01-31[Keyboard] R2 version of jadookb/jkb65 (#16129)WiZ.GG
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31[Keyboard] ReadMe corrections for crkbd (#16149)Ben Allen
2022-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31[Keyboard] Typo correction in ferris sweep readme (#16148)Albert Y
2022-01-31[Keyboard] Simplify handedness for cradio (#16147)Albert Y
2022-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31[Docs] Add reference to data sync options for RGB (#16144)Albert Y
2022-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-01Fixed a bug in pin assignment. (#16158)takishim
Added original copyright notice. Assign the tilde key to layer 1. Co-authored-by: takishim <tadashi@kishimo.to>
2022-02-01Small fix for Sol 3 brightness limits (#16157)XScorpion2
2022-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-01Fix build failure for LW67, rename ansi keymap to default (#16154)Ryan
* Fix build failure for LW67, rename ansi keymap to default * Fix keycode typos as well
2022-01-31[Keyboard] move @takai 's keyboards into /recompile_keys (#16053)peepeetee
2022-01-31[Keyboard] move @ka2hiro 's boards into /kagizaraya (#16070)peepeetee
2022-01-31[Keyboard] move @GlenPickle 's chimera* boards into a folder (#16072)peepeetee
2022-01-31[Keyboard] move @yynmt 's boards into /yynmt (#16075)peepeetee
2022-01-31[Keyboard] move @Biacco42 's keebs into /biacco42 (#16080)peepeetee
2022-01-31[Keyboard] move unikeyboard boards to /unikeyboard (#16081)peepeetee
2022-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31[Keyboard] Add the proton c as a controller for the redox (#16106)xerootg
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: xerootg <xerootg@github.com>
2022-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31KeebsForAll FreebirdTKL Layout Macro Refactor (#16146)James Young
2022-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31[Keyboard] Add LW67 keyboard (#16141)Laneware
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-31KapCave Arya: Fix QMK Configurator Implementation (#16145)James Young
* move layout macro alias to info.json * info.json: fix layout macro reference * info.json: fix layout data Original layout data was generated with rotation, which breaks the rendering. * info.json: remove layout macro alias It's not used anywhere, so no need to keep it. * rules.mk: enable Community Layout support
2022-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-30wilba.tech WT60-H3 Layout Macro Refactor (#16140)James Young
* move ISO Enter argument to home row Moves the ISO Enter key's argument to the home row to conform to QMK's standard for traditionally-staggered boards. * update info.json data
2022-01-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-30Mechlovin Olly BB Touch-Up (#16137)James Young
* fix keymap alignment Both the `default` and `via` keymaps had misalignments on the top 3 layers, which was misleading as to which keycode was on which switch on those layers. * fix layout macro reference in info.json * friendly-format info.json, phase 1 Adds line breaks between keyboard rows. * correct info.json key sequence * bb.h: use XXX for KC_NO * bb.h: add matrix diagram * add LAYOUT_ansi_split_bs Includes reference keymap. * add LAYOUT_iso_split_bs Includes reference keymap. * info.json: remove meta key
2022-01-30Merge remote-tracking branch 'origin/master' into developQMK Bot