Commit Graph

20453 Commits

Author SHA1 Message Date
ba3d76e4c7 Make optional encoders optional for basketweave-s (#196) 2022-07-10 15:22:26 -06:00
6c79755161 Add Vial support to Rama Works M10-A macropad (#195)
* Add Vial support to Rama Works M10-A macropad  (#2)

* Updating M10-A rules.mk per reviewer request

* Update vial.json

added newline at end of file
2022-07-08 23:34:57 -06:00
9ad1253031 Add support for keyhive/ut472 (#194)
* Add VIAL support for UT47.2

* Correct key matrix

* Use right-most key

* Disable tap dance for a working firmware

* Allow configuring the RGB lighting
2022-07-08 12:45:28 -06:00
74ad68eb7f Add Vial support for 4 X-Bows keyboards (nature, knight, knight_plus, numpad) (#192)
* Cherry pick X-Bows VIA commit

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Shulin <mumu@x-bows.com>

* Port X-Bows nature to Vial

* Port X-Bows knight to Vial

* Port X-Bows knight plus to Vial

* Port X-Bows numpad to Vial

Co-authored-by: X-Bows Tech <41098278+XBowsTech@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Shulin <mumu@x-bows.com>
2022-07-05 18:57:23 -06:00
ba3099495a Added Vial support for CherryBStudio87 RGB TKL PCB (#191)
* VIAL ported to Vega

Readme.md for changes

* Adding support for StudioKestra Galatea TKL

No RGB underglow version; tested using StudioKestra Galatea x GeonWorks TKL PCB.

Built and tested in 7U, WKL, F12 layout.

* Add VIAL support for Ninjin TKL

Build file 49502 bytes.

No features were removed; firmware was tested on ANSI, F12, WK layout.

* Added support for CherryBStudio87 RGB TKL.

Added Vial support for CherryBStudio87 RGB TKL PCB. 

Static RGB LED is still functional (saturation, hue, and brightness control), however RGB preset animations were removed to preserve EEPROM space.

List of removed features:
Several in-built RGB animations were removed (build the firmware again with several choices of RGB animations if you want to enable them)
Tap dance, space cadet, combo, key override, mousekey, extrakey, and grave escape were disabled.
Dynamic keycap layer count were set into 2. 

Total firmware size after build: 23810/28672 (83%, 4862 bytes free)

Possible issues:
In the VIAL GUI, the keyboard is still listing about 4 layers even with the maximum layer set into two.
From the .json file from May 22th, 2022 (latest update from CherryB Discord server), there were some issues on F13 stopped working and the left arrow key stopped working when using WKL layout; built and tested the firmware using the newest .json file that fixes the issue. Further testing might be required. 

Only tested on ANSI, F13 WK, 6.25u space layout.

* Updated config.h

Dynamic keymap layer count was properly inserted.

Fixed typo on fractal RGB animation disable.

* Removed layer 2 and 3

Removed layer 2 and 3, saved about 2% of the total capacity in the build (at least on my end).

* Tweaking features and revised

Keymap layer moved to the appropriate file. 

**Mousekey and extrakeys enabled**

* Moved to the correct folder

Uploaded the Vial changes to the WRONG folder... (supposed to be 'cb87rgb' instead of 'cb87'

Will delete all the additions related to cb87 later. Was tested using cb87rgb folder.

* Delete vial.json

* Delete rules.mk

* Delete keymap.c

* Delete config.h
2022-07-02 14:42:49 -06:00
0a48d82c3a Adding support for StudioKestra Galatea TKL (No RGB) + Xelus Ninjin (#190)
* VIAL ported to Vega

Readme.md for changes

* Adding support for StudioKestra Galatea TKL

No RGB underglow version; tested using StudioKestra Galatea x GeonWorks TKL PCB.

Built and tested in 7U, WKL, F12 layout.

* Add VIAL support for Ninjin TKL

Build file 49502 bytes.

No features were removed; firmware was tested on ANSI, F12, WK layout.
2022-06-30 22:28:17 -06:00
74a2c9ada5 OLED_ENABLE fix & dynamic key override exclusion (#188) 2022-06-26 23:33:30 -06:00
1c12919acc Add vial support for Iron165 R2 (#187)
* add iron165r2 + vial keymap

* remove VIAL_INSECURE

* fix typo in product name
2022-06-25 18:39:48 -06:00
7b4f17f2ff Adding VIAL specific files to via-enabled Han60 (#185) 2022-06-24 22:59:58 -06:00
cf0f48a6dd fix line endings (#184) 2022-06-21 17:21:30 -06:00
471dfa1c37 add angler2 (#182)
Add vial support for Angler2
2022-06-20 07:27:58 -06:00
fb23713d3c Added support for dz60rgb_ansi v2 (#178)
* add support for dz60rgb_ansi v2

Added vial support to dz60rgb_ansi v2.

Other variants not tested/supported

* Updated readme to reflect vial support

Updated readme to show v2 has vial support, have outlined that vial is only supported on the v2 board

* Remove vial keymap from main keymaps directory

* Add keymaps containing vial under v2 directory

* Revert "Updated readme to reflect vial support"

This reverts commit e476b0b524bad920a07a9093f1004f1398e5e660.
2022-06-19 21:13:27 -06:00
TJ
f8ef832b43 lflx initial (#179) 2022-06-12 12:34:25 -06:00
1bd7503b9d implement vial for nk87 (#177) 2022-06-06 18:06:32 -06:00
5e87b903e0 Add model_v support to vial (#176)
Co-authored-by: zhol internet <bigman@zholworld.gov>
2022-06-05 14:13:48 -06:00
547e47647c Add g_idb60 support to vial (#175)
Co-authored-by: zhol internet <bigman@zholworld.gov>
2022-06-05 01:18:38 -06:00
adb4208e5e Add vial support for reviung41lp (#174)
* Add vial support for Reviung41 Low Profile (https://github.com/cyril279/keyboards/tree/main/revlp/41_1350)

* Update readme.md

* yet another readme.md fix...

Co-authored-by: GerardoNevarez <GerardoNevarez@users.noreply.github.com>
2022-06-03 10:50:55 -06:00
bdbfe65525 added vial support for kkatano/bakeneko60 (#173) 2022-05-31 00:34:18 -06:00
c06c66ebb8 Merge branch 'fix-ci2' into vial 2022-05-30 22:36:52 -06:00
fb9d1d3772 workflows: update container name 2022-05-30 22:15:15 -06:00
35fcb57e7b Add support for ai03 Soyuz numpad (#171)
* Add support for ai03 Soyuz numpad

* Remove "VIAL_INSECURE = no" from rules.mk
2022-05-26 22:53:41 -06:00
08ae881210 Merge branch 'kc-firewall' into vial 2022-05-22 01:25:31 -06:00
6f239148fb keyboards: disable features to fit firmware 2022-05-22 01:05:24 -06:00
c2d388ca06 vial: implement keycode firewall for dynamic features 2022-05-22 00:41:24 -06:00
f2c521edfa add an error message when compiling with VIA_ENABLE=yes and VIAL_ENABLE=no 2022-05-22 00:27:47 -06:00
8127831f97 Merge branch 'magic-qmk-settings' into vial 2022-05-22 00:02:57 -06:00
0ab7d9f1db reduce size of several boards failing to build 2022-05-21 23:34:59 -06:00
0f357e6a15 qmk_settings: add magic 2022-05-21 23:00:11 -06:00
ab0bff831f qmk_settings: allow arbitrary getters and setters 2022-05-21 23:00:11 -06:00
b8c1cf446d Add vial support for the kb_elmo sesame (#169)
* sesame vial config

* reduce firmware size

* reduce firmware size

* vial security

* revert readme change

* removed fourth layer
2022-05-20 18:24:44 -06:00
601fc4b20a Add Vial support for KPRepublic JJ40 (#168)
* Add Vial support for KPRepublic JJ40

* Fix label
2022-05-15 14:14:08 -06:00
7d39799668 Add support for GH60 Satan (#167)
* Add Vial support for GH60 Satan

* Enable Vial

* Disable options to reduce firmware size

* Remove unnecessary comma

* Enable backlight
2022-05-12 19:06:02 -06:00
7753dbdab4 Enable Vial for the customMK EVO70 (#166)
* add vial support for evo70

* add default config for evo70

* add alternate tap dance build for evo70

* revert backlight_avr.c

* set unlock keys for evo70

* add unlock keys to evo70 tap dance build
2022-05-12 18:28:14 -06:00
dae0e36ed4 Set KEY_OVERRIDE_ENABLE = no for chickenman/ciel. (#165) 2022-05-10 22:21:14 -06:00
6a97438a05 Add Redox Vial-enabled keymap (#163)
* Add Redox Vial support

* Firmware size reduction
2022-05-10 11:56:19 -06:00
b85ba01a05 Add support for chickenman/ciel. (#164) 2022-05-10 11:35:55 -06:00
60c5f1ea60 Adds support for Geekboards Macropad v2. (#162)
* Corrected manufaturer name.

* Support for Geekboards Macropad v2

* Add Super-Tab functions from Via.

* Added a shift+alt+tab function

* Name change on custome key code
2022-05-09 00:02:53 -06:00
40c61b2cd4 add lz erghost (#161) 2022-05-08 13:50:33 -06:00
60f3d3f6b2 Adding AKIRA-60 (#158)
* akira-60 initial commit

* update vial-configs

* config FEE_PAGE_COUNT 2

* config FEE_PAGE_COUNT 2

* resolve conflicts
2022-05-07 15:52:30 -06:00
1714bdd84c Add keymap with Vial support for Phantom TKL (#156) 2022-04-28 18:13:53 -06:00
62e175224f Add Vial keymap for GH60 RevC keyboard (#155)
Some options have been disabled to reduce the size of the firmware. See
rules.mk file.
2022-04-28 18:13:37 -06:00
8326374643 Support for 42keebs MYSTERIUM (#154)
* Add support for 42keebs Mysterium

* More VIAL setting entries

* remove superficial comments
2022-04-28 15:51:02 -06:00
71e0e87d70 Basketweave-S additions (#153)
* VIAL support for basketweave

* fix: bootmagic from lite to yes

* readme corrections

* more sensible encoder defaults

* enable 2 additional layers
2022-04-28 15:26:00 -06:00
d744074de2 VIAL support for basketweave (#149)
* VIAL support for basketweave

* fix: bootmagic from lite to yes
2022-04-26 02:25:22 -06:00
f831807ba2 Add Vial support for KBDFans kbd8x (#150) 2022-04-25 20:35:47 -06:00
12950db4d8 Add VIAL support for Ferris Sweep (#148)
Co-authored-by: gerardo_nevarez <GerardoNevarez@users.noreply.github.com>
2022-04-24 14:55:25 -06:00
84baff51c2 Port foldkb to vial (#146)
* add vial support

* choose light over combo

* secure the hell of it

* left space: 1u-2u, right space: 2.75u

split backspace: 2x1u backslash: 1.5u, right shift: 1.75u + 1u

* typo

* key setups update

* get ready for vial 0.5 dynamic key overrides
2022-04-14 22:05:03 -06:00
33a3b2daba Adding the Waffling60 to VIAL (#144)
* Create keymap.c

* Add files via upload
2022-04-11 21:52:23 -06:00
61a5e82243 disable more key overrides to fit firmware 2022-04-09 17:47:32 -06:00
bb68f50872 Vial Support for Cantor (#141)
* Porting Cantor

* Fixed unlock combo coordinates

* Removed extra rules file

* Added default keymap

* Fixed rules.mk
2022-04-09 17:40:36 -06:00