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) | |
| 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/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 6e26edbef..9df86126e 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/>. | |||
| 74 | //#define NO_PRINT | 74 | //#define NO_PRINT |
| 75 | 75 | ||
| 76 | /* disable action features */ | 76 | /* disable action features */ |
| 77 | //#define NO_ACTION_KEYMAP | 77 | //#define NO_ACTION_LAYER |
| 78 | //#define NO_ACTION_OVERLAY | ||
| 79 | //#define NO_ACTION_TAPPING | 78 | //#define NO_ACTION_TAPPING |
| 80 | //#define NO_ACTION_ONESHOT | 79 | //#define NO_ACTION_ONESHOT |
| 81 | //#define NO_ACTION_MACRO | 80 | //#define NO_ACTION_MACRO |
