summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-04227-825/+704
|
* Move keyboard USB IDs and strings to data driven: R (#17885)Ryan2022-08-04136-486/+419
|
* Fix up splittest/bluepill (#17897)Joel Challis2022-08-0320-45/+57
|
* Userspace: muppetjones (#1) (#13461)Stephen J Bush2022-08-0316-0/+1331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Userspace: muppetjones (#1) Add and update lily58 to work with userspace Add and update kyria keymap to work with userspace Add and update planck keymap with userspace Add etchamouse code and docs to userpace Add userspace Update mouse encoder for smoother movement. Encoder + mouse Added casemodes by andrewjrae * Rollback lily58 state reader and add missing GPL * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> * fix lily58 keymap * Updates to user and lily for muppetjones. Updated parameters for etchamouse for smoother mouse movement. Updated lily keymap and userspace to actually work together. * Update keyboards/lily58/keymaps/muppetjones/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Updated keymaps and userspace * Little more cleanup. * Update keyboards/lily58/keymaps/muppetjones/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Rollback accidental libchibios update * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Update kyria keymap * Move kyria keymap to splitkb/kyria * Update planck keymap * Remove all changes to keyboards/lily58/lib/layer_state_reader.c * Update lily58 keymap * Recommended change * Update keymap readme * Update kyria keymap and userspace * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Renamed users/muppetjones/README.md to lc * Update keyboards/lily58/keymaps/muppetjones/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Move keyboard USB IDs and strings to data driven: Q (#17883)Ryan2022-08-0322-82/+69
|
* added neson design's 700e keyboard (#17768)yulei2022-08-039-0/+626
| | | | | | | | | * added neson design's 700e keyboard * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* add bluepill mcu to splittest (#16959)dvermd2022-08-0321-1/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add bluepill mcu to splittest * fix typo * refactoring * mcu config goes to mcuconf.h of keyboard * keymap specific config goes to keymap config.h * keyboard specific depending of keymap goes to post_config.h * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * splittest/bluepill: improve documentation Co-authored-by: Ryan <fauxpark@gmail.com>
* Move keyboard USB IDs and strings to data driven: P (#17875)Ryan2022-08-03184-680/+581
|
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-03327-1214/+1042
|
* Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-03374-1404/+1227
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [keymap] Add kkokdae keymap for keyboardio/atreus (#17843)kkokdae2022-08-034-0/+164
| | | | | | | | | | | | | | | | | * [keymap] Add kkokdae keymap for keyboardio/atreus * Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Revert "Update keyboards/keyboardio/atreus/keymaps/kkokdae/keymap.c" This reverts commit 8e9ccc78c796ea482b5b48d546498c06e3a2af09. Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Add TravisHi keymap for SplitKB Kyria (#17858)Travis2022-08-034-0/+576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Init commit * Prep for MVP * Add F Fixes (thanks F!) * Fix some incorrect layer summons * Create readme (remove comments from code) * Update OLED indicators (test) * Add more OLED updates * Add more layouts * Update readme and small tweaks * Update layers and prep for LED layers * Fix a trapped layer issue * Test animations * Add a happy frog animation to right screen * Add bulk work * Move fren readme image * Can't save images * Update FPS layout * Update Symbols layer * Update readme * Update readme (future comments move to readme) * Remove superfluous comments & add Licence * Add licence update
* Update json file to support Configurator correctly. (#17692)AnthonyNguyen1682022-08-031-3/+3
|
* Move keyboard USB IDs and strings to data driven: O (#17874)Ryan2022-08-0288-313/+274
|
* SKergo Refactor (#17877)James Young2022-08-025-120/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * skergo.h: use ___ for KC_NO * skergo.h: use 3-character notation * skergo.h: add matrix diagram * add LAYOUT_all macro * update grid alignment of LAYOUT macro and keymaps * refactor keymaps Refactor keymaps to use the `LAYOUT_all` macro. Converts tabs to spaces. This change necessitates the following changes to keymaps: - The keycodes for Page Up, Page Down, and End each move up one row - all as the last keys on their new rows. - The keycode for the secondary B key moves up one row, inserted between the primary (left side) B and the N. * remove LAYOUT macro * rename LAYOUT_all macro to LAYOUT_split_bs * add LAYOUT_2u_bs macro * readme.md: add flashing example * info.json: correct maintainer value Update to reference maintainer's GitHub username.
* [Keymap] Move the ut472 keymap from gardego5 to keyhive folder (#17598)Niko Wenselowski2022-08-012-0/+0
|
* Move keyboard USB IDs and strings to data driven: N (#17865)Ryan2022-08-02114-434/+367
|
* Move keyboard USB IDs and strings to data driven: L (#17849)Ryan2022-08-02104-370/+346
|
* MS Sculpt Touch-Up (#17871)James Young2022-08-012-7/+105
| | | | | | | | | * info.json: fix JSON syntax error * info.json: convert tabs to spaces * info.json: add QMK Configurator layout data * readme.md: switch Bootloader and Docs sections
* ryanbaekr rb18 Configurator Data Fixes (#17872)James Young2022-08-011-4/+26
| | | | | | | | | * info.json: apply friendly formatting * info.json: correct key sequence * info.json: remove dead space from layout * info.json: correct maintainer value
* [Keymap] Add axtloss keymap for sofle (#17835)axtloss2022-07-313-0/+720
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* KPrepublic BM80v2 Touch-Up (#17851)James Young2022-07-302-92/+92
| | | | | | | | | | | | | * info.json: apply friendly formatting * info.json: correct layout data Fix the size and position of the Backslash key. * readme.md: touch-up formatting * readme.md: switch Bootloader and Docs sections * correct keyboard maintainer
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-30327-1192/+1044
|
* Move keyboard USB IDs and strings to data driven: E (#17815)Ryan2022-07-30148-534/+464
|
* [Keyboard] add dyz60-hs (#17763)Bahrul Hidayat2022-07-299-0/+324
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] Update MNK88 RGB Underglow LED Number (#17833)kopibeng2022-07-291-1/+1
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Move keyboard USB IDs and strings to data driven: D (#17814)Ryan2022-07-29130-460/+392
|
* [Keymap] Add enigma keymap for contra keyboard (#17829)Chris Swenson2022-07-295-8/+689
|
* KBDfans Bounce Pad: Correct QMK Configurator Implementation (#17845)James Young2022-07-291-2/+29
|
* [Keyboard] add Zoom87 (#17831)GG2022-07-2921-0/+1226
|
* kbdfans/bounce/75: correct typos of keyboard name (#17841)James Young2022-07-299-20/+783
|
* Move keyboard USB IDs and strings to data driven: J (#17837)Ryan2022-07-2941-143/+127
|
* Move keyboard USB IDs and strings to data driven: I (#17836)Ryan2022-07-2958-218/+188
|
* KBDfans Bounce75 Touch-Up (#17834)James Young2022-07-294-136/+136
| | | | | | | | | | | | | | | | | | | | | * kbdfans/bounce/75/hotswap: keymap readability fix Update grid alignment to disambiguate which keycodes correspond in different layers. ---- Layer 0 had 13 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 14 and 8. * kbdfans/bounce/75/soldered: keymap readability fix Update grid alignment to disambiguate which keycodes correspond in different layers. ---- Layer 0 had 14 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 15 and 8. * kbdfans/bounce/75/soldered: fix layer index in keymaps Layer indexes were 0,1,2,1 instead of 0,1,2,3.
* Wuque Promise87 WKL Refactor (#17828)James Young2022-07-2818-131/+304
|
* [Keyboard] fix mistakes in promise87 config (#17830)GG2022-07-285-8/+36
|
* Move keyboard USB IDs and strings to data driven: H (#17821)Ryan2022-07-2898-368/+316
|
* feat: encoder map, OLED & encoder kb-level config (#17809)Less/Rikki2022-07-286-163/+113
|
* [Keymap] Add artflag kyria layout (#17778)Arthur2022-07-275-0/+254
| | | | | | | | | * Initial firmware * feedback * updates * update map
* Move keyboard USB IDs and strings to data driven: F (#17816)Ryan2022-07-27100-367/+314
|
* Fix SKErgo Keymap (#17812)Kevin Zhao2022-07-273-43/+44
|
* Move keyboard USB IDs and strings to data driven: G (#17818)Ryan2022-07-2784-315/+271
|
* fix function layer to reflect cap labels (#17813)turbololvo2022-07-271-1/+1
| | | These changes correctly reflect the keycap labels on the Vortex Race 3.
* Wuque Promise87 ANSI Refactor (#17807)James Young2022-07-2719-91/+268
|
* [Keyboard] Fix typo with RGB LED positioning in Iris (#17805)Danny2022-07-262-4/+4
|
* feat: encoder map, OLED & encoder kb-level config (#17767)Less/Rikki2022-07-2615-100/+74
|
* [Keyboard] Add work louder micro (#17586)Drashna Jaelre2022-07-2611-0/+695
| | | | | | | | | | | | | * [Keyboard] Add work louder micro * Update keyboards/work_louder/micro/readme.md * Update readme * Update kb config files * Update to use encoder map Co-authored-by: Tom Barnes <barnestom@me.com>
* Dz65v2 Settings for SBennett13 (#17747)Scott Bennett2022-07-264-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Add license to config and keymap
* Add alternative Logos (#17787)Spaceman2022-07-261-0/+55
|
* Added WT65-D (#17724)Wilba2022-07-269-0/+155
|