mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-10 05:28:36 +00:00
Updated makefile
This commit is contained in:
parent
efdc8ec11d
commit
fc629ae52a
@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 16
|
||||
|
||||
|
||||
#undef MATRIX_ROW_PINS
|
||||
#undef MATRIX_COL_PINS
|
||||
|
||||
@ -36,19 +35,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_COL_PINS { A9, A8, F0, A2, A3, A4, B9, B8, B7, B6, B5, B4, B3, A15, A14, A13}
|
||||
#define UNUSED_PINS
|
||||
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
|
||||
#define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6
|
||||
|
||||
|
||||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
|
||||
#define DEBOUNCE 5
|
||||
|
||||
/* define if matrix has ghost (lacks anti-ghosting diodes) */
|
||||
//#define MATRIX_HAS_GHOST
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Pizza Keyboards Pizza65
|
||||
Pizza65 is the first project from Pizza Keyboards: a seamless design 65% top-mount board, designed in Italy and made in Germany.
|
||||
|
||||

|
||||
|
||||
* Keyboard Maintainer: [mm0nte](https://github.com/mm0nte)
|
||||
* Hardware Supported: PizzaPCB for Pizza65
|
||||
* Hardware Availability: www.keyboards.pizza
|
||||
|
@ -14,5 +14,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
BLUETOOTH_ENABLE = no # Enable Bluetooth
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
LAYOUTS = LAYOUT_65_ansi_blocker LAYOUT_65_iso_blocker LAYOUT_65_ansi_blocker_doublebs LAYOUT_65_iso_blocker_doublebs
|
||||
|
Loading…
Reference in New Issue
Block a user