Has anyone gotten the in-switch leds to work? Every time I try to compile with any led controls in my keymap it says that they are not declared.
C:\Users\Matt\Desktop\qmk1\keyboards\s60-x>make custom
Making s60-x with keymap custom
avr-gcc.exe (GCC) 4.8.2 20131010 (prerelease)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiling: keyboards/s60-x/s60-x.c                                                                  [OK]
Compiling: keyboards/s60-x/keymaps/custom/keymap.c                                                 In file included from keyboards/s60-x/keymaps/custom/keymap.c:4:0:
keyboards/s60-x/s60-x.h:64:5: error: 'KC_BL_ON' undeclared here (not in a function)
   { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_##K24, KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2A, KC_##K2B, KC_##K2C, KC_##K2D, KC_NO  }, \
     ^
keyboards/s60-x/keymaps/custom/keymap.c:130:5: note: in expansion of macro 'LEGACY_KEYMAP'
     LEGACY_KEYMAP( TRNS, TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS, TRNS, TRNS, TRNS, NO, \
     ^
keyboards/s60-x/s60-x.h:64:15: error: 'KC_BL_OFF' undeclared here (not in a function)
   { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_##K24, KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2A, KC_##K2B, KC_##K2C, KC_##K2D, KC_NO  }, \
               ^
keyboards/s60-x/keymaps/custom/keymap.c:130:5: note: in expansion of macro 'LEGACY_KEYMAP'
     LEGACY_KEYMAP( TRNS, TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS, TRNS, TRNS, TRNS, NO, \
     ^
keyboards/s60-x/s60-x.h:64:25: error: 'KC_BL_DEC' undeclared here (not in a function)
   { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_##K24, KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2A, KC_##K2B, KC_##K2C, KC_##K2D, KC_NO  }, \
                         ^
keyboards/s60-x/keymaps/custom/keymap.c:130:5: note: in expansion of macro 'LEGACY_KEYMAP'
     LEGACY_KEYMAP( TRNS, TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS, TRNS, TRNS, TRNS, NO, \
     ^
keyboards/s60-x/s60-x.h:64:35: error: 'KC_BL_INC' undeclared here (not in a function)
   { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_##K24, KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2A, KC_##K2B, KC_##K2C, KC_##K2D, KC_NO  }, \
                                   ^
keyboards/s60-x/keymaps/custom/keymap.c:130:5: note: in expansion of macro 'LEGACY_KEYMAP'
     LEGACY_KEYMAP( TRNS, TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS, TRNS, TRNS, TRNS, NO, \
     ^
keyboards/s60-x/s60-x.h:64:45: error: 'KC_BL_STEP' undeclared here (not in a function)
   { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_##K24, KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2A, KC_##K2B, KC_##K2C, KC_##K2D, KC_NO  }, \
                                             ^
keyboards/s60-x/keymaps/custom/keymap.c:130:5: note: in expansion of macro 'LEGACY_KEYMAP'
     LEGACY_KEYMAP( TRNS, TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS, TRNS, TRNS, TRNS, NO, \
     ^
keyboards/s60-x/s60-x.h:64:55: error: 'KC_BL_TOGG' undeclared here (not in a function)
   { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_##K24, KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2A, KC_##K2B, KC_##K2C, KC_##K2D, KC_NO  }, \
                                                       ^
keyboards/s60-x/keymaps/custom/keymap.c:130:5: note: in expansion of macro 'LEGACY_KEYMAP'
     LEGACY_KEYMAP( TRNS, TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS,  TRNS, TRNS, TRNS, TRNS, NO, \
     ^
 [ERRORS]
 |
 |
 |
tmk_core/rules.mk:352: recipe for target '.build/obj_s60-x_custom/keyboards/s60-x/keymaps/custom/keymap.o' failed
make[1]: *** [.build/obj_s60-x_custom/keyboards/s60-x/keymaps/custom/keymap.o] Error 1
Make finished with errors
../../Makefile:490: recipe for target 'custom' failed
make: *** [custom] Error 1
C:\Users\Matt\Desktop\qmk1\keyboards\s60-x>