diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-08 10:55:36 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-08 10:55:36 -0700 |
commit | 3e26886700a42fa6f66e934d4981b3e285784cd9 (patch) | |
tree | 1c084bb10f45a29106233fc7105363980178fecb /keyboards/singa/keymaps/default/config.h | |
parent | 0456bd668de37f118e717aabf00a132756ea619c (diff) |
[Keyboard] Refactor Singa (#5579)
* pragma once it all
* put amnesia's name everywhere
* fixup readme
* remove custom matrix
* remove unneccessary configs
* disable bootmagic
* remove custom i2c in favor of i2c_master
* fix rgb led num
* add in rgb underglow support
Diffstat (limited to 'keyboards/singa/keymaps/default/config.h')
-rw-r--r-- | keyboards/singa/keymaps/default/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/singa/keymaps/default/config.h b/keyboards/singa/keymaps/default/config.h index 4496c59100..93b81b57ba 100644 --- a/keyboards/singa/keymaps/default/config.h +++ b/keyboards/singa/keymaps/default/config.h @@ -1,4 +1,4 @@ -/* Copyright 2018 REPLACE_WITH_YOUR_NAME +/* 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 |