From ea819268f3d08868ca72bd7911de7979c866d8a5 Mon Sep 17 00:00:00 2001 From: BenKesselring Date: Fri, 6 Oct 2017 08:20:28 -0600 Subject: 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 --- keyboards/xd75/config.h | 2 +- keyboards/xd75/keymaps/default/config.h | 2 +- keyboards/xd75/keymaps/default/keymap.c | 2 +- keyboards/xd75/xd75.c | 2 +- keyboards/xd75/xd75.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'keyboards') 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 -- cgit v1.2.3-24-g4f1b