|
|
@ -11,10 +11,10 @@ class NumLock_ : public LEDMode {
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
NumLock_(void);
|
|
|
|
NumLock_(void);
|
|
|
|
|
|
|
|
|
|
|
|
virtual void begin(void) final;
|
|
|
|
void begin(void) final;
|
|
|
|
|
|
|
|
|
|
|
|
virtual void update(void) final;
|
|
|
|
void update(void) final;
|
|
|
|
virtual void init(void) final;
|
|
|
|
void init(void) final;
|
|
|
|
|
|
|
|
|
|
|
|
static const macro_t *toggle(byte row, byte col, uint8_t numPadLayer);
|
|
|
|
static const macro_t *toggle(byte row, byte col, uint8_t numPadLayer);
|
|
|
|
|
|
|
|
|
|
|
|