* feat: added ik75 still error
- quantum/vial_ensure_keycode.h:164:1: error: static assertion failed: ""
_Static_assert(KC_LSPO == 0x5CD7, "");
* fix: add via settings
* fix: disable unused matrix for firmware size
- remove matrix that causes error
* feat: use home as default layout
* fix: rotary click is K4F should be 4,15 not 0,14
* refactor: disable some matrix to free some bytes
- Added "common" folder that houses the functionality for their custom keycodes and siri features. (Will become standard when adding other Q boards in mainline QMK repo.)
* Porting the mini42 to Vial for the first time.
* adding LTO_ENABLE=yes
* Tweaking Via(l) settings
* Set Via to v2 with lighting control disabled
* Adding GPL copyright notices to files
* Tidying things for a PR
* Fix formatting of json file.
* Updating files from QMK main
* Updated readme for vial build
Co-authored-by: kevinmgee <kevingee@kevingee.biz>
* Create rules.mk
* Add files via upload
* Update readme.md
* Support for PRKL30 + fix
Added VIAL support for PRKL30 since it didn't have any.
I also fixed a deprecated line in the promicro folder. #define RGBLIGHT_ANIMATIONS is no longer valid in QMK.
* Add support for Reviung41
* Add readme file for Reviung41 Vial keymap
* Add comment to unlock key settings
* Update readme with link to KLE layout.
* Reduce firmware size when using a ProMicro
The following functions will be disabled to reduce firmware size when using a ProMicro MCU:
* QMK Settings
* Mouse Keys
If an alternate MCU is used and a [converter](https://docs.qmk.fm/#/feature_converters?id=supported-converters) is specified, these features will be enabled.
`readme.md` has been updated to note this.
- Correct definition CONSTANT_CURRENT_STEP should be CKLED2001_CURRENT_TUNE
- Correct definition CAPS_LOCK_LED_INDEX should be NUM_LOCK_LED_INDEX
- Adjust the coordinates of RGB matrix slightly by reducing the size in half to enhance the color variations
* Adjusted default featureset
Enable mousekeys, combos, disable some advanced and uncommon features
for macropads
* feat: reenable features for non-AVR MCUs
* fmh.h: add matrix diagram
* info.json: apply friendly formatting
* physically arrange LAYOUT_all macro
Move position `K5D` (right half of Split Backspace) to the end of the top row.
* rename LAYOUT_all to LAYOUT_60_tsangan_hhkb
* add LAYOUT_60_ansi_tsangan
* add LAYOUT_60_hhkb
* add LAYOUT_60_ansi_wkl
* add LAYOUT_60_ansi_wkl_split_bs_rshift
* enable Community Layouts support
* Move the Ferris Sweep config into the revision specific location
* The 0_1, at the very least, has a different matrix, so having the
sweep one at the top level doesn't really make sense.
* Add Ferris 0_1 based off the Sweep version