1
0
Fork 0

[Keyboard] FLX Virgo, cleaned up layouts and added VIA keymap (#7997)

* Reworked for VIA support

Reworked for VIA support and tidying up of older code.

* Fixed naming issues, and prepared for VIA compat

Via compat added

* Improve layouts, tidy code, via keymap

Added support for VIA and cleaned up some code and layouts.

* Implimented suggestions by MechMerlin

* Fix capitalisation 

Mistake raised by Drashna now fixed.

* Tidy comments as requested by noroadsleft

* Tidy comments as requested by fauxpark
This commit is contained in:
Flexerm 2020-01-28 01:05:29 +00:00 committed by James Young
parent a539bd63fe
commit eb5e513d26
9 changed files with 108 additions and 40 deletions

View file

@ -1,4 +1,5 @@
/* Copyright 2019 MechMerlin
* Edits etc 2020 Flexerm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -19,7 +20,7 @@ void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
setPinOutput(E6);
setPinOutput(E6);
setPinOutput(B2);
matrix_init_user();
}