diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2022-03-02 20:15:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 20:15:10 +0900 |
commit | e73f8e942c8f0aa4b471669436d16ad785b63a38 (patch) | |
tree | 9870e7381f13d887ef13cd017fc3c43514a770b4 /keyboards/helix/rev2/rev2.c | |
parent | 09a43b12cbb914eb239ce447ad89004f0304be71 (diff) | |
download | qmk_firmware-e73f8e942c8f0aa4b471669436d16ad785b63a38.tar.gz qmk_firmware-e73f8e942c8f0aa4b471669436d16ad785b63a38.zip |
Change 'helix/rev2:default' setting to use split_common (#16432)
* add licenses message to helix/rev2 files
* Minimize the processing of helix/rev2/local_features.mk
* Changed helix/rev2 default setting to use split_common
* fix helix/rev2:edvorakjp build error
* Remove unnecessary '#include' from keymap.c
* helix keymaps Workaround for build errors. five_rows_jis, fraanrosi, froggy, froggy_106, yshrsmz
* Revert "fix helix/rev2:edvorakjp build error"
This reverts commit 731dbbe15155b3efe2ff9f5ad61c7d0cf529e837.
Separated into a single PR #16433.
* Revert "Changed helix/rev2 default setting to use split_common"
This reverts commit e76dbd7762e06e0781ee004213878b1a5029fa98.
* add 'SPLIT_*_STATE_ENABLE' into helix/rev2/config.h
* Revert "helix keymaps Workaround for build errors. five_rows_jis, fraanrosi, froggy, froggy_106, yshrsmz"
This reverts commit 9b316c1c6a532f908f2ac430233089797ce7c794.
* change helix:default to use split_common
* change helix:five_rows to use split_common
* add comment into helix/rev2/rules.mk
* change helix:led_test to use split_common
Diffstat (limited to 'keyboards/helix/rev2/rev2.c')
-rw-r--r-- | keyboards/helix/rev2/rev2.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/rev2.c b/keyboards/helix/rev2/rev2.c index b92580f9f9..f579027c71 100644 --- a/keyboards/helix/rev2/rev2.c +++ b/keyboards/helix/rev2/rev2.c @@ -1,3 +1,18 @@ +/* Copyright 2018 MakotoKurauchi + * + * 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/>. + */ #include "helix.h" // Each keymap.c should use is_keyboard_master() instead of 'is_master'. |