summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * bm60rgb: fix layout macro references (#13246)James Young2021-06-195-9/+13
| | | | | | ... and enable Community Layout support
| * [Keyboard] Add Switchplate 910 keyboard (#13235)Jumail Mundekkat2021-06-1810-0/+581
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keymap] Add my keymaps for the Keebio Iris and Planck (#13005)Mats Nilsson2021-06-1812-0/+493
| |
| * [Keyboard] add dztech/dz65rgb/v3 keyboard (#13017)moyi46812021-06-1817-136/+704
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keymap] adding keymap for pistachio (#12996)rate2021-06-184-1/+149
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] Murphpad Changes and Updates (#12995)Kyle McCreery2021-06-184-66/+80
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Docs] update Japanese translation of tap_hold.md (#12820)umi2021-06-181-6/+24
| | | | | | | | | | * update tap_hold.md translation * restore unnecessary change line
| * [Docs] update Japanese translation of hardware_keyboard_guidelines.md (#12769)umi2021-06-181-2/+21
| | | | | | | | | | * update hardware_keyboard_guidelines.md translation * update based on comment
| * [Docs] update Japanese translation of feature_haptic_feedback.md (#12737)umi2021-06-181-6/+13
| | | | | | | | | | | | | | | | | | * update feature_haptic_feedback.md translation * change url of driver pdf location * change buzz word * update based on comment
| * [Keyboard] Fix revision issues with Kyria (#13208)Drashna Jaelre2021-06-173-62/+43
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Fix comment in split89's config.h (#13231)jurassic732021-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing closing comment bit */ This seems to cause the QMK configurator to break when clicking the compile button: Compiling: keyboards/handwired/split89/split89.c In file included from : ent] /* COL2ROW, ROW2COL */  cc1: all warnings being treated as errors  | | | make: *** ine/keyboards/handwired/split89/split89.o] Error 1
| * Update merge sequence to reflect no-ff, no-squash. (#13038)Nick Brassel2021-06-181-4/+8
| |
* | RGB Matrix eeprom write limiting (#13238)XScorpion22021-06-192-28/+32
| |
* | Temporary disable of CRC (#13252)Joel Challis2021-06-201-1/+0
| |
* | Fixing incorrect keymap build when switching between multiple keymap.jsons ↵Donald Kjer2021-06-192-15/+15
| | | | | | | | (#12632)
* | allow LINE_PINxx for Teensy 4.x pins (#13247)Michael Stapelberg2021-06-192-1/+16
| | | | | | fixes https://github.com/qmk/qmk_firmware/issues/13052
* | Upgrades Vagrant box to Debian 10 to fix Docker build error on Debian 9. ↵Jean-Sebastien Paquet2021-06-191-1/+1
| | | | | | | | (#13236)
* | ST7565 invert (#13237)Ryan2021-06-193-0/+24
| |
* | Add oled_invert (#13172)Ignaz Kevenaar2021-06-193-0/+34
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Extensible split data sync (#11930)Nick Brassel2021-06-1829-691/+1387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extensible split data sync capability through transactions. - Split common transport has been split up between the transport layer and data layer. - Split "transactions" model used, with convergence between I2C and serial data definitions. - Slave matrix "generation count" is used to determine if the full slave matrix needs to be retrieved. - Encoders get the same "generation count" treatment. - All other blocks of data are synchronised when a change is detected. - All transmissions have a globally-configurable deadline before a transmission is forced (`FORCED_SYNC_THROTTLE_MS`, default 100ms). - Added atomicity for all core-synced data, preventing partial updates - Added retries to AVR i2c_master's i2c_start, to minimise the number of failed transactions when interrupts are disabled on the slave due to atomicity checks. - Some keyboards have had slight modifications made in order to ensure that they still build due to firmware size restrictions. * Fixup LED_MATRIX compile. * Parameterise ERROR_DISCONNECT_COUNT.
* | Add CRC8 calculation subsystem to quantum (#12641)Stefan Kerkmann2021-06-184-0/+115
| | | | | | | | | | | | | | | | | | | | | | * Intended usage is data validation in split transport code. * Default space efficient algorithm. * Opt-in fast table based algorithmn with #define CRC8_USE_TABLE switch. * Define switches for size and speed optimized versions, the default is size optimized by using uint_least8_t as datatype for calculations. * #define CRC8_OPTIMIZE_SPEED uses uint_fast8_t as datatype for calculations, this only affects 32-bit Archs like ARM and RISC-V. * Placeholder crc_init() function for hardware backed crc calculation, not implemented yet.
* | ChibiOS SVN mirror script. (#13070)Nick Brassel2021-06-181-0/+55
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-178-0/+332
|\|
| * [Keyboard] Add Split 89 (#13213)jurassic732021-06-178-0/+332
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-06-1727-27/+1401
|\|
| * OLED driver tweaks (#13215)Ryan2021-06-173-24/+22
| |
| * [Keyboard] Add KMAC PAD (#13104)talsu2021-06-169-0/+603
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Minivan : add missing enable to support RGB LEDs (#13157)TerryMathews2021-06-161-0/+1
| | | | | | Config.h has support for RGB LEDs but enable line was missing in rules.mk
| * Document user song list file (#13101)Drashna Jaelre2021-06-151-1/+3
| |
| * Fix overrun in oled_write_raw when not at (0, 0) (#13204)Jonathan Rascher2021-06-151-2/+3
| |
| * [Keyboard] add mb44 keyboard (#12798)melonbred2021-06-1513-0/+769
| | | | | | | | Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Allow user override of RGB_DISABLE_WHEN_USB_SUSPENDED for BM40 ↵Albert Y2021-06-151-1/+1
| | | | | | | | | | | | keyboard (#12700) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: filterpaper <filterpaper@localhost>
* | core: wire up flash make target for Teensy 4.x (#13077)Michael Stapelberg2021-06-173-1/+7
| | | | | | related to https://github.com/kinx-project/kint/issues/5
* | Fix overrun in st7565_write_raw when not at (0, 0) (#13209)Jonathan Rascher2021-06-151-2/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-161-1/+1
|\|
| * [Keyboard] Fix layout in noon.h (#13087)Philip (Han) Suh2021-06-151-1/+1
| | | | | | Forgot to include a KC_NO in a column, causing issues for customers
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-162-0/+31
|\|
| * [Keymap] ANAVI Macro Pad 2 add binary keymap (#13090)Leon Anavi2021-06-152-0/+31
| | | | | | | | | | | | | | | | | | | | | | This binary keymap for ANAVI Macro Pad 2 helps with 0 and 1: left key: 0 right key: 1 Combo press both keys to control the backlit. Suggested-by: Chris <christopher.walker@crowdsupply.com> Signed-off-by: Leon Anavi <leon@anavi.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-161-2/+2
|\|
| * [Keyboard] Potato65 Hotswap Fixed mistake in key matrix (#13095)Aeonstrife2021-06-151-2/+2
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-161-1/+1
|\|
| * Debian requires package libusb-dev to build bootloaderHID (#13105)Rickard von Essen2021-06-151-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-162-0/+4
|\|
| * Top level heading for common config (LED Matrix) (#13153)Brian Low2021-06-151-0/+2
| |
| * Top level heading for common config (RGB Matrix) (#13120)Brian Low2021-06-151-0/+2
| | | | | | | | | | | | | | * Top level heading for common config Prior to this, the some of the common config looks like a detail of the APA102 driver * Change heading to Common Config (RGB Matrix)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-163-0/+171
|\|
| * [Keymap] Keebio Iris rev4 - keymap with dual encoder support (#13063)R2021-06-153-0/+171
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | core: make RESET key work with Teensy 4.x (#13076)Michael Stapelberg2021-06-151-1/+1
| | | | | | related to https://github.com/kinx-project/kint/issues/5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-163-1/+7
|\|
| * Change Lufa-MS size (#13183)kb-elmo2021-06-153-1/+7
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>