Skip to content

Commit 5c9ad7c

Browse files
authored
Merge pull request smallstoneapps#3 from BlackLamb/master
Added Emery support
2 parents d065864 + b63e375 commit 5c9ad7c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

include/macros.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ static const bool SHOW_POINTERS = false;
1717
#endif
1818

1919
#ifndef PEBBLE_HEIGHT
20-
#define PEBBLE_HEIGHT PBL_IF_RECT_ELSE(168, 180)
20+
#define PEBBLE_HEIGHT PBL_DISPLAY_HEIGHT
2121
#endif
2222

2323
#ifndef PEBBLE_WIDTH
24-
#define PEBBLE_WIDTH PBL_IF_RECT_ELSE(144, 180)
24+
#define PEBBLE_WIDTH PBL_DISPLAY_WIDTH
2525
#endif
2626

2727
#ifndef STATUS_HEIGHT

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"aplite",
2424
"basalt",
2525
"chalk",
26-
"diorite"
26+
"diorite",
27+
"emery"
2728
]
2829
},
2930
"files": [

0 commit comments

Comments
 (0)