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) | |
| download | qmk_firmware-d35a98ca2482745b0f4b45f4dd3a80552e46289e.tar.gz qmk_firmware-d35a98ca2482745b0f4b45f4dd3a80552e46289e.zip | |
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 6f7903629..1871fd2cb 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/>. | |||
| 23 | #define MANUFACTURER dyz | 23 | #define MANUFACTURER dyz |
| 24 | #define PRODUCT selka40 | 24 | #define PRODUCT selka40 |
| 25 | 25 | ||
| 26 | /* key matrix size */ | ||
| 27 | #define MATRIX_ROWS 4 | ||
| 28 | #define MATRIX_COLS 13 | ||
| 29 | |||
| 30 | /* | ||
| 31 | * Keyboard Matrix Assignments | ||
| 32 | * | ||
| 33 | * Change this to how you wired your keyboard | ||
| 34 | * COLS: AVR pins used for columns, left to right | ||
| 35 | * ROWS: AVR pins used for rows, top to bottom | ||
| 36 | * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) | ||
| 37 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | ||
| 38 | * | ||
| 39 | */ | ||
| 40 | |||
| 41 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 26 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 42 | #define DEBOUNCE 5 | 27 | #define DEBOUNCE 5 |
| 43 | 28 | ||
