diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-20 10:00:28 +1100 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2021-01-20 10:00:28 +1100 |
commit | 9e18f41fcf46a268e01754a2743e67fb50deaa1d (patch) | |
tree | 1b11d31dd37bb4c1e48c3d4295a2ff20c318f5ce /keyboards/handwired/co60 | |
parent | 78fe155b7241900988f26479b8e417623b137320 (diff) | |
parent | 1e1b469fa2f9aa7480b4c1f1d1f8eb5b0c0c8ce5 (diff) | |
download | qmk_firmware-9e18f41fcf46a268e01754a2743e67fb50deaa1d.tar.gz qmk_firmware-9e18f41fcf46a268e01754a2743e67fb50deaa1d.zip |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/handwired/co60')
-rw-r--r-- | keyboards/handwired/co60/rev1/config.h | 1 | ||||
-rw-r--r-- | keyboards/handwired/co60/rev6/config.h | 1 | ||||
-rw-r--r-- | keyboards/handwired/co60/rev7/config.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/handwired/co60/rev1/config.h b/keyboards/handwired/co60/rev1/config.h index 2168516d2d..281a10570f 100644 --- a/keyboards/handwired/co60/rev1/config.h +++ b/keyboards/handwired/co60/rev1/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER John M Daly #define PRODUCT CO60 -#define DESCRIPTION An open hardware sixty percent PCB /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/handwired/co60/rev6/config.h b/keyboards/handwired/co60/rev6/config.h index 0a7227fb8e..79c64e7353 100644 --- a/keyboards/handwired/co60/rev6/config.h +++ b/keyboards/handwired/co60/rev6/config.h @@ -24,7 +24,6 @@ #define DEVICE_VER 0x0001 #define MANUFACTURER John M Daly #define PRODUCT CO60 rev6 -#define DESCRIPTION An open hardware sixty percent PCB /* Address for jumping to bootloader on STM32 chips. */ /* It is chip dependent, the correct number can be looked up here: diff --git a/keyboards/handwired/co60/rev7/config.h b/keyboards/handwired/co60/rev7/config.h index 98b36b99cc..20e62472b7 100644 --- a/keyboards/handwired/co60/rev7/config.h +++ b/keyboards/handwired/co60/rev7/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER John M Daly #define PRODUCT CO60 rev7 -#define DESCRIPTION An open hardware sixty percent PCB /* Address for jumping to bootloader on STM32 chips. */ /* It is chip dependent, the correct number can be looked up here: |