diff options
| author | tmk <nobody@nowhere> | 2013-03-31 22:47:19 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-03-31 22:47:19 +0900 |
| commit | 10f33a3e484e24065ed5eaab1c56c35156bace89 (patch) | |
| tree | 8b938962644ad2d04261655bc9487984e86e4996 /keyboard/gh60/config.h | |
| parent | 353a9b56e6caee853d3f808d2bfedf07056b4518 (diff) | |
| download | qmk_firmware-10f33a3e484e24065ed5eaab1c56c35156bace89.tar.gz qmk_firmware-10f33a3e484e24065ed5eaab1c56c35156bace89.zip | |
Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
Diffstat (limited to 'keyboard/gh60/config.h')
| -rw-r--r-- | keyboard/gh60/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h index fbe587081..567b126b6 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h | |||
| @@ -61,8 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | //#define NO_PRINT | 61 | //#define NO_PRINT |
| 62 | 62 | ||
| 63 | /* disable action features */ | 63 | /* disable action features */ |
| 64 | //#define NO_ACTION_KEYMAP | 64 | //#define NO_ACTION_LAYER |
| 65 | //#define NO_ACTION_OVERLAY | ||
| 66 | //#define NO_ACTION_TAPPING | 65 | //#define NO_ACTION_TAPPING |
| 67 | //#define NO_ACTION_ONESHOT | 66 | //#define NO_ACTION_ONESHOT |
| 68 | //#define NO_ACTION_MACRO | 67 | //#define NO_ACTION_MACRO |
