diff options
| author | zvecr <git@zvecr.com> | 2019-04-08 18:53:15 +0100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-04-08 10:53:15 -0700 |
| commit | 91b18e263f6373994613c290129e49f18e17cef1 (patch) | |
| tree | 4e7838d9c45d614fbf4b2762d357f3bbe62225b5 /keyboards/jj40/backlight_custom.h | |
| parent | 9b393700d2fdd4a1159ba265bc399726e92f4e60 (diff) | |
| download | qmk_firmware-91b18e263f6373994613c290129e49f18e17cef1.tar.gz qmk_firmware-91b18e263f6373994613c290129e49f18e17cef1.zip | |
[Keyboard] Refactor jj40 to current standards (#5574)
* Refactor jj40 in line with current ps2avrgb template
* Disable bootmagic lite as it seems to not work on atmega32a/bootloadHID
* Add backlight pwm bodge till #4324 lands
* Increase planck keymap compatibility
Diffstat (limited to 'keyboards/jj40/backlight_custom.h')
| -rw-r--r-- | keyboards/jj40/backlight_custom.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/jj40/backlight_custom.h b/keyboards/jj40/backlight_custom.h deleted file mode 100644 index 7210be840..000000000 --- a/keyboards/jj40/backlight_custom.h +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | /** | ||
| 2 | * Backlighting code for PS2AVRGB boards (ATMEGA32A) | ||
| 3 | * Kenneth A. (github.com/krusli | krusli.me) | ||
| 4 | */ | ||
| 5 | |||
| 6 | #ifndef BACKLIGHT_CUSTOM_H | ||
| 7 | #define BACKLIGHT_CUSTOM_H | ||
| 8 | |||
| 9 | #include <avr/pgmspace.h> | ||
| 10 | void b_led_init_ports(void); | ||
| 11 | void b_led_set(uint8_t level); | ||
| 12 | void b_led_task(void); | ||
| 13 | void setPWM(uint16_t xValue); | ||
| 14 | |||
| 15 | #endif // BACKLIGHT_CUSTOM_H | ||
