diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-10-08 04:12:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 21:12:46 -0700 |
commit | d35a98ca2482745b0f4b45f4dd3a80552e46289e (patch) | |
tree | 5a511f22b2f74e6c823b3b7ce32231bc203502bd /keyboards/dyz/selka40/config.h | |
parent | 9d070e6a08327f54e60e4fd31ed31cdc416606ba (diff) |
dyz selka40 touch-up (#14748)
* friendly-format info.json
* remove info.json rounding errors
* fix info.json layout macro reference
JSON data referenced `LAYOUT` instead of `LAYOUT_all`.
* correct info.json key sequence
* remove dead space from info.json layout data
* remove vertical offsets from info.json layout data
* horizontally align info.json layout data
* add matrix diagram to selka40.h
* add LAYOUT_2u_bs
* remove duplicated settings
Diffstat (limited to 'keyboards/dyz/selka40/config.h')
-rw-r--r-- | keyboards/dyz/selka40/config.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/dyz/selka40/config.h b/keyboards/dyz/selka40/config.h index 6f79036296..1871fd2cb6 100644 --- a/keyboards/dyz/selka40/config.h +++ b/keyboards/dyz/selka40/config.h @@ -23,21 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MANUFACTURER dyz #define PRODUCT selka40 -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 13 - -/* - * Keyboard Matrix Assignments - * - * Change this to how you wired your keyboard - * COLS: AVR pins used for columns, left to right - * ROWS: AVR pins used for rows, top to bottom - * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) - * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) - * -*/ - /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 |