diff options
| author | Zach White <skullydazed@gmail.com> | 2021-01-16 18:32:15 -0800 |
|---|---|---|
| committer | Zach White <skullydazed@drpepper.org> | 2021-01-30 13:11:33 -0800 |
| commit | 915d757eb2e38a7980ad6c18a90e7ca4f5edc763 (patch) | |
| tree | 88c425c676ef7f49abf84a22405ba4f2f341f2ae /keyboards/atomic | |
| parent | a0e733391532490a216da044efb40451f67774f2 (diff) | |
| download | qmk_firmware-915d757eb2e38a7980ad6c18a90e7ca4f5edc763.tar.gz qmk_firmware-915d757eb2e38a7980ad6c18a90e7ca4f5edc763.zip | |
fix atomic:pvc so it compiles
Diffstat (limited to 'keyboards/atomic')
| -rw-r--r-- | keyboards/atomic/keymaps/pvc/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/atomic/keymaps/pvc/rules.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/atomic/keymaps/pvc/keymap.c b/keyboards/atomic/keymaps/pvc/keymap.c index 361d702c5..51e697f96 100644 --- a/keyboards/atomic/keymaps/pvc/keymap.c +++ b/keyboards/atomic/keymaps/pvc/keymap.c | |||
| @@ -401,7 +401,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | |||
| 401 | else | 401 | else |
| 402 | { | 402 | { |
| 403 | breathing_period_set(1); | 403 | breathing_period_set(1); |
| 404 | breathing_self_disable(); | 404 | breathing_disable(); |
| 405 | layer_off(LAYER_FUNCTION); | 405 | layer_off(LAYER_FUNCTION); |
| 406 | } | 406 | } |
| 407 | break; | 407 | break; |
diff --git a/keyboards/atomic/keymaps/pvc/rules.mk b/keyboards/atomic/keymaps/pvc/rules.mk index 8414b40fb..fa693923e 100644 --- a/keyboards/atomic/keymaps/pvc/rules.mk +++ b/keyboards/atomic/keymaps/pvc/rules.mk | |||
| @@ -10,6 +10,7 @@ AUDIO_ENABLE = yes # Audio output on port C6 | |||
| 10 | UNICODE_ENABLE = no # Unicode | 10 | UNICODE_ENABLE = no # Unicode |
| 11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 13 | LTO_ENABLE = yes # Optimize size of firmware | ||
| 13 | 14 | ||
| 14 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend \ No newline at end of file | 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
