Browse Source

requested changes

- small changes to defines
- licence headers
pull/13299/head
Christoph Jabs 2 years ago
parent
commit
16fb1ea906
3 changed files with 34 additions and 3 deletions
  1. +2
    -3
      keyboards/handwired/ortho_brass/config.h
  2. +16
    -0
      keyboards/handwired/ortho_brass/ortho_brass.c
  3. +16
    -0
      keyboards/handwired/ortho_brass/ortho_brass.h

+ 2
- 3
keyboards/handwired/ortho_brass/config.h View File

@ -23,8 +23,7 @@
#define PRODUCT_ID 0x6060
#define DEVICE_VER 0x0001
#define MANUFACTURER BifbofII
#define PRODUCT "Ortho Brass"
#define DESCRIPTION "Handwired Ortho 4x12 Keyboard"
#define PRODUCT Ortho Brass
/* key matrix size */
#define MATRIX_ROWS 4
@ -42,4 +41,4 @@
#define DIODE_DIRECTION COL2ROW
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCING_DELAY 5
#define DEBOUNCE 5

+ 16
- 0
keyboards/handwired/ortho_brass/ortho_brass.c View File

@ -1,3 +1,19 @@
/* Copyright 2021 Christoph Jabs (BifbofII)
*
* 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/>.
*/
#include "ortho_brass.h"
#ifdef SWAP_HANDS_ENABLE


+ 16
- 0
keyboards/handwired/ortho_brass/ortho_brass.h View File

@ -1,3 +1,19 @@
/* Copyright 2021 Christoph Jabs (BifbofII)
*
* 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/>.
*/
#pragma once
#include "quantum.h"


Loading…
Cancel
Save