From 4cf5ef64e240da23ff0063dd9362356be66dbcb7 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Wed, 25 Jan 2017 18:59:09 +0800 Subject: [PATCH] Revert to original x230 firmware --- asm/ec.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/ec.asm b/asm/ec.asm index db912ce..cfddb73 100644 --- a/asm/ec.asm +++ b/asm/ec.asm @@ -289,7 +289,7 @@ jump_table.0x0002164c: jump_table.0x0002164c_size equ ($ - jump_table.0x0002164c) /4 table_fn_key_complex: - %include "ec_key_combo2_x230_patched.mac" + %include "ec_key_combo2_x230.mac" table_fn_key_complex_size equ ($ - table_fn_key_complex) /2 ; padding @@ -314,7 +314,7 @@ table_numpad2: %include "ec_key_numpad2.mac" table_fn_combo1: - %include "ec_key_combo1_x220.mac" + %include "ec_key_combo1_x230.mac" table_fn_combo1_size equ ($ - table_fn_combo1) /3 ; padding