summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-19Change xprintf() calls in rgblight.c to dprintf() (#6363)Konstantin Đorđević
2019-07-18Tidy up ALF X1.1 (#6367)fauxpark
* Tidy up ALF X1.1 * Correct x positions * 4 spaces * Remove a stray TRNS key
2019-07-18simple readme fixmechmerlin
2019-07-18Print Screen and Pause placement swap (#5981)trinity1561
* Update x11.h The original json file that was given by the designer was incorrect. The Print Screen and Pause button is swapped. * Update space65.c Fixing the Caps Lock LED. * Revert "Update space65.c" This reverts commit 1f5de1abaefadd2e54259999a29bab501da5f67a.
2019-07-18Jotix (#6355)jotix
* add unicode_map * add unicode_map * numpad change
2019-07-18[Keyboard] Add 6macro keyboard (#6362)Joao Maia
* Initial commit for 6macro firmware * Updated layout documentation * Removed unused commented code
2019-07-18Add more layouts for the ergodash (#6336)Fred Silberberg
2019-07-18Correct backlight on state docs (#6358)fauxpark
* Correct backlight on state docs * Reword to make it less confusing
2019-07-18Add prime_e keymap (#6350)Ethan Madden
2019-07-17Allow userspace the opportunity to handle keycodesjshuf
2019-07-17cleanup and start sound (#6353)dsanchezseco
2019-07-16Extend maximum number of backlight levels to 31 (#6351)fauxpark
2019-07-16Add model01 keymap. Change kinesis keeymap.Daniel Schindler
2019-07-16Remove unnecessary IS_COMMAND definitions from a couple of boardsKonstantin Đorđević
2019-07-16Use led_set_kb instead of led_set_user in melody96.cKonstantin Đorđević
2019-07-16Remove more commented out MCUsfauxpark
2019-07-16[Keyboard] Add keyboard Naked48 (#6330)Salicylic-acid3
* Add Naked48 * Comment reflected
2019-07-16Fix Preprocessor check for Leader KeysDrashna Jaelre
2019-07-16Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre
* Remove the need to set NUM_OF_ENCODERS Instead, calculate the size of the array, and use that instead * Add hack for split common support * Remove NUM_OF_ENCODERS from keyboard config Can be reverted, if needed
2019-07-16[Keymap] Fix advanced keymap readme and macro function (#6342)Sidney Bovet
2019-07-16Allow Combo feature to be enabled/disabled live (#6318)Drashna Jaelre
* Add ability to enable/disable combos * Update documentation for Combo feature * Change keycodes for appeasement * Simplify combo_toggle function * Update names * Update combo docs to use tables
2019-07-16Align ARM i2c_readReg with AVR (#6314)Joel Challis
* Align arm i2c_readReg with avr * Align arm i2c_readReg with avr - fix cannonkeys
2019-07-16Add ARM I2Cv1 support to i2c_master (#6262)Joel Challis
* Add ARM I2Cv1 support to i2c_master * Add I2Cv1 docs
2019-07-16Expand bootloader target to support most AVR boards (#6255)Drashna Jaelre
* Update the :bootloader target to pass along correct hardware info * Update make scripts to properly grab the settings (a big thanks to @yanfali) * Remove LUFA debug warnings
2019-07-16Make Caps Lock delay more reasonable (#6199)Drashna Jaelre
* Make Caps Lock delay more reasonable * Update documentation * Update docs/config_options.md Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com> * Update docs/config_options.md Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>
2019-07-16Configure Vagrant to use qmk_base_container (#6194)Joel Challis
* Initial conversion of vagrant to use qmkfm/base_container * Fix vagrant when using docker provider * Workaround for VirtualBox VM restarts * Generalise Vagrant docs slightly and add FAQ
2019-07-16Store backlight breathing state in EEPROM (#6105)fauxpark
* Store backlight breathing state in EEPROM * Reduce backlight_config.level from 6 bits to 4 (max 15 "on" levels) * Error out if BACKLIGHT_LEVELS is > 15 * Remove mention of default backlight pin in rules.mk template * Remove pointless comment
2019-07-16Adding rgb matrix speed into eeprom storage. (#5965)XScorpion2
Zeroing out spd in eeconfig_init_quantum Switched to block read & update Update tmk_core/common/eeconfig.h Co-Authored-By: Drashna Jaelre <drashna@live.com> Fixing init compile error Update eeconfig.c Dead / Missing API cleanup alignment
2019-07-16shell.nix: Downgrade gcc-arm-embedded (#5913)Roman Volosatovs
Temporary fix for https://github.com/qmk/qmk_firmware/issues/5868
2019-07-16Enable Mousekeys on Corne Keyboard by default (#5893)Drashna Jaelre
* Enable Mousekeys on Corne Keyboard by default For Tessachka and Configurator support * ENable for default image too * Remove most of rules.mk for default keymap * make sure rgblight is enabled by default from default keymap
2019-07-16Remove commented out MCUs in rules.mk (#5884)fauxpark
2019-07-15Add out of bound check for Leader Key sequence array (#5840)Drashna Jaelre
* Add out of bound check for Leader Key sequence array * A shot at advanced C stuff for Leader Key optimization * Revert most changes * Change default back * Include string.h if compiling for ARM * Use sizeof instead of a number
2019-07-15Add sendstring LUTs for French keymap (#5830)fauxpark
2019-07-15[Docs] Add dedicated page for Split Keyboard information (#5802)Drashna Jaelre
* [Docs] Add dedicated page for Split Keyboard information * Apply suggestions from code review Co-Authored-By: drashna <drashna@live.com> * Fix Typos Co-Authored-By: drashna <drashna@live.com> * Fix some formatting issues * Add Additional RGB info * Fix Bulletted formatting * Apply suggestions from code review Co-Authored-By: drashna <drashna@live.com> * Fix line wrapping * Additional fixes and expansion * Reword warning/note Co-Authored-By: drashna <drashna@live.com> * add i2c/serial coexistance info * i2c markdown * Change i2c wiring text Co-Authored-By: drashna <drashna@live.com>
2019-07-15Skip unsupported firmware check message in silent mode (#5765)Drashna Jaelre
2019-07-15Sendstring LUT improvements (#5727)fauxpark
* Align sendstring LUTs to 9 characters wide * Replace 0 with XXXXXXX * Use decimal 128 for LUT size * Align heading comments * Add ASCII table comments * Add missing AltGr LUTs and adjust keycode LUTs accordingly * Use pragma once * Correct a couple more keycodes * Capitalise "BÉPO" * Also clean up the default tables * Tidy up Belgian and Norman LUTs
2019-07-15Remove lock LED example in quantum.c (#5636)fauxpark
* Use GPIO helper defines in backlighting * While I'm here, fix up the lock LED example too * Remove the example altogether, it's already documented
2019-07-15Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark
* Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
2019-07-15Add user-overridable callback for cancelling UCIS input (#5564)Aapo Saaristo
* Add user-overridable callback for cancelling UCIS input To clean up things from qk_ucis_start_user() for instance. * restore lost newline to quantum/process_keycode/process_ucis.c Co-Authored-By: shinmai <aapo.saaristo@gmail.com>
2019-07-15add 'objs-size' target into tmk_core/avr.mk (#5490)Takeshi ISHII
2019-07-15Usbasploader bootloader option addition (#6304)yiancar
* Added USBasp bootloader option for USBasploader * author comment * ifdef fix :) * Add usbasp target * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/flashing.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-07-15Fix compiling json files. (#6340)skullydazed
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed
* Script to generate keymap.c from JSON file. * Support for keymap.json * Add a warning about the keymap.c getting overwritten. * Fix keymap generating * Install the python deps * Flesh out more of the python environment * Remove defunct json2keymap * Style everything with yapf * Polish up python support * Hide json keymap.c into the .build dir * Polish up qmk-compile-json * Make milc work with positional arguments * Fix a couple small things * Fix some errors and make the CLI more understandable * Make the qmk wrapper more robust * Add basic QMK Doctor * Clean up docstrings and flesh them out as needed * remove unused compile_firmware() function
2019-07-15bface refactor (#6333)Drashna Jaelre
* remove custom matrix support * remove custom i2c and led driver * minor cleanups * update readme
2019-07-15[Keyboard] Add support for XD004 macro keyboard (#6337)Sidney Bovet
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <drashna@live.com> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <drashna@live.com> Remove commented out MCU Co-Authored-By: fauxpark <fauxpark@gmail.com> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <drashna@live.com>
2019-07-15[Keyboard] add macro pad "Shiro" (#6338)T.Shinohara
* add keyboard new macro pad "Kuro" * change main readme.md * remove not used code from default/keymap.c * Remove unnecessary code * Supports info.json * removed back slash and not used functions. * update at product link. add japanese messages.
2019-07-15Add GPL3 header to avr i2c files (#6332)Drashna Jaelre
* Add GPL3 header to avr i2c files * Add for i2c_slave as well * Fix formatting of license header
2019-07-15[Keyboard] new keyboard "angel64" (#6313)kakunpc
* set template * set Duplex Matrix * fix layout * set default keymap * fix indent * remove muhen * Update keyboards/angel64/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-07-14Update docker util script and travis to use new base containerzvecr
2019-07-14Update docker util script and travis to use new base containerzvecr