aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add SPI 25xx EEPROM support. (#8780)Nick Brassel2020-05-197-20/+368
|
* [Keyboard] Add Bookerboard support (#9097)AlisGraveNil2020-05-187-0/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 5/14/20 first push for bookerboard * Update rules.mk * Update keyboards/clawsome/bookerboard/rules.mk Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * Update keyboards/clawsome/bookerboard/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/clawsome/bookerboard/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/clawsome/bookerboard/bookerboard.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/clawsome/bookerboard/bookerboard.h Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> * 5/15/20 * 2 * 3 * Update keyboards/clawsome/bookerboard/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/clawsome/bookerboard/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/clawsome/bookerboard/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/clawsome/bookerboard/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/clawsome/bookerboard/readme.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* format code according to conventions [skip ci]QMK Bot2020-05-181-3/+1
|
* Add SofleKeyboard support to QMK firmware. (#8970)Drashna Jaelre2020-05-1814-0/+548
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add SofleKeyboard support to QMK firmware. * Sofle: Remove LAYOUT_kc macro for default layout. Remove unnecessary code. * Fix mistake in the latest commit * Remove duplicated layers for MAC/WIN support * Improve according to suggestion in PR * Add more improvements from PR * Fix a typo in README.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Remove unneeded break. Co-authored-by: Nick Brassel <nick@tzarc.org> * Remove unneeded break. Co-authored-by: Nick Brassel <nick@tzarc.org> * Apply suggestions from code review Remove unneeded breaks. Co-authored-by: Nick Brassel <nick@tzarc.org> * Apply suggestions from code review Remove unneeded breaks (few more forgotten ones). Co-authored-by: Nick Brassel <nick@tzarc.org> * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Remove TAPPING_FORCE_HOLD from default keymap. * Add TAP_CODE_DELAY 10. Fix a typo (compilation error) Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Drashna Jaelre <drashna@live.com>
| * Add TAP_CODE_DELAY 10. Fix a typo (compilation error)Josef Adamcik2020-05-182-1/+3
| |
| * Remove TAPPING_FORCE_HOLD from default keymap.Josef Adamčík2020-05-181-2/+0
| |
| * Apply suggestions from code reviewJosef Adamčík2020-05-182-4/+3
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * Apply suggestions from code review Josef Adamčík2020-05-181-2/+0
| | | | | | | | | | Remove unneeded breaks (few more forgotten ones). Co-authored-by: Nick Brassel <nick@tzarc.org>
| * Apply suggestions from code review Josef Adamčík2020-05-181-4/+0
| | | | | | | | | | Remove unneeded breaks. Co-authored-by: Nick Brassel <nick@tzarc.org>
| * Remove unneeded break.Josef Adamčík2020-05-181-1/+0
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
| * Remove unneeded break.Josef Adamčík2020-05-181-2/+0
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
| * Fix a typo in README.mdJosef Adamčík2020-05-181-2/+1
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
| * Add more improvements from PRJosef Adamcik2020-05-021-20/+18
| |
| * Improve according to suggestion in PRJosef Adamcik2020-05-011-63/+47
| |
| * Remove duplicated layers for MAC/WIN supportJosef Adamcik2020-04-301-121/+181
| |
| * Fix mistake in the latest commitJosef Adamcik2020-04-291-3/+3
| |
| * Sofle: Remove LAYOUT_kc macro for default layout. Remove unnecessary code.Josef Adamcik2020-04-293-92/+64
| |
| * Add SofleKeyboard support to QMK firmware.Josef Adamcik2020-04-2914-0/+545
| |
* | Add query functions for RGB Light and RGB Matrix (#8960)Drashna Jaelre2020-05-186-12/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add additional query functions for RGBLIGHT * Add additional query functions for RGB Matrix * Change names of enable check functions * Fix macro for rgb matrix takeover of rgblight functions * Add documentation for rgb_matrix_get_hsv() * Add *_get_hsv function to rgblight
* | [Keymap] added my gergo keymap (#8476)AbstractKB2020-05-185-4/+185
| | | | | | | | | | | | | | * added my gergo keymap * updated personal bfo9000 keymap * fixed redundancy, extended debounce time
* | [Keyboard] Arabica37 (#8471)CalciumNitride2020-05-1813-0/+720
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding arabica37 * jp_keymap * update * try refactor to use split_common * fix and update to use split_common * update and adjust * clean up * update * update * fix keymap.c * update * oled logo * fix info.json * remove pro_micro.h * remove KC_ macro * move font file
* | [Keymap] Add Via keymap for Contra (#9119)Frothy2020-05-184-2/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add Via keymap for Contra * Added Via-enabled keymap * Changed VENDOR_ID from 0xFEED to 0x4354 (CT) * Removed unnecessary RGB mappings * PR changes * Removed empty via/config.h * Changed product ID from 0x6060 to 0x0001
* | [Keyboard] handwired/twadlee/tp69 (#9013)Tracy Wadleigh2020-05-1812-0/+1814
| | | | | | Includes info.json for custom layout and a minimal default keymap.
* | [Keyboard] KBDClack kaishi65 (#9089)powerlemming2020-05-188-0/+411
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added kaishi65 keyboard * added kaishi65 * Update readme.md * Updated info.json and keymap * Updated folder structure * Updated readme + keymap * Updated info.json * Update keyboards/KBDClack/kaishi65/readme.md * Update keyboards/KBDClack/kaishi65/kaishi65.c * Update keyboards/KBDClack/kaishi65/readme.md * Deleted \keymaps\config.h * Update keyboards/KBDClack/kaishi65/config.h * Folder name changed * Update keyboards/kbdclack/kaishi65/info.json * Update keyboards/kbdclack/kaishi65/kaishi65.h * Update keyboards/kbdclack/kaishi65/keymaps/default/keymap.c * Update keyboards/kbdclack/kaishi65/rules.mk * Update keyboards/kbdclack/kaishi65/keymaps/default/keymap.c
* | Fix typo in led_config for dztech/dz65rgb (#9122)NekuSoul2020-05-181-1/+1
| |
* | Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)Ryan2020-05-1748-111/+0
| |
* | [Pulse4k] Add personal keymapMaxr19982020-05-171-0/+35
| |
* | [Pulse4k] Various improvementsMaxr19982020-05-174-76/+66
| | | | | | | | Rework led adjustment combo (have it defined by keymap now), reformat code, update copyright
* | DZ60: update to current template & code style (#9113)Ryan2020-05-167-172/+139
| |
* | Adding unit tests for list-keymaps command (#7711)codecoffeecode2020-05-161-10/+26
| | | | | | | | Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-Authored-By: Erovia <Erovia@users.noreply.github.com>
* | [Keymap] Add Via support to the Melody96 (#9050)Vincent Lee2020-05-165-3/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add files needed to The Via support on Melody 96 * Remove manufacture name from product name * replace blank key with Transparent keys * Update keyboards/melody96/rules.mk * Update keyboards/melody96/keymaps/via/keymap.c * Change Product ID to "M" + 96 * Update keyboards/melody96/keymaps/via/rules.mk * add LTO to via's local file * Update keyboards/melody96/rules.mk
* | [Keymap] VIA Support: Exclusive E7-V1 (#9038)MechMerlin2020-05-164-5/+58
| | | | | | | | | | | | | | | | | | | | * add a VIA Keymap * update VID and PID * update readme * Update keyboards/exclusive/e7v1/readme.md
* | [Docs] Clarify layer transparency keymap.md (#9081)Nick Blyumberg2020-05-161-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revised the grammar and clarity of the Layer Precedence and Transparency * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md
* | [Keyboard] Rebound rev3 (#9101)Rossman3602020-05-1612-6/+514
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * more stoof * readme update * reverting keymap * re-adding userspace * new userspace needed * no want 0 under thumb * gettin fancier with my knob * macro fix * had pins for oled ver * wait, these are the right pins * reduntant line * image fix * get highest layer every day * whoops * correct rev name in json * a few good catches * what I had planned
* | [Phoebe] Keymap improvements (#9092)Max Rumpf2020-05-153-49/+71
| | | | | | Enable leader key with some useful macros, use fancier design for keymap previews in code, other smaller tweaks
* | [Keymap] Update personal userspace and keymaps (#9082)Konstantin Đorđević2020-05-1512-29/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace custom RCTRL implementation with built-in LM Caveat: sends LCtrl instead of RCtrl * Enable VIA support in KBD6X keymap * Disable LTO on ChibiOS boards * Disable locking support and Magic keycodes for all keymaps * Organize and annotate rules.mk and config.h files * Enable Console for Melody96 keymap * L_RANGE_KEYMAP → LAYERS_KEYMAP * Revert "Replace custom RCTRL implementation with built-in LM" This reverts commit 17d706a82d7e31b53cd84efeb9b2ddb9922a2368. * Set DYNAMIC_KEYMAP_LAYER_COUNT to 3 in Doro67 and Wasdat keymaps * Enable Bootmagic Lite for all VIA keymaps
* | [Keymap] Added the K.O,Y layout for the xd75 and atreus62 boards (#9079)Paul Scheikl2020-05-159-0/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added koy layout to qmk on xd75 board * added koy keymap for the atreus62 board * reduced time for autoshift * added documentation * changed layer 7 to a tap toggle and adjusted mouse speed a little * Update keyboards/xd75/keymaps/ScheiklP/koy_keys_on_quertz_de_latin1.h * Update keyboards/xd75/keymaps/ScheiklP/koy_keys_on_quertz_de_latin1.h * Update keyboards/xd75/keymaps/ScheiklP/koy_common.h * Update keyboards/atreus62/keymaps/ScheiklP/koy_common.h * Update keyboards/atreus62/keymaps/ScheiklP/koy_keys_on_quertz_de_latin1.h * Update keyboards/atreus62/keymaps/ScheiklP/koy_keys_on_quertz_de_latin1.h * changed keymap to lowercase name to conform with qmk guidelines * Update keyboards/xd75/keymaps/scheiklp/rules.mk remove unnecessary rules * Update keyboards/atreus62/keymaps/scheiklp/rules.mk remove unnecessary rules * moved common files for koy layouts to the users folder and removed empty file * Update keyboards/atreus62/keymaps/scheiklp/keymap.c * Update keyboards/xd75/keymaps/scheiklp/readme.md * Update keyboards/xd75/keymaps/scheiklp/readme.md * Update keyboards/atreus62/keymaps/scheiklp/readme.md * Update keyboards/atreus62/keymaps/scheiklp/readme.md
* | [Keymap] adds pvillano's preonic keymap (#9106)Peter (Rocky) Villano2020-05-154-0/+171
| | | | | | | | | | | | * adds pvillano's preonic keymap * Remove unnecessary "\" (tested - ok)
* | [Keyboard] Added wilba.tech WT60-C (#9025)Wilba2020-05-159-0/+297
| |
* | CLI: Tune doctor's udev rule checking to match #8750Erovia2020-05-152-10/+42
| |
* | [kle2info] Trim the code in `kle2xy` (#8955)Keenan Brock2020-05-151-28/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * [kle2jinfo] use min/max instead of if This is a slight change. Before, the key_skel would keep the invalid value for future keys. I think this is what was actually intended. * [kle2info] calculate x x is the current_x * key_size + (key_size/2) y is the current_y * key_size + (key_size/2) no reason to track both
* | Update j3rn keymap (#9100)Jonathan Arnett2020-05-162-20/+24
| |
* | update dlg's tada68 keymap (#9098)dlgoodr2020-05-162-18/+58
| |
* | stanrc85 userspace and keymap updates (#9103)stanrc852020-05-153-6/+7
| | | | | | | | | | * Update flash command in userspace * Switch to BackspaceFN on split spacebar
* | [Keyboard] Added wilba.tech WT80-BC (#9024)Wilba2020-05-159-0/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added WT80-BC * Update keyboards/wilba_tech/wt80_bc/info.json * Update keyboards/wilba_tech/wt80_bc/info.json * Update keyboards/wilba_tech/wt80_bc/rules.mk * Update keyboards/wilba_tech/wt80_bc/rules.mk * Update keyboards/wilba_tech/wt80_bc/rules.mk * Update keyboards/wilba_tech/wt80_bc/wt80_bc.h
* | Fixed Murciélago info.json to work with qmk configurator -> wrong ↵Adrian2020-05-152-5/+70
| | | | | | | | | | | | | | | | | | | | | | assignments (#9095) * fixed json to work with qmk configurator updates to readme * Change spacing of keys * changed overall size of keymap
* | avoid 'Entering|Leaving directory' messages (#9061)Joel Challis2020-05-141-0/+3
| |
* | Fix bad key labels in ascii art (#9094)Conor Fischer2020-05-141-1/+1
| |
* | Improve stock bootloader list (#9067)Ryan2020-05-137-418/+678
| | | | | | | | | | | | | | | | | | | | | | | | | | * Improve stock bootloader list * Switch version numbers on USB64/128 bootloaders * Unix line endings for PS2AVRGB bootloader * Update PS2AVRGB bootloader to 1.0.1 * Also mention bootloader rule * Didn't need to change the links
* | V-USB Interface reorder (#9090)yiancar2020-05-142-73/+79
| |