diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-18 17:29:08 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-18 17:29:08 +0000 |
commit | 06f9297f9468a48c8be53c48b830e1eaa9a1665d (patch) | |
tree | 7f43f28337b5b54498fab492bc53dfa91ffca9c1 /keyboards/ai03 | |
parent | 115b60b0e11f8661385b2219ce5ddbf2982b1f8c (diff) | |
parent | a9f7d4dccc9cd0351658e64d5fbc809c93ac9b46 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ai03')
-rw-r--r-- | keyboards/ai03/orbit/orbit.c | 2 | ||||
-rw-r--r-- | keyboards/ai03/orbit/orbit.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ai03/orbit/orbit.c b/keyboards/ai03/orbit/orbit.c index 2f149875b1..b51ddbc6e6 100644 --- a/keyboards/ai03/orbit/orbit.c +++ b/keyboards/ai03/orbit/orbit.c @@ -208,8 +208,6 @@ uint32_t layer_state_set_kb(uint32_t state) { if (is_keyboard_master()) { - - current_layer = biton32(state); serial_m2s_buffer.current_layer = biton32(state); // If left half, do the LED toggle thing diff --git a/keyboards/ai03/orbit/orbit.h b/keyboards/ai03/orbit/orbit.h index 211b9ebca9..2ada881f3f 100644 --- a/keyboards/ai03/orbit/orbit.h +++ b/keyboards/ai03/orbit/orbit.h @@ -56,8 +56,6 @@ { R40, R41, R42, R43, R44, R45, KC_NO } \ } -uint8_t current_layer; - extern void led_toggle(int id, bool on); void set_all_leds(bool leds[6]); extern void set_layer_indicators(uint8_t layer); |