summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-03Improve Pointing Device report sending (#11064)Drashna Jaelre
* Improve Pointing Device report sending * Hide old report behind preprocessors too * put host_mouse_send() in curly brackets * Remove POINTING_DEVICE_ALWAYS_SEND_REPORT functionality * Fix typo * fix function ref in docs Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-03[Keyboard] Add LCK75 keyboard (#11493)im a can what do you think lmao?
* Add lck75 keyboard A 75% THT keyboard with an OLED and rotary encoder * added info.json * fixed rules.mk * changed vendor id * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/keymaps/default/keymap.c moved code to the rules.mk folder Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk moved oled driver enable to rules.mk code * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update oled.c id like to keep the copyright there as it's my friend that helped me with the OLED specifically. also updated the old_task_user * Update keyboards/lck75/oled.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update rules.mk * merged oled.c code into keymap.c file tested and works correctly on my board * merged code from this file into the keymap.c file this file is no longer needed Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-02-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-04Use num lock instead of caps lock for KBDPAD MKII LED (#11781)Andre DeMarre
2021-02-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-03Update iNETT Studio Square.X RGB Light (#11723)Matrix Zou
* Add Caps Lock indicators support * Fix 'a' flag error for RGB Light Mode
2021-02-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-03[Keyboard] add koalafications (#11628)Brandon Claveria
* add koalafications * fix keymap * add oled * oled stuff * fix oled stuff * add animation * more oled stuff * update rules.mk * oled annimation * change PID * Update keyboards/handwired/swiftrax/koalafications/info.json * Update keyboards/handwired/swiftrax/koalafications/readme.md
2021-02-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-03Fixing layer order for Breeze default keymap (#11779)Eithan Shavit
2021-02-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-03Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776)Drashna Jaelre
* Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled * update type in dprintf Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-02-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-02Clean up KBD8X keyboard (#11565)Drashna Jaelre
* Clean up KBD8X keyboard * remove unneeded rules
2021-02-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-02Knobgoblin info file fix (#11697)mrT1ddl3s
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-02-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-02add orthodeluxe keymap for Planck keyboard (#11077)erikbakker-dev
* add orthodeluxe keymap for Planck keyboard * add licence header to config.h * fix indentation * add bootmagic lite and simplify code
2021-02-02Address wake from sleep instability (#11450)Joshua Diamond
* resolve race condition between suspend and wake in LUFA * avoid multiple calls to suspend_power_down() / suspend_wakeup_init() * Remove duplicate suspend_power_down_kb() call * pause on wakeup to wait for USB state to settle * need the repeated suspend_power_down() (that's where the sleep is) * more efficient implementation * fine tune the pause after sending wakeup * speculative chibios version of pause-after-wake * make wakeup delay configurable, and adjust value * better location for wakeup delay
2021-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-01CLI: Fix json flashing (#11765)Erovia
2021-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-01Fix Ergosaurus default RGB_DI_PIN (#11634)Carlos
* Update RGB_DI_PIN to match breakout on pcb * Wrap in safer define check
2021-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-01[Keyboard] Add nullbitsco SCRAMBLE (#11078)Jay Greco
* Add SCRAMBLE * Make requested changes to PR * Add all layers to VIA keymap Implement drashna's PR feedback in order to avoid random data within the layers in VIA. * Make requested changes to PR Implement fauxpark's PR feedback to clean up readme.md and rules.mk. * Make changes based on PR feedback -Changed VIA layers to enum -Added info on how to enter the bootloader to readme
2021-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-01added limit to RGB brightness (#11759)cole smith
2021-02-01Move transport.c to QUANTUM_LIB_SRC (#11751)Drashna Jaelre
2021-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-01[Docs] Japanese translation of internals_*.md (#10316)umi
* add git checkout internals_related.md translation * update based on comment * unify the end of sentence
2021-02-01Stop sounds when suspended (#11553)Joshua Diamond
* fix stopping audio on suspend vs. startup sound * trim firmware size * fix stuck audio on startup (ARM)
2021-02-01Decouple USB events from the USB interrupt handler. (#10437)Nick Brassel
2021-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-01quantum.c send char cleanups (#11743)Ryan
2021-01-31Create a system to map between info.json and config.h/rules.mk (#11548)Zach White
* generate rules.mk from a json mapping * generate rules.mk from a json mapping * support for config.h from json maps * improve the mapping system * document the mapping system * move data/maps to data/mappings * fix flake8 errors * fixup LED_MATRIX_DRIVER * remove product and description from the vision_division keymap level * reduce the complexity of generate-rules-mk * add tests for the generate commands * fix qmk doctor when submodules are not clean
2021-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-31[Keyboard] SplitKB's Zima (#11577)Drashna Jaelre
Co-authored-by: Thomas Baart <thomas@splitkb.com> Co-authored-by: Joel Challis <git@zvecr.com>
2021-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-31Fix missing F2 in top row in AoS TKL maps (#11735)Rys Sommefeldt
2021-01-30Merge remote-tracking branch 'origin/master' into developZach White
2021-01-30undef TAPPING_TERM in users/hvp/hvp.hZach White
2021-01-30rename callum's custom keycode that conflicts with a LUFA defineZach White
2021-01-30add missing _MACRO to users/brandonschlack/brandonschlack.hZach White
2021-01-30check for BACKLIGHT_ENABLE so this works on all keyboardsZach White
2021-01-30change LAYOUT_planck_grid to LAYOUT_ortho_4x12Zach White
2021-01-30bring the bocaj keymap inline with LAYOUT_ortho_4x12Zach White
2021-01-30bring the xyverz keymap inline with LAYOUT_66_ansiZach White
2021-01-30strip fn_actionsZach White