Commit Graph

15168 Commits

Author SHA1 Message Date
1d07a1b220 Add Vial keymap for Primus75 2021-06-09 18:25:14 +02:00
9a8cca59a4 Merge pull request #16 from lukeski14/tw40
adding tw40 vial support
2021-05-29 14:25:00 -04:00
qmk
347af2d5ba adding tw40 vial support 2021-05-29 10:32:24 -04:00
23cf1656fb github: document the requirement to not have insecure keymaps 2021-05-25 18:28:09 -04:00
5b05fa41c7 Merge pull request #14 from michaelw/vial
initial support for MisteRDeck macropad
2021-05-25 18:26:07 -04:00
9deda2f68f initial support for MisteRDeck macropad 2021-05-24 23:38:55 -07:00
3b9c66731b vial_ensure_keycode: assert newly supported keycodes 2021-05-22 14:41:58 -04:00
edd7115766 3by2 macropad 2021-05-19 23:03:44 -04:00
afb490c297 Call raw_hid_recieve_kb in via.c as a fallback on invalid cmd 2021-05-19 23:02:34 -04:00
1883498ae2 Merge pull request #12 from itspngu/h88c/1.1
add hineybush h88
2021-05-14 15:37:27 -04:00
adfacc0e76 add hineybush h88 2021-05-14 18:28:46 +01:00
36347bcf0b Merge pull request #11 from ivan-oc/add-crbn-support
Added support for Polarity Works CRBN keyboard
2021-05-13 11:12:13 -04:00
01029efcb9 Added support for Polarity Works CRBN keyboard 2021-05-13 14:34:00 +02:00
125f8c7ea6 Merge pull request #10 from armanatz/vial
Allow remapping of encoder button for GMMK Pro
2021-05-12 18:39:57 -04:00
56f85dfa1c Allow remapping of encoder button for GMMK Pro 2021-05-12 21:09:12 +00:00
0cf3cad978 Merge pull request #9 from armanatz/vial
Add support for GMMK Pro
2021-05-06 12:42:28 -04:00
f6e3e6dfac Add support for GMMK Pro 2021-05-06 16:32:38 +00:00
41f26e635c Merge pull request #8 from Pieterv24/feature/secureMatrixTest
Reintroduced matrix tester, but it's disabled by default and requires…
2021-04-22 21:23:07 -04:00
3968207f02 Reintroduced matrix tester, but it's disabled by default and requires unlock 2021-04-22 22:00:50 +02:00
cc5961fe3f Merge branch 'macro-delay' into vial 2021-03-29 19:20:31 -04:00
cfd6dd6176 keyboards: add vial_example series 2021-03-27 05:49:29 -04:00
72bf921d62 dynamic_keymap: support delays in VIA macros 2021-03-23 23:02:35 -04:00
c69a05c216 vial/encoder: fix memory corruption in exec_keycode
get_record_keycode calls into update_source_layers_cache which corrupts
memory because our magic row/col isn't present in the matrix

based on drashna code in ed6153062f/users/drashna/encoder_stuff.c
2021-03-22 15:32:31 -04:00
c9c90c06b7 fix reboot to vibl 2021-03-03 11:18:48 -05:00
5f4054e7b8 fix build 2021-03-03 11:13:23 -05:00
449eacbe01 Revert "Add support for 8 buttons to mouse report (#10807)"
This reverts commit 99f3df2893.
2021-03-03 11:12:33 -05:00
ce49d6f644 Merge remote-tracking branch 'qmk/master' into vial 2021-03-03 11:12:07 -05:00
0b6ff59448 [Keymap] Add ddone's iris keymap (#12055) 2021-03-02 20:06:40 -08:00
0752b6b23c [Docs] Small spelling mistake fix in leader keys (#12087) 2021-03-02 18:59:03 -08:00
c5b0b6ff32 Remove more cruft from Lily58 default keymap (#12078)
* Remove more cruft from lily58 default keymap

* Update keyboards/lily58/keymaps/default/config.h

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update config.h

Remove extra newline

Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-03-02 14:32:44 +00:00
ab3986a684 Set default for USB_SUSPEND_WAKEUP_DELAY to 0/disabled (#12081) 2021-03-02 14:31:23 +00:00
d0108869ee [Docs] MATRIX_MASKED docs for SPLIT_HAND_MATRIX_GRID (#11974) 2021-03-01 21:29:11 -08:00
58d043b0d0 [Keyboard] Update eggman info.json (#12074)
attempting to fix qmk configurator issues
2021-03-01 20:34:13 -08:00
d918d571cc Fix the typo in ergodone 80 layout (#12075) 2021-03-02 14:09:35 +11:00
75ab48958c Revert "Fixing K-type RGB lighting (#11551)" (#12065)
This reverts commit e6f7da4036.
2021-03-02 12:18:07 +11:00
3200007a69 Fixing adjust layer issue with the lily58 default keymap (#12052)
* Fix triggering of adjust layer in default lily58 keymap

* Remove unused extern

* Swap raise/lower in update_tri_layer_state call to match recommendation in PR checklist
2021-03-01 19:56:42 +00:00
7132526dd2 Bastardkb added keyboard and renaming (#11887)
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-03-01 16:03:55 +11:00
f8266a228c Migrate make_dfu_header to CLI (#12061)
* Migrate make_dfu_header to CLI

* lint fixes

* Update lib/python/qmk/cli/generate/dfu_header.py

Co-authored-by: Ryan <fauxpark@gmail.com>

* Rename object

Co-authored-by: Ryan <fauxpark@gmail.com>
2021-02-28 21:25:09 +00:00
59c7deab09 Fix generated file output while target exists (#12062) 2021-02-28 20:19:07 +00:00
1a7f2c8f45 Extract sendstring into its own compilation unit (#12060)
* Extract sendstring into its own compilation unit

* License headers?

* Put this include in the header
2021-03-01 07:11:39 +11:00
e6905805bb Remove unused keymap_config from ctrl keymaps (#12058) 2021-02-28 16:15:41 +00:00
90c7ae70c6 Modified tmk_core/rules.mk to avoid linking errors (#10728)
* Modified tmk_core/rules.mk to avoid linking errors

Added -fcommon flag to avoid linking errors due to multiple variable definitions. Though this is neither a definitive nor good solution, proper changes and use of extern  keyword to avoid those multiple definitions must be made

* Comment updated
2021-02-28 08:01:16 -08:00
ef49a9243b Implement PLOOPY_DRAGSCROLL_INVERT option, which inverts the ploopy trackball's DRAG_SCROLL's vertical scroll direction. (#12032) 2021-02-28 17:16:04 +11:00
db7c8562ed Add RGB Matrix support for Preonic rev3 (#12008)
* Add g_led_config for RGB Matrix support

* Corrected indentation

* Undo indentation on existing rev3.c code

Co-authored-by: filterpaper <filterpaper@localhost>
2021-02-28 17:15:38 +11:00
51eac99ce4 Kiko's Lab KL-90: Configurator bugfix (#11993)
* human-friendly formatting

* correct key order

* correct layout macro name
2021-02-28 17:13:29 +11:00
c3f83b6761 Keycapsss Kimiko rev1: Configurator bugfix (#11992)
* human-friendly formatting

* fix key positioning and order
2021-02-28 17:12:51 +11:00
ce75f48acb [Keyboard] Update spiderisland/split78 (#11990)
* [Keyboard] spiderisland/split78: add MCP23018 reset code

Now, communication with the right side gets re-established
after unplugging it and plugging it back in.

* [Keyboard] spiderisland/split78: configure debouncing

I've been experiencing particularly bad bounce on the 'A' key.

Also, update maintainer github username
2021-02-28 17:11:52 +11:00
9fd5c6f619 Update lazydesigners/the40 (#11989)
* Update the40.h

Update the40.h to fix keymap

* Add VIA support for lazydesigners/the40

Add VIA support for lazydesigners/the40

* Update keymap.c
2021-02-28 17:11:06 +11:00
f41e5ec928 Compilation fixes for handwired/concertina/64key (#11987)
* concatenate config.h to 64key directory

* move rules.mk to 64key directory

This commit makes the firmware actually compile.

* insert complete rules.mk contents

Conforms the file to QMK's template.

* move info.json to 64key directory

* remove concertina.h

This file no longer serves a purpose now that everything is in the 64key directory.

* complete 64key readme.md

Conforms the file more to QMK's template.
2021-02-28 17:10:26 +11:00
cd12fe86d3 New Variants of Console Keyboard (#11973)
* initial push of console keyboard variants

* update readme

* fixed compilation issue

* update Readme

* added 18 and 27 key variants

* missed commas

* update info.json

* added readme

* correct info.json

* correct info.json

* info.json again

* fixed keymap.c
2021-02-28 17:09:41 +11:00