diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-10-15 22:18:45 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-15 22:18:45 +0200 |
commit | 1745f202cc3806afeb3e7e1e973c3cdd9c7c4d07 (patch) | |
tree | 888618b174b1771dec4bdc1793889459f97a1251 /keyboards/kc60 | |
parent | 115e49b2af902097c08b9fb26b8e502e046b7fc8 (diff) | |
download | qmk_firmware-1745f202cc3806afeb3e7e1e973c3cdd9c7c4d07.tar.gz qmk_firmware-1745f202cc3806afeb3e7e1e973c3cdd9c7c4d07.tar.xz |
update keymaps to not be the canonical file
Diffstat (limited to 'keyboards/kc60')
-rw-r--r-- | keyboards/kc60/keymaps/dbroqua/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/kc60/keymaps/dbroqua_hhkb/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/kc60/keymaps/default/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/kc60/keymaps/sgoodwin/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/kc60/keymaps/stanleylai/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/kc60/keymaps/ws2812/keymap.c | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/kc60/keymaps/dbroqua/keymap.c b/keyboards/kc60/keymaps/dbroqua/keymap.c index 8b5efd0ce..dc83fb7a0 100644 --- a/keyboards/kc60/keymaps/dbroqua/keymap.c +++ b/keyboards/kc60/keymaps/dbroqua/keymap.c @@ -1,5 +1,3 @@ -// This is the canonical layout file for the Quantum project. If you want to add another keyboard, -// this is the style you want to emulate. #include "kc60.h" diff --git a/keyboards/kc60/keymaps/dbroqua_hhkb/keymap.c b/keyboards/kc60/keymaps/dbroqua_hhkb/keymap.c index 123c53a6d..119281492 100644 --- a/keyboards/kc60/keymaps/dbroqua_hhkb/keymap.c +++ b/keyboards/kc60/keymaps/dbroqua_hhkb/keymap.c @@ -1,5 +1,3 @@ -// This is the canonical layout file for the Quantum project. If you want to add another keyboard, -// this is the style you want to emulate. #include "kc60.h" diff --git a/keyboards/kc60/keymaps/default/keymap.c b/keyboards/kc60/keymaps/default/keymap.c index 293ff3ab4..a35cd9950 100644 --- a/keyboards/kc60/keymaps/default/keymap.c +++ b/keyboards/kc60/keymaps/default/keymap.c @@ -1,5 +1,3 @@ -// This is the canonical layout file for the Quantum project. If you want to add another keyboard, -// this is the style you want to emulate. #include "kc60.h" diff --git a/keyboards/kc60/keymaps/sgoodwin/keymap.c b/keyboards/kc60/keymaps/sgoodwin/keymap.c index 3192b2514..101b9c9b7 100644 --- a/keyboards/kc60/keymaps/sgoodwin/keymap.c +++ b/keyboards/kc60/keymaps/sgoodwin/keymap.c @@ -1,5 +1,3 @@ -// This is the canonical layout file for the Quantum project. If you want to add another keyboard, -// this is the style you want to emulate. #include "kc60.h" diff --git a/keyboards/kc60/keymaps/stanleylai/keymap.c b/keyboards/kc60/keymaps/stanleylai/keymap.c index 212fa88bd..44a10848b 100644 --- a/keyboards/kc60/keymaps/stanleylai/keymap.c +++ b/keyboards/kc60/keymaps/stanleylai/keymap.c @@ -1,5 +1,3 @@ -// This is the canonical layout file for the Quantum project. If you want to add another keyboard, -// this is the style you want to emulate. #include "kc60.h" diff --git a/keyboards/kc60/keymaps/ws2812/keymap.c b/keyboards/kc60/keymaps/ws2812/keymap.c index ae11ebf91..541d6cd67 100644 --- a/keyboards/kc60/keymaps/ws2812/keymap.c +++ b/keyboards/kc60/keymaps/ws2812/keymap.c @@ -1,5 +1,3 @@ -// This is the canonical layout file for the Quantum project. If you want to add another keyboard, -// this is the style you want to emulate. #include "kc60.h" |