aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update tap dance function namesKonstantin Đorđević2019-03-021-4/+4
| |
| * Set preferred intervals for rgblight effectsKonstantin Đorđević2019-03-023-13/+33
| |
| * Add GODSPEED_YELLOW colorKonstantin Đorđević2019-03-024-4/+13
| |
| * Update GODSPEED_BLUE values and RGB mode keysKonstantin Đorđević2019-03-022-4/+4
| |
| * Set Melody96 underglow color to Godspeed blue on EEPROM resetKonstantin Đorđević2019-03-021-0/+4
| |
| * Remove most _keymap and _user definitions in userspaceKonstantin Đorđević2019-03-022-57/+0
| | | | | | | | | | | | | | Some keyboards misuse _user functions by defining them in the base files instead of the corresponding _kb functions (especially led_set_user and matrix_init_user). Until this is fixed (#5148), I've removed definitions in my userspace that could cause linking collisions.
| * Make toggle_numpad a nested function in process_record_userKonstantin Đorđević2019-03-021-11/+10
| |
| * Add _keymap versions of other custom Quantum functionsKonstantin Đorđević2019-03-022-5/+87
| | | | | | | | Not added: eeconfig_update_keymap, eeconfig_read_keymap
| * Use two spaces before inline commentsKonstantin Đorđević2019-03-023-9/+9
| |
| * Switch to UNICODEMAP in keyboard rulesKonstantin Đorđević2019-03-023-24/+24
| |
| * Avoid collisions with X_* send string constantsKonstantin Đorđević2019-03-022-6/+6
| |
| * Generate UNICODE and UNICODEMAP constants using macrosKonstantin Đorđević2019-03-024-8/+41
| |
| * Add RGB_SET keycode to Melody96 and RGB files to userspaceKonstantin Đorđević2019-03-025-4/+45
| |
| * Add RGB controls and numpad Unicode to Melody96 keymapKonstantin Đorđević2019-03-021-11/+11
| |
| * Use "Vo-", "Vo+" instead of "VoD", "VoU" in keymap commentsKonstantin Đorđević2019-03-023-3/+3
| |
| * Move feature flags from userspace into keyboard rulesKonstantin Đorđević2019-03-024-9/+27
| |
| * Add melody96:konstantin keymapKonstantin Đorđević2019-03-023-0/+56
| |
| * Update custom SEND_STRINGKonstantin Đorđević2019-03-021-5/+5
| |
| * DST_RMV → DST_REMKonstantin Đorđević2019-03-024-4/+4
| |
| * Add DST_MOD_MASK as a config optionKonstantin Đorđević2019-03-022-2/+5
| |
| * Change how desktop commands workKonstantin Đorđević2019-03-026-11/+28
| |
* | [Keymap] Add vxid planck layout (#5271)vxid2019-03-053-0/+63
| |
* | increase size of note counter variable to avoid overflowMarco Monaco2019-03-053-3/+3
| |
* | Adopted LAYOUT, added some keys (#5320)Christopher Browne2019-03-057-96/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add HOME/END keys as upper/lower on arrow-up/down * Reduce .hex file size by turning off unneeded options * Put digit keypad onto left hand upon RAISE; this will sometimes be preferable to double-hits of right hand * Latest super latest version merge * cbbrowne keymap for XD75re * starting notes on XD75re keymap plans * First draft of bottom row of QWERTY * Switch my special bottom line over to QCENT * Dunno * Filling in wanted keys, bit by bit... * Add copyright, extra macro * Clean up comments, remove some experimental code I didn't like * TODO plans for xd75re * clean up keyboard layout * QCENT2 is my new experiment for the main keyboard... * Add a few more main layer keys, and modify LOWER to shift things outwards to conform with main layer * Clean up RAISE layer to conform with main layer, remove QCENT layer as QCENT2 is the new thing * More xd75 changes, now that I actually have it in hand * shift keymap around, as original attempt was a bit too aggressive in keeping to the edges * more revs to XD75 * Dropping parts of the centre keypad in favor of Keys I Really Need * Improve documentation to conform with how builds are done now * Improve documentation to conform with how builds are done now * Add cbbrowne rules file as alternative to having the rules in Makefile * Makefile not needed anymore for individual keymap * Some revs to my keymapping * Add {} * Add PGUP/PGDN * Shifted some middle-range keys around * Needed Tilde, Backquote, and to shift RESET onto FUNCTION layer * Wanted ~ * cbbrowne hasn't anything to do with hadron keymaps * trim unneeded bits * I prefer OrgMode for my notes * Have a right-alt * Layer keys make LED colors change * Add sample user rules for cbbrowne * Add source of xd75 rules * Individualized xd75 rules * Adopt LAYOUT to genericize the layout as an ortholinear 5x15 keyboard
* | Add more "decent" text editors (#5308)Mitchel van Eijgen2019-03-051-1/+1
| | | | | | I'm a web designer and know there are several "decent" code editors out there, but I would figure not everyone into keyboards is, so I found Sublime text a bit of a hard sell for someone who just need to manipulate some text files. VS Code or Atom would b a much better suit for them instead of dropping $80 on a "decent" text editor.
* | Add DZ60 Tsangan Layout + Fn layer (#5319)Eduardo Lourenço Pinto Neto2019-03-052-0/+28
| | | | | | | | | | | | | | | | * Fix Mac mute keycode * Add DZ60 Tsangan layout with Fn layer * Add new line at end of the file
* | [Docs] Fix function signature (layer_state_set_*) (#5313)lf2019-03-041-1/+1
| | | | | | `void uint32_t` is not a return type.
* | Correct keyboard and layout dimensions for 40percent.club Foobar (#5310)noroadsleft2019-03-041-2/+4
| |
* | Dactyl Manuform 5x6, 5x7, and 6x6: QMK Configurator fixes and partial code ↵noroadsleft2019-03-046-96/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clean-up (#5307) * Tidy up 5x6.h - replaced tabs with spaces (QMK convention) - aligned layout macro visually * Fix Configurator support for Dactyl Manuform 5x6 - layout macro had the wrong name in info.json * Tidy up 5x7.h - replaced tabs with spaces (QMK convention) - aligned layout macro visually * Fix Configurator support for Dactyl Manuform 5x7 - corrected keyboard height - layout macro had the wrong name in info.json * Tidy up 6x6.h - replaced tabs with spaces (QMK convention) - aligned layout macro visually * Fix Configurator support for Dactyl Manuform 6x6 - layout macro had the wrong name in info.json
* | Fixed default to dissable VIA (#5309)yiancar2019-03-041-2/+2
| | | | | | This should have gone into previous PR but I am dumb
* | Clean up debounce a bit (#5255)James Churchill2019-03-048-44/+29
| |
* | Fix aanzee Configurator config file (#5286)zvecr2019-03-041-2/+1
| |
* | Separate keymaps to VIA enabled/dissabled. (#5302)yiancar2019-03-0417-7/+657
| | | | | | | | | | | | | | | | | | * Separate keymaps to VIA enabled/dissabled. - Default rules.mk has been changed to disable via. - VIA keymaps have been added for default keymaps. * Update naming
* | [Keymap] Add RGB config and controls to userspace (#5299)stanrc852019-03-033-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap * Layer based RGB colors * Move RGB code to layer_rgb.c * New file with layer based RGB colors * Use RGB code if RGBLIGHT is enabled * Set RGB options in config.h * Remove rgb enable from init user
* | Add LED Matrix to Features list for easy reference (#5280)Drashna Jaelre2019-03-032-0/+2
| |
* | [Keymap] layout/community/ortho4x12/symbolic update (#5274)leico2019-03-033-48/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change readme.md * diy LayerTap function * fixed forgot update_tri_layer correspound permissive hold * update README * change No_event of general shift * update symbolic layout * merge symbolic_general_shift to symbolic layout * update README.md * following code style * delete excess codes, change codes that don't follows the code style
* | [Keyboard] matrix_init_user shouldn't call itself (#5298)Ray Cielencki2019-03-031-1/+0
| |
* | [Keymap] Update keymap.c (#5290)omkbd2019-03-031-3/+3
| |
* | Update Atreus layout to match the Niu layout. Fix Niu comment typo. (#5297)yttyx2019-03-034-166/+227
| |
* | [Keymap] Fix comment in the KBD67 default keymap. (#5296)KOBAYASHI Daisuke2019-03-031-9/+9
| |
* | [Keyboard] update Hecomi/alpha's info.json (#5295)takashiski2019-03-031-8/+360
| | | | | | | | | | | | | | | | * remove offset * update layout(I missed) * formatted
* | [Keyboard] Adding Numeric Keypad //e converter (#5294)Adam Newbold2019-03-0312-0/+477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding Numeric Keypad //e to conversions * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe Co-Authored-By: newbold <adam@neatnik.net> * Update keyboards/converter/numeric_keypad_IIe/config.h //e -> IIe and wrapped description in quotes for comma inclusion Co-Authored-By: newbold <adam@neatnik.net> * Updating info.json for Configurator * Corrected legend * Update keyboards/converter/numeric_keypad_IIe/info.json Corrected layout Co-Authored-By: newbold <adam@neatnik.net>
* | [Keyboard] Add support for matrix_scan_user to usb-usb converter (#5291)Ray Cielencki2019-03-031-0/+21
| | | | | | | | | | | | | | | | * [Keyboard] Add support for matrix_scan_user to usb-usb converter * update to matrix_scan_quantum * also add init calls
* | handwired/terminus_mini: refactor, Configurator support, and readme cleanup ↵noroadsleft2019-03-024-80/+121
|/ | | | | | | | | | | | | | | | | | | | (#5292) * handwired/terminus_mini: refactor - white space changes in terminus_mini.h (alignment) - keymap now uses #include QMK_KEYBOARD_H - refactored TMK macros into QMK process_record_user - refactored TMK layer functions into QMK keycodes - removed redundant keycode definitions * handwired/terminus_mini: Configurator support * handwired/terminus_mini: readme cleanup - completed keyboard description - removed Hardware Availability line (it was blank) - updated Docs links
* [Keyboard] Initial commit for Prime_E w/ VIA config support (#5285)holtenc2019-03-0118-27/+712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial Prime_E commit * Via support for Prime_EXL * Backlight testing * update libs * Clean up and addition of VIA compatibility. * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/primekb/prime_e/keymaps/default/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/primekb/prime_e/keymaps/default/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/primekb/prime_e/keymaps/default/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/handwired/prime_exl/keymaps/via/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * Update keyboards/primekb/prime_e/keymaps/default/keymap.c Co-Authored-By: holtenc <holtenc@gmail.com> * removed IS_COMMAND from config.h. updated GPIO commands * clean up libs
* [Keyboard] add dz60rgb ansi and hhkb support; add dz40rgb (#5231)moyi46812019-03-0125-8/+2771
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add dz60rgb keyboard * add info.json * Update config.h * Update rules.mk * Update dz60rgb.h * Update dz60rgb.c * Update keymap.c * Update dz60rgb.h * Create readme.md * Update readme.md * Update keymap.c * Update dz60rgb.h * Update info.json * Update info.json * Update dz60rgb.c add dz60rgb ansi, iso and hhkb support * Update dz60rgb.h add dz60rgb ansi, iso and hhkb support * Add files via upload * Add files via upload * Delete config.h * Delete keymap.c * add ansi,iso and hhkb layout * add dz60rgb ansi,iso and hhkb layout * Update keyboards/dztech/dz40rgb/dz40rgb.c Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com> * Update keyboards/dztech/dz60rgb/keymaps/hhkb/config.h Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com> * Update keyboards/dztech/dz60rgb/keymaps/hhkb_iso/config.h Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com> * Update keyboards/dztech/dz60rgb/keymaps/iso/config.h Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com> * Update keyboards/dztech/dz40rgb/rules.mk Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com> * Update keyboards/dztech/dz60rgb/keymaps/ansi/config.h Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com> * Update keyboards/dztech/dz60rgb/keymaps/default/config.h Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com> * Update keyboards/dztech/dz40rgb/keymaps/default/config.h Co-Authored-By: moyi4681 <moyi4681@users.noreply.github.com> * Update dz40rgb.c
* [Keyboard] Convert mf68_ble to keymap (#5287)zvecr2019-03-0110-230/+72
| | | | | | | | | | * Initial refactor of handwired bluetooth mod to keymap * Initial refactor of handwired bluetooth mod to keymap - strip out unnecessary duplicate config, update readme * Initial refactor of handwired bluetooth mod to keymap - reduce firmware size * Initial refactor of handwired bluetooth mod to keymap - update readme image
* [Keymap] Added INSERT to my keymaps (#5284)stanrc852019-03-012-3/+3
| | | | | | * Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap
* HS60 v2: Instructions how to reset and flash (#5241)Andy2019-03-011-1/+20
| | | | | | * HS60 v2: Instructions how to reset and flash * HS60v2 README using place holder for keymap
* [Keymap] unausgeschlafen quefrency keymap (#5273)unausgeschlafen2019-03-014-0/+116
| | | | | | | | * unausgeschlafen quefrency keymap * added build & flash instructions * review by drashna