summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorBenKesselring <bskesselring@gmail.com>2017-10-06 16:20:28 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-06 16:20:28 +0200
commitea819268f3d08868ca72bd7911de7979c866d8a5 (patch)
tree3fece682193ab1f46179f168c50aece2acbfcaf3 /keyboards
parente0834cfda937ed9b89a31f4cf719e30cef8ec33e (diff)
downloadqmk_firmware-ea819268f3d08868ca72bd7911de7979c866d8a5.tar.gz
qmk_firmware-ea819268f3d08868ca72bd7911de7979c866d8a5.tar.xz
Add new 4x12 ortho layout & add credit to XD75 port (#1782)
* add xd75, preliminary RGB' * fix RGB * add backlight support (probably) * updated readme and tweaked keymap * added xd75 to list in /keyboards * copyright ALL the things, create blank slate for Colemak Mod-DH Split/Wide keymap * Add preliminary split Colemak Mod-DH layout * changing stuff to compile properly * attribution * moar attribution * removed incomplete keymap * Create Colemak Mod-DH Wide layout for 4x12 ortho. * Move Adjust key * Add layou timage to readme * fix naming * Fix stupid issue with not understanding how the keymap works * forgot to switch COLEMAK to COLEMAKDH... * Remove and link image * Remove and link image
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/xd75/config.h2
-rw-r--r--keyboards/xd75/keymaps/default/config.h2
-rw-r--r--keyboards/xd75/keymaps/default/keymap.c2
-rw-r--r--keyboards/xd75/xd75.c2
-rw-r--r--keyboards/xd75/xd75.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h
index 608d0aad1..b509dbdec 100644
--- a/keyboards/xd75/config.h
+++ b/keyboards/xd75/config.h
@@ -1,5 +1,5 @@
/*
-Copyright 2017 REPLACE_WITH_YOUR_NAME
+Copyright 2017 Benjamin Kesselring
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
diff --git a/keyboards/xd75/keymaps/default/config.h b/keyboards/xd75/keymaps/default/config.h
index f52a97bbc..015377b5f 100644
--- a/keyboards/xd75/keymaps/default/config.h
+++ b/keyboards/xd75/keymaps/default/config.h
@@ -1,4 +1,4 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+/* Copyright 2017 Benjamin Kesselring
*
* 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
diff --git a/keyboards/xd75/keymaps/default/keymap.c b/keyboards/xd75/keymaps/default/keymap.c
index 82ea1f2be..986732299 100644
--- a/keyboards/xd75/keymaps/default/keymap.c
+++ b/keyboards/xd75/keymaps/default/keymap.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+/* Copyright 2017 Benjamin Kesselring
*
* 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
diff --git a/keyboards/xd75/xd75.c b/keyboards/xd75/xd75.c
index 3d635f3c1..9b35b6cfa 100644
--- a/keyboards/xd75/xd75.c
+++ b/keyboards/xd75/xd75.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+/* Copyright 2017 Benjamin Kesselring
*
* 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
diff --git a/keyboards/xd75/xd75.h b/keyboards/xd75/xd75.h
index 08592b665..b2030d4a6 100644
--- a/keyboards/xd75/xd75.h
+++ b/keyboards/xd75/xd75.h
@@ -1,4 +1,4 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+/* Copyright 2017 Benjamin Kesselring
*
* 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