/*
Copyright 2012-2018 Jun Wako, Jack Humbert, Yiancar
Copyright 2019 Evy Dekkers
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
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
static pin_t direct_pins = DIRECT_PINS;
static const pin_t row_pins = MATRIX_ROW_PINS;
//static const pin_t col_pins[MATRIX_COLS] = MATRIX_COL_PINS;
// matrix code
static void
static bool
static void
static void
static void
static void
static bool
/* Cols 0 - 16
* These columns use two 74HC138 3 to 8 bit demultiplexer. D6, D7 is the enable pin, must be set high (1) to use it.
*
* col / pin: PA0 PA1 PA2 PD6 PD7 PC4
* 0: 0 ── 0 ── 0 1 ── 0 0
* ────────────────────────────────────────────
* 1: 0 ── 0 ── 1 1 ── 0 0
* ────────────────────────────────────────────
* 2: 0 ── 1 ── 0 1 ── 0 0
* ────────────────────────────────────────────
* 3: 0 ── 1 ── 1 1 ── 0 0
* ────────────────────────────────────────────
* 4: 1 ── 0 ── 0 1 ── 0 0
* ────────────────────────────────────────────
* 5: 1 ── 0 ── 1 1 ── 0 0
* ────────────────────────────────────────────
* 6: 1 ── 1 ── 0 1 ── 0 0
* ────────────────────────────────────────────
* 7: 1 ── 1 ── 1 1 ── 0 0
* ────────────────────────────────────────────
* 8: 0 ── 0 ── 0 0 ── 1 0
* ────────────────────────────────────────────
* 9: 0 ── 0 ── 1 0 ── 1 0
* ────────────────────────────────────────────
*10: 0 ── 1 ── 0 0 ── 1 0
* ────────────────────────────────────────────
*11: 0 ── 1 ── 1 0 ── 1 0
* ────────────────────────────────────────────
*12: 1 ── 0 ── 0 0 ── 1 0
* ────────────────────────────────────────────
*13: 1 ── 0 ── 1 0 ── 1 0
* ────────────────────────────────────────────
*14: 1 ── 1 ── 1 0 ── 1 0
* ────────────────────────────────────────────
*15: 1 ── 1 ── 0 0 ── 1 0
* ────────────────────────────────────────────
*16: 0 ── 0 ── 0 0 ── 0 1
*
*/
static void
static void
static void
static void
static bool
void
bool