]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/bpiphany/frosty_flake/keymaps/QFR_JM/keymap.c
Migrate ACTION_LAYER_TAP_TOGGLEs to TT()
[qmk_firmware.git] / keyboards / bpiphany / frosty_flake / keymaps / QFR_JM / keymap.c
index 684987e3627a3b39d4f44398f1c303760c0ce44d..f76b7e02c81230bb00bf4d4ac393bca64c2548fb 100644 (file)
@@ -21,7 +21,7 @@ enum custom_macros {
   R_POINT
 };
 
-  const uint16_t PROGMEM fn_actions[] = { //ACTION_LAYER_TAP_TOGGLE requires that number of taps be defined in *config.h* - default set to 5
+  const uint16_t PROGMEM fn_actions[] = {
       [0] = ACTION_LAYER_TAP_KEY(_LOWER, KC_SPC),    //Hold for momentary Lower layer, Tap for Space,
       [1] = ACTION_LAYER_MOMENTARY(_MOUSE)           //Hold for momentary MOUSE
 
@@ -120,4 +120,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
       break;
   }
   return true;
-}
\ No newline at end of file
+}