diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-07-05 04:54:59 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-05 04:54:59 -0700 |
commit | cbf76a129007d14f69fca761144c6b5fd377b150 (patch) | |
tree | e51e7b89e9169d613f53b4e7d1c2c1e57c30ffd6 /keyboards/unikorn/keymaps/default/config.h | |
parent | 78b9922fc427aabe5e0b2f3376982d43be878935 (diff) |
[Keyboard] Add TGR x SINGA Unikorn 60 (#6249)
* initial commit, copied from singa
* default 60_ansi LAYOUT implemented and tested workin
* add rgb underglow support bounded by ifdefs
* edit readme to provide information on reset procedure and on rgb underglow support
* improve the default keymap to have a second layer with function keys and even a RESET
* Add LAYOUT_all macro and discovered that split backspace uses an additional pin on the microcontroller
* fix up last line in readme
* Add QMK Configurator support
Diffstat (limited to 'keyboards/unikorn/keymaps/default/config.h')
-rw-r--r-- | keyboards/unikorn/keymaps/default/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/unikorn/keymaps/default/config.h b/keyboards/unikorn/keymaps/default/config.h new file mode 100644 index 0000000000..93b81b57ba --- /dev/null +++ b/keyboards/unikorn/keymaps/default/config.h @@ -0,0 +1,19 @@ +/* Copyright 2018 amnesia0287 + * + * 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 + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +// place overrides here |