Skip to content

Commit

Permalink
add new config constants (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal authored Oct 5, 2022
1 parent c7ccd61 commit 44498b8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions libs/base/configkeys.h
Original file line number Diff line number Diff line change
Expand Up @@ -475,4 +475,20 @@
#define CFG_PIN_JDPWR_ENABLE 1104
#define CFG_PIN_JDPWR_FAULT 1105

#define CFG_USER_CFG_0 2000
#define CFG_USER_CFG_1 2001
#define CFG_USER_CFG_2 2002
#define CFG_USER_CFG_3 2003
#define CFG_USER_CFG_4 2004
#define CFG_USER_CFG_5 2005
#define CFG_USER_CFG_6 2006
#define CFG_USER_CFG_7 2007
#define CFG_USER_CFG_8 2008
#define CFG_USER_CFG_9 2009

#define CFG_ARCADE_CFG_0 2100
#define CFG_ARCADE_CFG_1 2101
#define CFG_ARCADE_SCREEN_WIDTH 2102
#define CFG_ARCADE_SCREEN_HEIGHT 2103

#endif

0 comments on commit 44498b8

Please sign in to comment.