diff options
| -rw-r--r-- | keyboards/handwired/promethium/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/promethium/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/config.h b/keyboards/handwired/promethium/config.h index 097920a54..23fbfd0b9 100644 --- a/keyboards/handwired/promethium/config.h +++ b/keyboards/handwired/promethium/config.h | |||
| @@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define DEVICE_VER 0x0001 | 32 | #define DEVICE_VER 0x0001 |
| 33 | #define MANUFACTURER Priyadi | 33 | #define MANUFACTURER Priyadi |
| 34 | #define PRODUCT Promethium Keyboard | 34 | #define PRODUCT Promethium Keyboard |
| 35 | #define DESCRIPTION Promethium Keyboard | 35 | #define DESCRIPTION |
| 36 | 36 | ||
| 37 | /* key matrix size */ | 37 | /* key matrix size */ |
| 38 | #define MATRIX_ROWS 8 | 38 | #define MATRIX_ROWS 8 |
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index 891f523c2..f305c07e8 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | |||
| 2 | # MCU name | 1 | # MCU name |
| 3 | #MCU = at90usb1287 | 2 | #MCU = at90usb1287 |
| 4 | MCU = atmega32u4 | 3 | MCU = atmega32u4 |
| @@ -66,6 +65,7 @@ BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| 66 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 65 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 67 | PS2_MOUSE_ENABLE ?= yes | 66 | PS2_MOUSE_ENABLE ?= yes |
| 68 | PS2_USE_INT ?= yes | 67 | PS2_USE_INT ?= yes |
| 68 | ADAFRUIT_BLE_ENABLE ?= yes | ||
| 69 | 69 | ||
| 70 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 70 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 71 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 71 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend |
