aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Added keymap for keebio/nyquist (#8108)Mehmet Denizhan Erdem2020-02-074-0/+124
| | | | | | * my custom keymap for nyquist rev3 * Formatted keymap and added readme
* [Keyboard] Port SPLIT_USB_DETECT to lily58 (#8107)Joel Challis2020-02-075-588/+55
| | | | | | * remove unused files * Port SPLIT_USB_DETECT to lily58
* [Keymap] Phoebe/Maxr1998 keymap: enable space cadet with curly braces (#8096)Max Rumpf2020-02-072-1/+4
| | | | | | * Phoebe/Maxr1998 keymap: enable space cadet with curly braces * Revert space cadet for left shift, open curly brace on right shift
* [Keymap] add lily58 yshrsmz keymap (#8095)Yasuhiro SHIMIZU2020-02-073-0/+302
| | | | | | | | | | | | * add lily58 yshrsmz keymap * apply requested changes * remove more backslashes * remove more backslashes * update rules.mk
* [Keyboard] Remove i2c write command when reading columns on Ergodox EZ (#8092)esinlayo2020-02-071-4/+2
| | | | | | * Remove i2c write command when reading cols on Ergodox EZ * Comment on mcp23018 address state during read_cols
* [Keyboard] Misc tidyups for Chidori (#8091)fauxpark2020-02-078-169/+59
|
* [Keymap] Add users/alfrdmalr and switch to layouts (#8030)Alfred Maler2020-02-0712-315/+436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP do not merge * first pass at custom preonic layout * add auto shift and reset via leader key * Update readme * update copyright notice * formatting changes * fix: use MO instead of process_record_user * added backslash and moved grave position * remove extraneous 'j' characer in NUMPAD template * update template formatting * remove process_record_user * swap "!" with "@" * fix readme formatting * update readme layout image * restore settings layer * add windows minimize sequence * fix: switch to correct seq function for three-key sequence * fix: missing semicolon * refactor: move keymap to userspace and generic 5x12 layout * add numlock to numpad layer * add readme * update readme formatting * remove unused wrappers from layout keymap * update readme title to reflect new location * remove alfrdmalr directory from preonic/keymaps * clean up user config
* XD84: Configurator bugfix for ISO layout (#8117)James Young2020-02-071-16/+186
| | | | | | * switch to debug linting * move ISO Enter to its proper location
* ZJ68: complete Configurator layout support (#8116)James Young2020-02-071-0/+153
| | | Only LAYOUT_all had its layout data present; the data for LAYOUT_65_ansi and LAYOUT_65_ansi_split_bs was missing.
* Add QMK Compile Context Sensitivity (#6884)Cody Bender2020-02-072-4/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add context sensitive compile, without config check * Initial full working state. Plan to refactor * Refactor loop for simplicity, add comments * Update docs/cli.md with qmk compile examples * Simplify path for keyboard derivation * Update path to use path.join instead of concat * Refactor keyboard path, the skully way * Add in keymap folder support * Add /layouts compile support * Update docs/cli.md with empty compile in layouts * Add comments to compile.py * Update docs for clarity, and fix compile error typo * Fix config option compile * Fix layout compile and failure mode * Add rules.mk check * Fix variable names for global config * Add in_layout priority * Remove default fallback in favor of throw, update docs * Add keymap folder context * Fix formatting * Add os import * Convert to create_make_command * Fix Travis lint errors * Remove blank line with whitespace * Add blank lines for readability * Remove unnecessary config logic * Update Docs to add flash Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> * Shift config precedence to MILC Co-authored-by: skullydazed <skullydazed@users.noreply.github.com>
* Refactor ergo42 to use split_common (#7925)Joel Challis2020-02-0714-1102/+25
|\ | | | | | | | | | | * Initial refactor of ergo42 to split common * Prevent fallthrough for DIODE_DIRECTION
| * Prevent fallthrough for DIODE_DIRECTIONzvecr2020-01-171-0/+3
| |
| * Initial refactor of ergo42 to split commonzvecr2020-01-1714-1106/+26
| |
* | Refactor mint60 to use split_common (#8084)Joel Challis2020-02-0713-1072/+13
| |
* | jj4x4: README update (#7854)Marius Rugan2020-02-071-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updates README jj4x4 * Update keyboards/jj4x4/README.md * Update keyboards/jj4x4/README.md * Update keyboards/jj4x4/README.md * Update keyboards/jj4x4/README.md * Update keyboards/jj4x4/README.md
* | [Keyboard] adding keyboard: tkl30 (#7979)worldspawn002020-02-067-0/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * tkl30 * Amended with collaborator suggestions * s/DEBOUNCING_DELAY/DEBOUNCE/ * Used noroadsleft's PID suggestion * Committed noroadsleft's keymap formatting and rules.mk suggestions * LAYOUT formatting and readme suggestions
* | Move Grave Escape, Lock and Leader keycodes into their own sect… (#8093)fauxpark2020-02-072-17/+29
| |
* | Committing fix to info.json for wsk/jerkin (#8110)ridingqwerty2020-02-061-7/+7
| |
* | Use function for KEYCODE2 routines instead of macro. (#8101)Ted M Lin2020-02-071-3/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Option to use function for KEYCODE2 routines. Convert the KEYCODE2SYSTEM and KEYCODE2CONSUMER macros to functions, defaulting to using the macros. The function form allows the compiler to optimize the switch statement itself, over the macro nested ternaries. To enable this feature, #define USE_KEYCODE2_FUNCTION. Testing against a random selection of avr-based keyboards, this increased available flash by ~500 bytes. For arm-based keyboards, the available flash increased by ~400 bytes. * Replace macro with function entirely. As zvecr states, go bold and just commit to using the function instead of the macro. * Reformat whitespace now that functional review is done Verified against clang-format output.
* | [keyboard] adding keyboard: jerkin (#7975)worldspawn002020-02-067-0/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jerkin * Update config.h * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: Akaash Suresh <casa.akaash@gmail.com> * Update rules.mk * Apply suggestions from code review * Missing closing parenthesis in one of the suggestions. * Finalize collaborator suggestions * One final tweak to standardize MANUFACTURER Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Akaash Suresh <casa.akaash@gmail.com>
* | Ergosaurus Configurator support bugfix (#8104)James Young2020-02-061-1/+1
| | | | | | Corrected the layout macro name in `info.json`.
* | Xelus Dawn60: layout macro update and Configurator layout support (#8102)James Young2020-02-064-18/+95
| | | | | | | | | | | | | | | | * fix layout macro and update keymaps K2D switch position is actually physically on the top row, as the right half of a split Backspace. * add QMK Configurator layout support
* | VIA Support: 1upkeyboards 1up60rgb (#8097)MechMerlin2020-02-053-2/+38
| | | | | | | | | | | | * add VIA keymap to 1up60rgb * change VID to align with other 1up boards
* | [Keymap] User keymap for AKB/Raine (#8081)plikki2020-02-052-0/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding my keymap Adding a personalized keymap to the Raine keyboard. This diffirentiates itself by being useble with nordic characters even when the bottom row has blockers. Also added ASCII art to help visualize what you are doing when programming the board. * Update Readme.md Ned image of the board * Update Readme.md Forgot a space in Readme * Update Readme.md And another missed space * Update keymap.c Renoved Definetion that is not used * Update Readme.md * Remove files for renaming * Adding files after renaming Was unable to get Girthub to push renamed files/folders. Therefore removeing and adding them again.
* | VIA Support: KBD67 mkii v1/v2 (#8085)MechMerlin2020-02-054-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | * add the via keymap * get an appropriate unused VID * fix formatting up a bit * Update keyboards/kbdfans/kbd67/mkiirgb/v1/config.h * Update keyboards/kbdfans/kbd67/mkiirgb/v2/config.h
* | fixup keymap for 65_ansi_blocker (#8099)MechMerlin2020-02-051-4/+4
| |
* | [Keyboard] manta60 (#8068)KamoNanban2020-02-059-0/+465
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * manta60_update * Update config.h * Update config.h * Update config.h * Fixed info and readme * Fixed config.h * Fixed rules.mk * Fixed keymap.c * Update keyboards/manta60/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * Fixed keymap.c * Fixed rules.mk * Update rules.mk * Update keyboards/manta60/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/manta60/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/manta60/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/manta60/keymaps/default/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: fauxpark <fauxpark@gmail.com>
* | [Keyboard] add Infinity CE (#8067)mechlovin2020-02-0511-0/+589
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new pcb Inffinity CE * update * Update config.h PID change, rgb version will be release * Update config.h * Update infinityce.c
* | [Keyboard] Added Atreus Pro Micro variant (#8059)Ibnu Daru Aji2020-02-059-2/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * new alternative controller. * following suggestions at qmk's 8059. * forgot to replace some underscores and keycodes. * following drashna's suggestions at qmk's 8059. * following zvecr's suggestion in qmk's 8059. * following noroadsleft's suggestion at qmk's 8059.
* | Add Uni660 Keyboard (#8018)Daniel H Klein2020-02-0510-0/+438
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UniGo66 keyboard added * UniGo66 keyboard added * case correction of unigo66 files * create sirius folder * Update keyboards/sirius/unigo66/rules.mk Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/danielhklein/keymap.c Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/default/config.h Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/danielhklein/config.h Co-Authored-By: danielhklein <danielklein@utexas.edu> * debugging * correct keymap to layout * readme * remove common config * suggested changes to config.h * default keymap cleanup * bug fixes * add uni660 keyboard * remove zip * remove redundant rules.mk * remove redundant via keymap * Update keyboards/sirius/uni660/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/sirius/uni660/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * remove unnecessary functions * fix if * add back via keymap, remove old eeprom code * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * changes requested for qmk * Update keyboards/sirius/uni660/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * debouncing and other minor changes * Update keyboards/sirius/uni660/uni660.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/sirius/uni660/uni660.h Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: fauxpark <fauxpark@gmail.com>
* | [Keyboard] Add a new keyboard Chidori. (#7496)ENDO Katsuhiro2020-02-0416-0/+1943
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] Add a new keyboard Chidori. * Update keyboards/chidori/info.json * Update keyboards/chidori/keymaps/default/keymap.c * Update keyboards/chidori/chidori.h * Update keyboards/chidori/keymaps/extended/keymap.c * Update keyboards/chidori/keymaps/extended/keymap.c * Update keyboards/chidori/keymaps/extended/keymap.c * Update keyboards/chidori/keymaps/extended/keymap.c * Update keyboards/chidori/keymaps/extended/keymap.c * Update keyboards/chidori/keymaps/extended/keymap.c * Update keyboards/chidori/keymaps/extended/keymap.c * Update keyboards/chidori/readme.md * Update keyboards/chidori/readme.md * Update keyboards/chidori/readme.md * Update keyboards/chidori/readme.md * Update keyboards/chidori/rules.mk * Update keyboards/chidori/rules.mk * Update keyboards/chidori/rules.mk * Update keyboards/chidori/rules.mk * Update keyboards/chidori/rules.mk * Update keyboards/chidori/rules.mk * Update keyboards/chidori/rules.mk * Update keyboards/chidori/rules.mk * Update keyboards/chidori/rules.mk * Update rules.mk * Delete unnecesarry lines. * Changes layer keys handing.
* | Reduce SPLIT_USB_TIMEOUT by 500ms (#7637)Joel Challis2020-02-045-14/+34
| | | | | | | | | | | | | | | | | | | | * Update SPLIT_USB_TIMEOUT -500ms * Align keyboard level SPLIT_USB_TIMEOUT defaults * Align keyboard level SPLIT_USB_TIMEOUT_POLL * Review fixes
* | [Keyboard] Refactor deltasplit75 to use split_common (#8083)Joel Challis2020-02-0416-1083/+29
| | | | | | | | | | | | * Refactor deltasplit75 to use split_common * Refactor deltasplit75 to use split_common - small tidy up
* | Add RESET key for default keymap in Satisfaction 75 (#8088)MechMerlin2020-02-051-1/+1
| |
* | Relocate grave keycode processing (#8082)Joel Challis2020-02-045-57/+110
| | | | | | | | | | | | | | | | * Relocate grave keycode processing * Tidy up code * Refactor grave -> grave_esc
* | [Keyboard] LFKPad refactor (#8079)fauxpark2020-02-049-172/+242
| |
* | Remove entries for Minidox eep files from gitignore (#8077)fauxpark2020-02-041-3/+0
| |
* | Add Midi Endpoint task to ChibiOS main (#8071)Drashna Jaelre2020-02-042-1/+17
| |
* | Encoder brush size (#8087)Jesse Leventhal2020-02-052-1/+62
| | | | | | | | | | | | * Added brush size to encoder knob as new keymap * Encoder keymap added
* | ridingqwerty: userspace update (#8076)ridingqwerty2020-02-0418-101/+2388
| | | | | | | | | | | | | | * Userspace overhaul * Remove testing directory * Minorca keymap tweaks
* | Ninjonas userspace (#8070)Jonas Avellana2020-02-0410-239/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [keymap(kyria)] moved OLED & encoder implementation to separate classes * [feat] created logic to cycle through hue wheel when starting keyboard * [feat] created logic to cycle through hue wheel and return to user's default color * [refactor] updating OLED layout for crkbd & lily58 * [refactor] updating OLED layout for crkbd & lily58 * [fix(8070)] updating encoder.c logic based off drashna's code review * [refactor(8070)] added key to send  + Shift + M
* | Merlin's userspace updates (#8074)MechMerlin2020-02-0319-48/+123
| |
* | Improve the functionality of qmk.questions (#8020)skullydazed2020-02-031-8/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * tested and working * remove unused import * Update lib/python/qmk/questions.py Co-Authored-By: Erovia <Erovia@users.noreply.github.com> * fix flake8 errors Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* | [Keymap] Add User Keymap for FC660C (#8062)Mike Rix Wolfe2020-02-023-4/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add my keymaps * tri layer keymap * update tri layer * update tri layer * cleaning up * formatting * move to correct location * lily58: move caps off mod key in sublayer * Update keyboards/lily58/keymaps/mikefightsbears/rules.mk * Update keyboards/lily58/keymaps/mikefightsbears/rules.mk * Update keyboards/lily58/keymaps/mikefightsbears/rules.mk * Update keyboards/lily58/keymaps/mikefightsbears/rules.mk * remove unnecessary trailing whacks * remove unneeded file * swap spacebar * update code for comments in PR * add fc660c keymap * rm readme * move layer key * remove inconvenient alternate keys * swap format * add them media keys * add rules mk * swap caps and ctrl * remove unneeded config * use gesc instead of esc
* | format code according to conventions [skip ci]QMK Bot2020-02-023-10/+6
| |
* | Dedupe extrakey report struct, and send functions in V-USB & LUFA (#7993)fauxpark2020-02-026-65/+39
| | | | | | | | | | | | | | | | | | | | * Dedupe extrakey report struct, and send functions in V-USB & LUFA * Doc comment for consistency * Wrap it in ifdef to prevent unused function error * Do the same for ATSAM
* | Fix cformat processing files within ignore folders (#8063)Joel Challis2020-02-021-0/+1
| |
* | Update dirty submodule make message (#8065)fauxpark2020-02-021-5/+2
| |
* | [Docs] future branch housekeepingJames Young2020-02-011-2/+2
| |
* | format code according to conventions [skip ci]QMK Bot2020-02-021-19/+27
| |