Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-11 | [Keyboard] Add bastyl mini keyboard (#11782) | Quentin | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: NullSense <matas234@gmail.com> | |||
2021-02-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-11 | [Keyboard] Fix noxary Product IDs (#11771) | Rozakiin | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ruari <ruari.armstrong@gmail.com> | |||
2021-02-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-11 | [Keyboard] Support MJ65 - a 65% RGB Hotswap keyboard (#11764) | MelGeek | |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-02-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-11 | [Docs] Update feature_haptic_feedback.md (#11859) | Kyle McCreery | |
Arduino playground link to wiring diagram no longer works. Changed the link to point to the correct Adafruit hosted diagram pdf. | |||
2021-02-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-10 | [Keymap] add noroadsleft userspace; add and update keymaps (#11686) | James Young | |
2021-02-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-10 | [Keymap] Added german_gaming keymap for hidtech/bastyl (#11446) | Joschua Gandert | |
* Added german_gaming keymap for hidtech/bastyl * Apply suggestions from code review * Added missing brace | |||
2021-02-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-10 | Userspace updates (#11841) | stanrc85 | |
* enable LTO for smaller firmware size * delete since this was added to userspace rules.mk * readme updates and new images * Add -j to compile and flash commands in userpsace * Enable NKRO * Enable NKRO, VIA, LTO by default * Stanrc85-ansi readme update * Stanrc85-alice readme * quick RGB layer indicator fix in keymap | |||
2021-02-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-09 | [Keyboard] Add keyboard yun65 (#11714) | Spaceman | |
2021-02-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-09 | [Keyboard] Add sowbug/68keys and sowbug/ansi_tkl (#11589) | Mike Tsao | |
2021-02-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-09 | Play Keyboard Helen 80: fix matrix mapping (#11585) | LSChyi | |
2021-02-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-10 | Fix VENDOR_ID for ymd67 (#11838) | Konstantin Shpits | |
2021-02-09 | Remove FAUXCLICKY feature (deprecated) (#11829) | Drashna Jaelre | |
2021-02-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-09 | [Keyboard] Add Splitty keyboard (#11613) | Nicolas Schodet | |
2021-02-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-09 | Simplify NIBBLE encoder code and clean up keymaps (#11808) | Jay Greco | |
* Simplify encoder code and clean up keymaps. -Removed overly complex VIA encoder code. It wasn't adding any value and was confusing users who were trying to customize encoder functionality on VIA keymaps. -Replaced KC_TILDE with KC_HOME in all keymaps, as KC_TILDE sends a left shift, which was confusing some folks as they tested their build. -Move layer names to enum * Change encoder_update_kb to encoder_update_user per PR feedback | |||
2021-02-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-09 | ws2812: Fix number of nops for AVR at 8 MHz (#9559) | Sergey Vlasov | |
* ws2812: Fix number of nops for AVR at 8 MHz When trying to calculate the number of nops for AVR running at 8 MHz, the value of `w3` is expected to be negative; however, because `F_CPU` is defined in tmk_core/avr.mk with the `UL` suffix, the preprocessor performs its calculations using `unsigned long`, getting a very large positive number instead of the expected negative number; this then results in generating code with a huge number of nops. Fix the broken calculations by performing a comparison before subtraction, so that the unsigned number wraparound does not occur. The keyboard which triggers the problem is `handwired/promethium`; the buggy code silently compiles, but the resulting timings would be completely wrong. * ws2812: Clean up the code after the 8 MHz fix Remove old code which was unsuccessfully trying to clamp negative w1, w2 and w3 values to 0, and set w1_nops, w2_nops and w3_nops directly. | |||
2021-02-08 | remove deprecated qmk json-keymap (#11823) | Zach White | |
2021-02-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-08 | Fix RGBLIGHT_LIMIT_VAL typo (#11826) | Ryan | |
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | Migrate some tmk_core files to quantum (#11791) | Joel Challis | |
* Migrate some tmk_core files to quantum * Fix build errors | |||
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | via support for bat43 (#11729) | yfuku | |
* via support for bat43 * add adjust layer for via | |||
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | [Update] Allow APM32 on TrinityXTtkl (#11715) | Xelus22 | |
* amp32 initial change * fix spacing | |||
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | Allow flash/compile to accept relative json paths (#11767) | Joel Challis | |
* Allow flash/compile to accept relative paths * Review suggestions * Review comments * Put back exists check otherwise stdin fails * fix lint | |||
2021-02-08 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-02-07 | Add DSP40 (#11579) | Danny | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-02-08 | Rework I2C driver docs (#11658) | Ryan | |
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | [Keyboard] Add The Stick keyboard (#11745) | Danny | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | [Docs] Update isp_flashing_guide.md (#11777) | moritz-john | |
Added wiring for USBasp and changed the order of the documentation accordingly | |||
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | [Keymap] Update keymap for keebio/nyquist (#11734) | George Petri | |
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | [Keymap] Shadyproject/bfo9000 (#11753) | Chris M | |