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/hhkb | |
parent | 353a9b56e6caee853d3f808d2bfedf07056b4518 (diff) |
Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
Diffstat (limited to 'keyboard/hhkb')
-rw-r--r-- | keyboard/hhkb/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index 6e26edbefc..9df86126e1 100644 --- a/keyboard/hhkb/config.h +++ b/keyboard/hhkb/config.h @@ -74,8 +74,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_PRINT /* disable action features */ -//#define NO_ACTION_KEYMAP -//#define NO_ACTION_OVERLAY +//#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO |