summaryrefslogtreecommitdiff
path: root/quantum
Commit message (Collapse)AuthorAge
* Flesh out the grave escape overridesskullY2017-12-03
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* adds planck light keyboardJack Humbert2017-11-20
|
* added SS_LSFT to featured macrosGilbert Consellado2017-11-20
|
* make it easy to customize logo imageTakayuki Matsubara2017-11-06
|
* update template readmeJack Humbert2017-11-01
|
* update qmk templateJack Humbert2017-11-01
|
* Fix Pointing Device code (#1934)drashna2017-10-31
| | | | | | | | | | * Fix pointer device options when the feature was added, the appropriate option definition wasn't created. This needs to be added to function properly. * Update common_features.mk * missing underscore in init function declaration
* Fix for issue https://github.com/qmk/qmk_firmware/issues/1751Jody Foo2017-10-29
|
* Fix process_combo.c compile warningShihpin Tseng2017-10-29
|
* Added a new keycode for cycling through RBG modes which reverses directions ↵Sebastian Kaim2017-10-24
| | | | | | | when shift is hold. This commit adds a new keycode `RGB_SMOD` which is the same as `RGB_MOD` (cycle through all modes), but when it is used in combination with shift it will reverse the direction.
* Address #1689 by using a formula to define the breathing curve (#1692)skullydazed2017-10-17
| | | | | | * Address #1689 by using a formula to define the breathing curve and exposing defines to control the shape of the curve. * Tweak the behavior of breathing for clueboard
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)Snipeye2017-10-10
| | | | | | | | * Added Dichotemy Keyboard, updated docs for Pointing Device * Updated readme * Updated mouse report pointer in pointing_device.c
* Generic Pointing Device (#1767)Snipeye2017-10-06
|
* Fix dynamic macros on ChibiOS keyboardsFred Sundvik2017-09-30
|
* Clueboard 60% support (#1746)skullydazed2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | * initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted
* KC_TILD should not have been listed as an auto shift keyJeremy Cowgar2017-09-18
|
* Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar2017-09-18
|
* Address issue #1713 (#1728)Dylan Khor2017-09-17
|
* update to driver separationJack Humbert2017-09-15
|\
| * Merge branch 'master' into ps2avrGBLuiz Ribeiro2017-07-04
| |\
| * | Fixed rgblight_types.hLuiz Ribeiro2017-06-11
| | |
| * | Added a build flag for using a custom rgblight driverLuiz Ribeiro2017-06-11
| | |
* | | Cleaned, revised, and updated my keymaps to reflect new changes/defaults (#1712)Dylan Khor2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new RGB keycodes and clean up lets split keymap * extraneous cases * More cleanup and added macro * one more macro * cleaned up my planck keymap and added macros * Transitioned planck keymap to new formatting / audio modes based on new default * Remove extraneous newline in song list, add keycodes missed in previous commit * error in graphical representation of keycodes
* | | Updates send_string functionality, adds terminal feature (#1657)Jack Humbert2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs
* | | fix for toggle tap dancePtomerty2017-09-10
| | |
* | | Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* | | RGB improvements (#1684)skullydazed2017-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow the knight animation to be restricted to a portion of the LED strip * Add keys for jumping directly to particular animation modes * Remove orphaned break statements * Tweak the `RGB_MODE` buttons so they cycle through the same mode. * small indentation fix
* | | add audio on/off audiosJack Humbert2017-09-06
| | |
* | | update planck stuffJack Humbert2017-09-06
| | |
* | | Improve and simplify RGB Knight mode (#1677)David Stosik2017-09-05
| | | | | | | | | | | | | | | | | | * Simplify RGB Knight mode code, and make it look closer to KITT * Remove RGBLIGHT_EFFECT_DUALKNIGHT_LENGTH
* | | Fix Kitt and its default behavior (#1674)David Stosik2017-09-03
| | |
* | | add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani2017-08-30
| | |
* | | Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* | | Allow steno to build when NKRO is not defined.Joe Wasson2017-08-20
| | | | | | | | | | | | Was missing eeprom.h, MAX(), and memset.
* | | Required overridden function for keymaps in EEPROMWilba65822017-08-19
| | |
* | | Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ↵Martin Sandiford2017-08-15
| | | | | | | | | | | | DISABLE_LEADER defined.
* | | fix for issue #1568Balz Guenat2017-08-12
| | |
* | | add description of new option to docs and add option (commented out) into ↵Balz Guenat2017-08-11
| | | | | | | | | | | | template.
* | | add short comment to grave_esc_ctrl_overrideBalz Guenat2017-08-11
| | |
* | | add option to let ctrl override shift/gui for the GRAVE_ESC.Balz Guenat2017-08-11
| | | | | | | | | | | | This enables the ctrl+shift+esc shortcut to task manager on windows.
* | | fix default layer songsJack Humbert2017-08-10
| | |
* | | Rename SHIFT macro to BV_64Fredric Silberberg2017-08-08
| | |
* | | Added support for locking One Shot modifiers.Fredric Silberberg2017-08-08
| | |
* | | Remove hex print code.Fredric Silberberg2017-08-08
| | |
* | | Initial implementation of the key_lock feature.Fredric Silberberg2017-08-08
| | |
* | | tap-dance: key + layer helperGergely Nagy2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the `ACTION_TAP_DANCE_DUAL_ROLE` helper, which makes it easy to have keys that act as a key on the first tap, and as a layer toggle on the second. Fixes #1532, reported by @Ptomerty. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* | | Move steno keycodes due to conflict with another PR.Joe Wasson2017-07-27
| | |
* | | Add copyright to steno files.Joe Wasson2017-07-27
| | |