summaryrefslogtreecommitdiff
path: root/firmware/ada/pouetpouet.gpr
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2022-07-27 11:56:29 +0200
committerMarc Poulhiès <dkm@kataplop.net>2022-08-28 08:20:53 +0200
commit4d0aa92f5533e74af2e5a4395e8c466cf0b0e5a3 (patch)
tree4969a2c74dd0bc1d639844ee339b9fc57b1e3a9b /firmware/ada/pouetpouet.gpr
parent93e1c4676c9d5b58012e39e9891a6f01dbf30a95 (diff)
ada: modifiers, layers and regular keys are working
Still need to add timings as currently the processor is looping full speed, which may cause some lost events as the USB only polls at the frequency advertised in the descriptor (few ms).
Diffstat (limited to 'firmware/ada/pouetpouet.gpr')
-rw-r--r--firmware/ada/pouetpouet.gpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/ada/pouetpouet.gpr b/firmware/ada/pouetpouet.gpr
index 78bd5ad..42830d6 100644
--- a/firmware/ada/pouetpouet.gpr
+++ b/firmware/ada/pouetpouet.gpr
@@ -13,7 +13,7 @@ project Pouetpouet is
for Main use ("pouetpouet.adb");
package Compiler is
- for Default_Switches ("Ada") use Pouetpouet_Config.Ada_Compiler_Switches & ("-gnatX");
+ for Default_Switches ("Ada") use Pouetpouet_Config.Ada_Compiler_Switches & ("-gnatX", "-gnat2022", "-g3");
end Compiler;
package Binder is