From a959008e573a033e116547b21a2353ded9c840f5 Mon Sep 17 00:00:00 2001 From: bowlneudel <73544995+bowlneudel@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:01:50 -0800 Subject: [PATCH] Update hemisphere_config.h A gentle re-alphabetizing --- software/o_c_REV/hemisphere_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/o_c_REV/hemisphere_config.h b/software/o_c_REV/hemisphere_config.h index 4bef1824e..28ccb9312 100644 --- a/software/o_c_REV/hemisphere_config.h +++ b/software/o_c_REV/hemisphere_config.h @@ -21,10 +21,10 @@ DECLARE_APPLET( 47, 0x09, ASR), \ DECLARE_APPLET( 56, 0x10, AttenuateOffset), \ DECLARE_APPLET( 41, 0x41, Binary), \ - DECLARE_APPLET( 51, 0x80, BugCrack), \ - DECLARE_APPLET( 63, 0x10, Button), \ DECLARE_APPLET( 4, 0x14, Brancher), \ + DECLARE_APPLET( 51, 0x80, BugCrack), \ DECLARE_APPLET( 31, 0x04, Burst), \ + DECLARE_APPLET( 63, 0x10, Button), \ DECLARE_APPLET( 12, 0x10, Calculate),\ DECLARE_APPLET( 32, 0x0a, Carpeggio), \ DECLARE_APPLET( 6, 0x04, ClockDivider), \