summaryrefslogtreecommitdiff
path: root/keyboards/playkbtw/ca66/ca66.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-09-07 01:04:48 -0700
committerfauxpark <fauxpark@gmail.com>2019-09-07 18:04:48 +1000
commitfc5fb2fc1598bd07cafb97b35100237506592d9d (patch)
treee677002ff8d3a018578a56b225b798861b0d3fc7 /keyboards/playkbtw/ca66/ca66.h
parentac8f8a89141fb6830c1e510d0325092e549e9840 (diff)
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 <fauxpark@gmail.com> * remove lines 4 thru 37 and add bootloader
Diffstat (limited to 'keyboards/playkbtw/ca66/ca66.h')
-rw-r--r--keyboards/playkbtw/ca66/ca66.h5
1 files changed, 1 insertions, 4 deletions
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