Browse Source

Merge branch 'IBM_6746' of https://github.com/Justin-sandwich/qmk_firmware into IBM_6746

pull/22977/head
Justin-sandwich 3 months ago
parent
commit
45445208cc
3 changed files with 2 additions and 29 deletions
  1. +0
    -28
      keyboards/ibm_6746/config.h
  2. +2
    -0
      keyboards/ibm_6746/keymaps/default/keymap.c
  3. +0
    -1
      keyboards/ibm_6746/rules.mk

+ 0
- 28
keyboards/ibm_6746/config.h View File

@ -3,34 +3,6 @@
#pragma once
/* key matrix size */
#define MATRIX_ROWS 8
#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)
*
*/
/* Key matrix pins */
// ROWS: 1 2 3 4 5 6 7 8
//#define MATRIX_ROW_PINS { GP12, GP13, GP14, GP15, GP16, GP21, GP23, GP20 }
// COLS: 1 2 3 4 5 6 7 8 9 10 11 12 13
//#define MATRIX_COL_PINS { GP9, GP8, GP7, GP6, GP5, GP4, GP3, GP2, GP22, GP26, GP27, GP28, GP29 }
//#define UNUSED_PINS
/* COL2ROW, ROW2COL*/
//#define DIODE_DIRECTION COL2ROW
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed (5 is default) */
#define DEBOUNCE 5
/* The 6746 has no diodes */
#define MATRIX_HAS_GHOST


+ 2
- 0
keyboards/ibm_6746/keymaps/default/keymap.c View File

@ -1,3 +1,5 @@
// Copyright 2023 Justin (@Justin-sandwich)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {


+ 0
- 1
keyboards/ibm_6746/rules.mk View File

@ -1,2 +1 @@
# this file is intentionally left blank

Loading…
Cancel
Save