Minor cleanup in the Kaleidoscope example

Drop the `primary_keymap` and `temporary_keymap` variables, they've been
long unused.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/112/head
Gergely Nagy 8 years ago
parent 6c190f26f1
commit 11c7c7db8d

@ -17,9 +17,6 @@
#include "Kaleidoscope-LEDEffect-Rainbow.h" #include "Kaleidoscope-LEDEffect-Rainbow.h"
#include "Kaleidoscope-Model01-TestMode.h" #include "Kaleidoscope-Model01-TestMode.h"
uint8_t primary_keymap = 0;
uint8_t temporary_keymap = 0;
#define NUMPAD_KEYMAP 2 #define NUMPAD_KEYMAP 2
#define COLEMAK KEYMAP ( \ #define COLEMAK KEYMAP ( \

Loading…
Cancel
Save