qmk_userspace/keyboards
James Young e6c17d50b6 2021 May 29 Breaking Changes Update (#13034)
* Add Per Key functionality for AutoShift (#11536)

* LED Matrix: Reactive effect buffers & advanced indicators (#12588)

* [Keyboard] kint36: switch to sym_eager_pk debouncing (#12626)

* [Keyboard] kint2pp: reduce input latency by ≈10ms (#12625)

* LED Matrix: Split (#12633)

* [CI] Format code according to conventions (#12650)

* feat: infinite timeout for leader key (#6580)

* feat: implement leader_no_timeout logic

* docs(leader_key): infinite leader timeout docs

* Format code according to conventions (#12680)

* Update ADC driver for STM32F1xx, STM32F3xx, STM32F4xx (#12403)

* Fix default ADC_RESOLUTION for ADCv3 (and ADCv4)

Recent ChibiOS update removed ADC_CFGR1_RES_10BIT from the ADCv3 headers
(that macro should not have been there, because ADCv3 has CFGR instead of
CFGR1).  Fix the default value for ADC_RESOLUTION to use ADC_CFGR_RES_10BITS
if it is defined (that name is used for ADCv3 and ADCv4).

* Update ADC docs to match the actually used resolution

ADC driver for ChibiOS actually uses the 10-bit resolution by default
(probably to match AVR); fix the documentation accordingly.  Also add
both ADC_CFGR_RES_10BITS and ADC_CFGR1_RES_10BIT constants (these names
differ according to the ADC implementation in the particular MCU).

* Fix pinToMux() for B12 and B13 on STM32F3xx

Testing on STM32F303CCT6 revealed that the ADC mux values for B12 and
B13 pins were wrong.

* Add support for all possible analog pins on STM32F1xx

Added ADC mux values for pins A0...A7, B0, B1, C0...C5 on STM32F1xx
(they are the same at least for STM32F103x8 and larger F103 devices, and
also F102, F105, F107 families).  Actually tested on STM32F103C8T6
(therefore pins C0...C5 were not tested).

Pins F6...F10, which are present on STM32F103x[C-G] in 144-pin packages,
cannot be supported at the moment, because those pins are connected only
to ADC3, but the ChibiOS ADC driver for STM32F1xx supports only ADC1.

* Add support for all possible analog pins on STM32F4xx

Added ADC mux values for pins A0...A7, B0, B1, C0...C5 and optionally
F3...F10 (if STM32_ADC_USE_ADC3 is enabled).  These mux values are
apparently the same for all F4xx devices, except some smaller devices may
not have ADC3.

Actually tested on STM32F401CCU6, STM32F401CEU6, STM32F411CEU6 (using
various WeAct “Blackpill” boards); only pins A0...A7, B0, B1 were tested.

Pins F3...F10 are inside `#if STM32_ADC_USE_ADC3` because some devices
which don't have ADC3 also don't have the GPIOF port, therefore the code
which refers to Fx pins does not compile.

* Fix STM32F3xx ADC mux table in documentation

The ADC driver documentation had some errors in the mux table for STM32F3xx.
Fix this table to match the datasheet and the actual code (mux settings for
B12 and B13 were also tested on a real STM32F303CCT6 chip).

* Add STM32F1xx ADC pins to the documentation

* Add STM32F4xx ADC pins to the documentation

* Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#12600)

* Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example.

* Update flashing.md

* Update chconf.h

* Update config.h

* Update halconf.h

* Update mcuconf.h

* eeprom driver: Refactor where eeprom driver initialisation (and EEPROM emulation initialisation) occurs to make it non-target-specific. (#12671)

* Add support for MCU = STM32F446 (#12619)

* Add support for MCU = STM32F446

* Update platforms/chibios/GENERIC_STM32_F446XE/configs/config.h

* Restore mcuconf.h to the one used by RT-STM32F446RE-NUCLEO64

* stm32f446: update mcuconf.h and board.h for 16MHz operation, with USB enabled, and other peripherals disabled.

* Format code according to conventions (#12682)

* Format code according to conventions (#12687)

* Add STM32L433 and L443 support (#12063)

* initial L433 commit

* change to XC

* fix L433

* disable all peripherals

* update system and peripheral clocks

* 433 change

* use its own board  files

* revert its own board files

* l433 specific change

* fix stm32l432xx define

* remove duplicate #define

* fix bootloader jump

* move to L443xx and add i2c2, spi2, usart3 to mcuconf.h

* move to L443

* move to L443

* fix sdmmc in mcuconf.h

* include STM32L443

* add L443

* Include L443 in compatible microcontrollers

* Include L443 in compatible microcontrollers

* Update config bootloader jump description

* Update ChibiOS define reasoning

* Update quantum/mcu_selection.mk

* fix git conflict

* Updated Function96 with V2 files and removed chconf.h and halconf.h (#12613)

* Fix bad PR merge for #6580. (#12721)

* Change RGB/LED Matrix to use a simple define for USB suspend (#12697)

* [CI] Format code according to conventions (#12731)

* Fixing transport's led/rgb matrix suspend state logic (#12770)

* [CI] Format code according to conventions (#12772)

* Fix comment parsing (#12750)

* Added OLED fade out support (#12086)

* fix some references to bin/qmk that slipped in (#12832)

* Resolve a number of warnings in `qmk generate-api` (#12833)

* New command: qmk console (#12828)

* stash poc

* stash

* tidy up implementation

* Tidy up slightly for review

* Tidy up slightly for review

* Bodge environment to make tests pass

* Refactor away from asyncio due to windows issues

* Filter devices

* align vid/pid printing

* Add hidapi to the installers

* start preparing for multiple hid_listeners

* udev rules for hid_listen

* refactor to move closer to end state

* very basic implementation of the threaded model

* refactor how vid/pid/index are supplied and parsed

* windows improvements

* read the report directly when usage page isn't available

* add per-device colors, the choice to show names or numbers, and refactor

* add timestamps

* Add support for showing bootloaders

* tweak the color for bootloaders

* Align bootloader disconnect with connect color

* add support for showing all bootloaders

* fix the pyusb check

* tweaks

* fix exception

* hide a stack trace behind -v

* add --no-bootloaders option

* add documentation for qmk console

* Apply suggestions from code review

* pyformat

* clean up and flesh out KNOWN_BOOTLOADERS

* Remove pointless SERIAL_LINK_ENABLE rules (#12846)

* Make Swap Hands use PROGMEM (#12284)

This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.

* Fix another bin/qmk reference (#12856)

* [Keymap] Turn OLED off on suspend in soundmonster keymap (#10419)

* Fixup build errors on `develop` branch. (#12723)

* LED Matrix: Effects! (#12651)

* Fix syntax error when compiling for ARM (#12866)

* Remove KEYMAP and LAYOUT_kc (#12160)

* alias KEYMAP to LAYOUT

* remove KEYMAP and LAYOUT_kc

* Add setup, clone, and env to the list of commands we allow even with broken modules (#12868)

* Rename `point_t` -> `led_point_t` (#12864)

* [Keyboard] updated a vendor name / fixed minor keymap issues (#12881)

* Add missing LED Matrix suspend code to suspend.c (#12878)

* LED Matrix: Documentation (#12685)

* Deprecate `send_unicode_hex_string()` (#12602)

* Fix spelling mistake regarding LED Matrix in split_common. (#12888)

* [Keymap] Fix QWERTY/DVORAK status output for kzar keymap (#12895)

* Use milc.subcommand.config instead of qmk.cli.config (#12915)

* Use milc.subcommand.config instead

* pyformat

* remove the config test

* Add function to allow repeated blinking of one layer (#12237)

* Implement function rgblight_blink_layer_repeat to allow repeated blinking of one layer at a time

* Update doc

* Rework rgblight blinking according to requested change

* optimize storage

* Fixup housekeeping from being invoked twice per loop. (#12933)

* matrix: wait for row signal to go HIGH for every row (#12945)

I noticed this discrepancy (last row of the matrix treated differently than the
others) when optimizing the input latency of my keyboard controller, see also
https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/

Before this commit, when tuning the delays I noticed ghost key presses when
pressing the F2 key, which is on the last row of the keyboard matrix: the
dead_grave key, which is on the first row of the keyboard matrix, would be
incorrectly detected as pressed.

After this commit, all keyboard matrix rows are interpreted correctly.

I suspect that my setup is more susceptible to this nuance than others because I
use GPIO_INPUT_PIN_DELAY=0 and hence don’t have another delay that might mask
the problem.

* ensure we do not conflict with existing keymap aliases (#12976)

* Add support for up to 4 IS31FL3733 drivers (#12342)

* Convert Encoder callbacks to be boolean functions (#12805)

* [Keyboard] Fix Terrazzo build failure (#12977)

* Do not hard set config in CPTC files (#11864)

* [Keyboard] Corne - Remove legacy revision support (#12226)

* [Keymap] Update to Drashna keymap and user code (based on develop) (#12936)

* Add Full-duplex serial driver for ARM boards (#9842)

* Document LED_MATRIX_FRAMEBUFFER_EFFECTS (#12987)

* Backlight: add defines for default level and breathing state (#12560)

* Add dire message about LUFA mass storage bootloader (#13014)

* [Keyboard] Remove redundant legacy and common headers for crkbd (#13023)

Was causing compiler errors on some systems.

* Fix keyboards/keymaps for boolean encoder callback changes (#12985)

* `backlight.c`: include `eeprom.h` (#13024)

* Add changelog for 2021-05-29 Breaking Changes merge (#12939)

* Add ChangeLog for 2021-05-29 Breaking Changes Merge: initial version

* Add recent develop changes

* Sort recent develop changes

* Remove sections for ChibiOS changes per tzarc

No ChibiOS changes this round.

* Add and sort recent develop changes

* add notes about keyboard moves/deletions

* import changelog for PR 12172

Documents the change to BOOTMAGIC_ENABLE.

* update section headings

* re-sort changelog

* add additional note regarding Bootmagic changes

* remove changelog timestamp

* update dates in main Breaking Changes docs

* fix broken section anchors in previous changelogs

* add link to backlight/eeprom patch to changelog

* highlight some more changes

* link PRs from section headers

* Restore standard readme

* run: qmk cformat --core-only
2021-05-29 14:38:50 -07:00
..
0_sixty/keymaps/via
0xcb/1337/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
1upkeyboards
4pplet enable rgb underglow for VIA-firmware (#11746) 2021-02-19 15:27:16 -05:00
7c8/framework/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
7skb/keymaps/via
7splus/keymaps/via
10bleoledhub/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
40percentclub
45_ats/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
acekeyboard/titan60/keymaps/via [Keyboard] Titan60 LED and keymap updates (#12558) 2021-05-13 10:02:09 +10:00
acheron
adelheid/keymaps/via
aeboards
afternoonlabs Add breeze variants (#12596) 2021-04-30 19:45:36 +02:00
ai03 [Keyboard] ai03 Andromeda (#12676) 2021-05-04 12:38:38 -07:00
ajisai74/keymaps/via
aleblazer/zodiark/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
aleth42/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
alfredslab/swift65/solder/keymaps/via [Keyboard] Add support for alfredslab 65 (#12334) 2021-05-21 21:44:22 -07:00
allison/keymaps/via
allison_numpad/keymaps/via
alpine65/keymaps/via
alps64/keymaps/via
aos/tkl/keymaps/via
arisu/keymaps/via
arrayperipherals/1x4p1/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
atxkb/1894/keymaps/via
aves65/keymaps/via [Keyboard] Add VIA to Aves65 (#12990) 2021-05-26 22:20:10 -07:00
axolstudio
bakeneko60/keymaps/via
bakeneko65/keymaps/via
barleycorn/keymaps/via
barleycorn_smd/keymaps/via [Keyboard] Add barleycorn smd keyboard (#12200) 2021-03-16 23:31:58 -07:00
barracuda/keymaps/via Added support for barracuda keyboard (#11888) 2021-02-28 17:01:56 +11:00
basekeys 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
bat43/keymaps/via via support for bat43 (#11729) 2021-02-07 22:52:19 +00:00
beatervan/keymaps/via
bemeier/bmek/keymaps/via
binepad/bn003/keymaps/via
bioi
blackplum/keymaps/via
bm16a/keymaps/via
bm16s/keymaps/via
bm40hsrgb/keymaps/via
bm60poker/keymaps/via
bm60rgb/keymaps/via
bm68rgb/keymaps/via add via support for bm68rgb (#12275) 2021-03-25 22:50:17 +11:00
boardrun
boardsource [Bugs] Fix VIA Compiles (#12186) 2021-03-12 13:50:15 -08:00
boardwalk/keymaps/via
botanicalkeyboards/fm2u/keymaps/via
box75/keymaps/via
bpiphany/tiger_lily/keymaps/via Add VIA support for Filco Majestouch 2 /w The Tiger Lily (#12401) 2021-04-25 11:00:56 +10:00
buildakb [Keyboard] Add Potato65 Hotswap keyboard (#12874) 2021-05-15 16:51:21 -07:00
caffeinated/serpent65/keymaps/via [Keyboard] Add Caffeinated Studios Serpent65 (#12578) 2021-04-13 20:08:42 -07:00
cannonkeys Some fixes for the Bakeneko variant DB60s (#12662) 2021-05-12 10:52:15 +10:00
capsunlocked [Keyboard] Capsunlocked CU80 Squish and Refactor (#12193) 2021-04-18 22:24:30 -07:00
carbo65/keymaps/via [Keyboard] Carbo65 (#12406) 2021-04-19 21:12:48 -07:00
charue/sunsetter/keymaps/via [Keyboard] Add Charue Design's Sunsetter (#12547) 2021-05-11 20:42:56 +02:00
checkerboards [Keyboard] add ortho Candybar and NOP60 PCBs (#12807) 2021-05-13 09:36:12 -07:00
cherrybstudio/cb87/keymaps/via [Keyboard] Add CherryB Studio Keyboards (#11475) 2021-04-02 14:25:44 -07:00
cheshire/curiosity/keymaps/via
chili/keymaps/via
chlx/merro60/keymaps/via [Keyboard] Add merro60 (#12527) 2021-05-15 17:29:04 -07:00
choc_taro/keymaps/via
choco60/keymaps/via
ck60i/keymaps/via
claw44/keymaps/via
clueboard/66/keymaps/via
cmm_studio/saka68
coarse/cordillera/keymaps/via
contra/keymaps/via
coseyfannitutti
cospad/keymaps/via
crbn/keymaps/via [Keyboard] Added via keymap for crbn keyboard (#12765) 2021-05-12 21:15:08 -07:00
crkbd/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
custommk/genesis/keymaps/via
cutie_club [Keyboard] Giant macro pad (#12905) 2021-05-16 15:33:46 -07:00
cybergear/macro25/keymaps/via [Keyboard] CyberGear Macro25 (#12518) 2021-04-14 13:38:27 -07:00
daisy/keymaps/via
daji/seis_cinco/keymaps/via [Keyboard] Add Daji Seis Cinco (#11955) 2021-02-21 19:42:55 -08:00
dc01 Dc01 fixes (#11843) 2021-02-15 20:36:58 -05:00
dekunukem/duckypad/keymaps/via [Keyboard] Add VIA keymap to duckyPad, update M4cs keymap for duckyPad (#11703) 2021-02-16 10:10:07 -08:00
delikeeb 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
delilah/keymaps/via [Keyboard] Fix Delilah VIA Keymap (#13008) 2021-05-26 22:13:29 -07:00
dm9records
dmqdesign/spin/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
do60/keymaps/via
donutcables/budget96/keymaps/via Budget96 VIA (#11737) 2021-02-18 15:31:09 -05:00
doodboard/duckboard_r2/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
doro67
dozen0/keymaps/via Add via support to Dozen0 (#11932) 2021-02-20 14:11:36 -05:00
dp60/keymaps/via
draytronics/scarlet/keymaps/via
duck
durgod/k320/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
dz60/keymaps/via
dztech
e88/keymaps/via
ealdin/quadrant/keymaps/via [Keyboard] Quadrant by Ealdin (#11747) 2021-02-18 19:15:38 -08:00
ebastler/isometria_75/rev1/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
edc40/keymaps/via
efreet/keymaps/via
eniigmakeyboards
epoch80/keymaps/via Added Epoch80 (#12307) 2021-04-03 15:51:21 +02:00
ergoarrows/keymaps/via [Keyboard] Add ergoarrows keyboard (#11592) 2021-02-07 09:04:29 -08:00
ergodone/keymaps/via Ergodone via support (#11618) 2021-04-16 16:26:19 +02:00
ergotravel/keymaps/via
eve/meteor/keymaps/via
evolv/keymaps/via
evyd13 [Bugs] Fix VIA Compiles (#12186) 2021-03-12 13:50:15 -08:00
exclusive
exent/keymaps/via
fallacy/keymaps/via
fc660c/keymaps/via
feels/feels65/keymaps/via [Keyboard] add feels/feels65 (#12426) 2021-05-13 19:39:56 -07:00
ffkeebs/siris/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
fjlabs [Keyboard] Added Bolsa Supply Midway60 Keyboard (#12747) 2021-05-15 17:09:16 -07:00
flehrad
flx
flxlb/zplit/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
foostan/cornelius/keymaps/via [Keyboard] Add new keyboard Cornelius (#11719) 2021-02-18 19:19:53 -08:00
forever65/keymaps/via Initial firmware for Forever65 (#12572) 2021-04-20 16:17:47 +01:00
foxlab [Keyboard] added Time 80 Reforged by Fox Lab (#11996) 2021-05-04 01:40:26 -07:00
friedrich/keymaps/via [Keyboard] Friedrich (#12569) 2021-05-17 01:55:37 -07:00
geekboards/macropad_v2/keymaps/via
geminate60/keymaps/via [Bugs] Fix VIA Compiles (#12186) 2021-03-12 13:50:15 -08:00
generic_panda/panda65_01/keymaps/via
genone [Keyboard] Add G1_65 keyboard (#12140) 2021-04-18 22:30:36 -07:00
ggkeyboards/genesis [Keyboard] Add support for alfredslab 65 (#12334) 2021-05-21 21:44:22 -07:00
gh60
ghs/rar/keymaps/via
gingham/keymaps/via
gkeyboard/gkb_m16/keymaps/via
gmmk/pro/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
gon/nerdtkl/keymaps/via [Keyboard] Add GON NerD TKL VIA keymap (#12309) 2021-04-02 21:20:34 -07:00
gray_studio [Keyboard] Graystudio COD67 VIA support (#11961) 2021-02-21 19:42:09 -08:00
gvalchca/spaccboard/keymaps/via Add Gvalchca SpaccBoard (#12876) 2021-05-13 19:54:13 +02:00
hand88/keymaps/via Hand 88 (#11963) 2021-03-13 09:37:41 +11:00
handwired 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
helix 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
hhkb
hhkb_lite_2/keymaps/via
hineybush
holyswitch/southpaw75/keymaps/via
hotdox/keymaps/via
hp69/keymaps/via
hs60/v2
hub16/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
hub20/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
id80
id87/keymaps/via
idb/idb_60/keymaps/via
idobo/keymaps/via
illuminati/is0/keymaps/via
illusion/rosa/keymaps/via [Keyboard] Add Rosa (#12884) 2021-05-15 17:04:38 -07:00
ilumkb/primus75/keymaps/via
inett_studio/sqx
iriskeyboards/keymaps/via adding keyboard (#12414) 2021-04-22 17:15:28 -04:00
iron180/keymaps/via Iron180: layout macro and Configurator rework (#11948) 2021-02-20 18:09:52 +11:00
jacky_studio
jian/keymaps/via
jiran/keymaps/via
jisplit89/keymaps/via
jj4x4/keymaps/via
jj40/keymaps/via
jnao/keymaps/via
kabedon
kb_elmo added twelvekey (#12281) 2021-03-25 22:48:59 +11:00
kbdfans [Keyboard] KBD67 Hotswap VIA Support (#12351) 2021-04-02 20:58:42 -07:00
kc60/keymaps/via
keebio 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
keebsforall/freebird60/keymaps/via
keebwerk/mega/ansi/keymaps/via
keebzdotnet [Keyboard] Add F.Me Macropad (#12658) 2021-05-26 22:17:13 -07:00
keycapsss/plaid_pad/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
keyhive/maypad/keymaps/via
kikoslab/kl90/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
kingly_keys
kira80/keymaps/via Fix Kira80 license headers (#12303) 2021-03-21 13:43:04 +11:00
kiwikey [Keyboard] Add Wanderland - An Alice-layout keyboard (#12516) 2021-04-19 11:04:03 -07:00
kmac/keymaps/via [Keyboard] Add KMAC VIA keymap (#12224) 2021-03-16 23:17:40 -07:00
knobgoblin/keymaps/via [Keyboard] Knob Goblin add via support (#11831) 2021-02-16 09:46:02 -08:00
kopibeng/xt65/keymaps/via Add XT65 keyboard (#11998) 2021-03-25 22:49:37 +11:00
kudox
kudox_game/keymaps/via
ky01/keymaps/via [Keyboard] Add Ky01 (#12844) 2021-05-13 10:22:08 -07:00
labyrinth75/keymaps/via
latin17rgb/keymaps/via [Keyboard] add latin17rgb (#11680) 2021-02-04 21:06:50 -08:00
latin47ble/keymaps/via
latin60rgb/keymaps/via [Keyboard] 60% keyboard with ISSI3733RGB IC (#11559) 2021-05-13 19:00:45 -07:00
latin64ble/keymaps/via
latinpad/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
latinpadble/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
launchpad/keymaps/via
lazydesigners Update lazydesigners/the40 (#11989) 2021-02-28 17:11:06 +11:00
lck75/keymaps/via [Keyboard] VIA Support for LCK75 (#12402) 2021-04-19 02:22:18 -07:00
le_chiffre/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
lets_split/keymaps/via
lfkeyboards
lily58/keymaps/via Enable default features on VIA keymap for Lily58 (#12185) 2021-03-12 18:43:31 +11:00
linworks/whale75/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
lm_keyboard/lm60n/keymaps/via Add lm60n keyboard (#12408) 2021-04-25 11:04:38 +10:00
lucid [Keyboard] Added Lucid KB Scarlet [Maker KB] (#12748) 2021-05-15 17:08:49 -07:00
m3n3van/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
m10a/keymaps/via M10-A refactor (#12242) 2021-03-15 19:25:00 +11:00
masterworks/classy_tkl/keymaps/via
matrix/m12og/keymaps/via [Keyboard] Matrix 1.2og AVR PCB - VIA support (#12534) 2021-04-20 10:24:36 -07:00
mc_76k/keymaps/via
mechlovin 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
mechmini/v2/keymaps/via
mechstudio
mechwild 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
melgeek [Keyboard] Support MJ65 - a 65% RGB Hotswap keyboard (#11764) 2021-02-11 16:56:07 -08:00
melody96/keymaps/via
merge 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
mesa/mesa_tkl/keymaps/via
metamechs/timberwolf/keymaps/via
miller/gm862/keymaps/via
mio/keymaps/via [Keyboard] Add MIO keyboard (#11852) 2021-02-20 20:48:52 -08:00
mixi/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
mode/eighty
monarch/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
monstargear/xo87 [Keyboard] Monstargear XO87 Solderable support (#11716) 2021-03-05 10:04:14 -08:00
montsinger/rebound/rev4/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
mountainblocks/mb17/keymaps/via
mt64rgb/keymaps/via
mt84/keymaps/via
murcielago/rev1/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
mxss/keymaps/via
mysticworks/wyvern/keymaps/via
nebula12/keymaps/via
nebula68/keymaps/via
nemui/keymaps/via
neokeys/g67 [Keyboard] NEO Keys Palette G67 Hotswap & Soldered (#11850) 2021-02-13 18:16:23 -08:00
nibiria/stream15/keymaps/via
nightingale_studios/hailey/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
nightly_boards [Keyboard] Added Adellein Keyboard/PCB (#11547) 2021-03-14 14:51:21 -07:00
nightmare/keymaps/via
niu_mini/keymaps/via
nix_studio/oxalys80/keymaps/via Add Nix Studio OXALYS80 Keyboard (#12118) 2021-03-25 23:04:02 +11:00
nk65/keymaps/via
nk87/keymaps/via
nknl7en/keymaps/via [Keyboard] Add nknl7en keyboard (#11590) 2021-02-07 09:06:59 -08:00
nknl7jp/keymaps/via [Keyboard] Add nknl7jp keyboard (#11591) 2021-02-07 09:09:24 -08:00
nomu30/keymaps/via
noxary [Keyboard] Add Noxary 268.2 RGB (#11772) 2021-02-16 11:27:20 -08:00
np12/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
nullbitsco 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
oddforge/vea/keymaps/via OddForge VE.A (#11875) 2021-02-28 16:57:04 +11:00
odelia/keymaps/via
ok60/keymaps/via
pandora/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
pdxkbc/keymaps/via
peej/lumberjack/keymaps/via [Keyboard] Add Lumberjack keyboard (#12124) 2021-04-02 17:25:23 -07:00
percent
phase_studio/titan65/keymaps/via [Keyboard] Fixup issues with Titan65 (#12002) 2021-02-25 10:56:59 +00:00
picolab/frusta_fundamental/keymaps/via [Keyboard] Add Frusta Fundamental (#12583) 2021-05-15 11:52:13 -07:00
pinky
pisces/keymaps/via [Keyboard] Add pisces keyboard (#12287) 2021-05-13 19:21:49 -07:00
pizzakeyboards/pizza65/keymaps/via Pizza Keyboards Pizza65 addition (#11604) 2021-03-16 10:09:29 +11:00
pkb65/keymaps/via [Keyboard] Add pkb65 keyboard (#12230) 2021-04-02 21:18:15 -07:00
planck/keymaps/via [Keyboard] fix planck light via endpoints (#12701) 2021-04-26 10:24:19 -07:00
playkbtw
plexus75/keymaps/via
ploopyco ADNS-5050 / Ploopy Nano / Ploopy Mini Trackballs (#11994) 2021-03-25 23:10:55 +11:00
plume/plume65/keymaps/via
polilla/rev1/keymaps/via
preonic/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
primekb
projectkb
prototypist/j01/keymaps/via [Keyboard] Add Prototypist J01 rev 1 support (#12825) 2021-05-21 22:30:35 -07:00
punk75/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
pursuit40/keymaps/via [Keyboard] add Pursuit40 PCB for Panc40 (#11683) 2021-02-04 16:24:09 -08:00
qaz/keymaps/via
quad_h/lb75/keymaps/via
quantrik/kyuu/keymaps/via
quark/keymaps/via
rabbit_capture_plan/keymaps/via
rainkeeb/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
ramonimbao 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
rart 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
redox/keymaps/via
redox_w/keymaps/via
reversestudio/decadepad/keymaps/via
reviung41/keymaps/via
rocketboard_16/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
rominronin/katana60/rev2/keymaps/via
roseslite/keymaps/via Roses Lite layout macro touch-up (#12357) 2021-03-25 18:05:59 +11:00
rpiguy9907/southpaw66/keymaps/via
sam [Keyboard] change to saka68 solder firmware config. add sam's s80 firmware (#11834) 2021-02-18 19:38:02 -08:00
sanctified/dystopia/keymaps/via [Keyboard] Add Dystopia keyboard (#11997) 2021-04-18 21:53:33 -07:00
satt/vision/keymaps/via
sck/osa/keymaps/via
seigaiha/keymaps/via [Keyboard] Seigaiha (#12791) 2021-05-12 18:31:53 -07:00
sendyyeah 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
senselessclay/had60/keymaps/via [Keyboard] Added senselessclay had60 (#12093) 2021-04-09 14:31:57 -07:00
shk9/keymaps/via [Keyboard] add shk9 macropad (#11505) 2021-02-05 03:31:15 -08:00
singa/keymaps/via
sirius/uni660
sixkeyboard/keymaps/via
skergo/keymaps/via [Keyboard] SKErgo (#12923) 2021-05-26 21:00:16 -07:00
smallice/keymaps/via [Keyboard] Added smAllice (#12543) 2021-05-13 20:11:36 -07:00
sneakbox 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
sofle/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
soup10/keymaps/via [Keyboard] add Soup10 support (#11921) 2021-03-06 13:03:48 -08:00
soy20/keymaps/via
spaceman [Keyboard] Add keyboard yun65 (#11714) 2021-02-09 21:18:53 -08:00
sparrow62/keymaps/via
studiokestra [Keyboard] Add Studio Kestra Cascade PCB (#12704) 2021-05-13 20:54:10 -07:00
swiftrax/retropad/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
switchplate/southpaw_fullsize/keymaps/via
sx60/keymaps/via [Keyboard] Add VIA support to SX60 and update default keymap (#11908) 2021-02-26 17:29:23 -08:00
tada68/keymaps/via
taleguers/taleguers75/keymaps/via
tempo_turtle/bradpad/keymaps/via [Keyboard] Added bradpad support (#12912) 2021-05-16 15:34:18 -07:00
tenki/keymaps/via
tg4x/keymaps/via
tgr
the_royal/liminal/keymaps/via
thevankeyboards Banana Split VIA Support (#11944) 2021-02-28 17:02:34 +11:00
tkc TKC Portico: layout macro/Configurator touch-up (#12897) 2021-05-14 08:41:02 -07:00
tmo50/keymaps/via
tokyo60/keymaps/via
tokyokeyboard/alix40/keymaps/via [Keyboard] Tokyo Keyboard alix40 initial commit (#11918) 2021-02-21 19:46:08 -08:00
torn/keymaps/via
underscore33
ungodly/nines/keymaps/via
unikorn/keymaps/via
unison/keymaps/via Add unison v04 keyboard (#11982) 2021-03-25 23:38:31 +11:00
ut472/keymaps/via
utd80/keymaps/via Add UTD80 PCB (#11799) 2021-02-18 15:30:16 -05:00
v60_type_r/keymaps/via [Keyboard] Add VIA support to v60 Type R (#11758) 2021-02-04 22:18:20 -08:00
viktus
vitamins_included/keymaps/via
waldo/keymaps/via
walletburner/neuron/keymaps/via
westfoxtrot
wheatfield/blocked65/keymaps/via
wilba_tech Added RAMA WORKS M50-AX (#12458) 2021-05-25 19:51:52 +10:00
winkeyless
wsk/gothic70/keymaps/via
wuque/ikki68/keymaps/via
xd60/keymaps/via
xd68/keymaps/via
xd75/keymaps/via
xd84/keymaps/via
xd84pro/keymaps/via
xd87/keymaps/via
xd96/keymaps/via
xelus [Keyboard] AkiS (#12910) 2021-05-22 12:02:57 -07:00
yasui/keymaps/via Added Yasui keyboard (#12726) 2021-05-17 18:53:45 -04:00
yatara/drink_me/keymaps/via
yd60mq/keymaps/via
yeehaw/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
ymd75/keymaps/via Fix keycode mappings for via and ensure they don't change within protocol (#12130) 2021-03-15 12:19:01 +11:00
ymdk [Keyboard] Adding YMDK Wings Keyboard (#11693) 2021-02-04 19:01:59 -08:00
yncognito/batpad/keymaps/via
yoichiro/lunakey_mini/keymaps/via
yushakobo/quick7/keymaps/via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
yynmt/acperience12/keymaps/via [Keyboard] Add Acperience12 macropad (#12573) 2021-04-20 10:21:39 -07:00
zinc/keymaps/via
zoo/wampus/keymaps/via
ztboards/noon/keymaps/via