diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2020-01-21 23:09:50 +0000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-21 15:09:50 -0800 |
commit | f7730567509619e31742ce0a2aa5ae7cfe21d23e (patch) | |
tree | 2b17a9e882d556819e01be9beb67ea0c30929d0e /keyboards/hs60/v2/v2.c | |
parent | b70500806ab047907b161ed6fa0dc32ba8a91784 (diff) |
[Keyboard] HS60 Refactor (Keymap restructure to be more standardized) (#7847)
* Keymap restructure to be more standardized
* made bootmagic lite default
* Dividing keymaps
* Update keyboards/hs60/v2/v2.c
Diffstat (limited to 'keyboards/hs60/v2/v2.c')
-rw-r--r-- | keyboards/hs60/v2/v2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/hs60/v2/v2.c b/keyboards/hs60/v2/v2.c index 2e12538e9b..f817ef19e7 100644 --- a/keyboards/hs60/v2/v2.c +++ b/keyboards/hs60/v2/v2.c @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #ifndef RGB_BACKLIGHT_HS60 -#error RGB_BACKLIGHT_M60_A not defined, recheck config.h +#error RGB_BACKLIGHT_HS60 not defined, recheck config.h #endif |