diff options
Diffstat (limited to 'keyboards/planck/keymaps/cbbrowne/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/cbbrowne/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/planck/keymaps/cbbrowne/keymap.c b/keyboards/planck/keymaps/cbbrowne/keymap.c index 8fdbcf1a7..f5e9cdbcd 100644 --- a/keyboards/planck/keymaps/cbbrowne/keymap.c +++ b/keyboards/planck/keymaps/cbbrowne/keymap.c | |||
@@ -153,11 +153,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
153 | } | 153 | } |
154 | }; | 154 | }; |
155 | 155 | ||
156 | |||
157 | /* What is fn_actions actually used for??? */ | ||
158 | const uint16_t PROGMEM fn_actions[] = { | ||
159 | }; | ||
160 | |||
161 | /* This bit of logic seeds a wee linear congruential random number generator */ | 156 | /* This bit of logic seeds a wee linear congruential random number generator */ |
162 | /* lots of prime numbers everywhere... */ | 157 | /* lots of prime numbers everywhere... */ |
163 | static uint16_t random_value = 157; | 158 | static uint16_t random_value = 157; |