From fc5fb2fc1598bd07cafb97b35100237506592d9d Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Sat, 7 Sep 2019 01:04:48 -0700 Subject: CA66 R1/R2 Cleanup (#6678) * fixup readme to adhere to QMK standards and to also have more information * use pragma once * strip out the custom bootmagic lite routine as it is the same as QMK's default bootmagic lite routine. Also add the caps lock led indicator * turn on bootmagic lite * update default keymap * Update keyboards/playkbtw/ca66/ca66.c Co-Authored-By: fauxpark * remove lines 4 thru 37 and add bootloader --- keyboards/playkbtw/ca66/ca66.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'keyboards/playkbtw/ca66/ca66.h') diff --git a/keyboards/playkbtw/ca66/ca66.h b/keyboards/playkbtw/ca66/ca66.h index 0c00125a36..e52bdea664 100644 --- a/keyboards/playkbtw/ca66/ca66.h +++ b/keyboards/playkbtw/ca66/ca66.h @@ -1,5 +1,4 @@ -#ifndef CA66_H -#define CA66_H +#pragma once #include "quantum.h" @@ -16,5 +15,3 @@ { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314 }, \ { KC_NO, K401, K402, K403, K404, KC_NO, K406, KC_NO, K408, K409, K410, K411, K412, K413, K414 } \ } - -#endif -- cgit v1.2.3